This repository contains a diverse collection of projects built using the SFML library in C++. Ranging from algorithm implementations to games and simulations, each project showcases a unique aspect of programming with SFML.
- a_star: An exploration of the A* pathfinding algorithm.
- maze_pathfinder: A project focused on finding paths within mazes.
- maze_generator: A tool for generating intricate mazes.
- self_avoiding_walk: A simulation of the self-avoiding walk phenomenon.
Each project directory contains the necessary source files, headers, and Makefiles for compilation. To run a project, navigate to its directory and follow the specific build instructions if provided.
Feel free to explore the projects, provide feedback, or suggest improvements. Contributions are always welcome!