Do you like mazes?𖦹
Well, aren't you lucky! This game is just for you!
Here, you can explore endless paths, trying to find your way out — because who doesn't enjoy a good challenge?
And for the ultimate fun, it’s INFINITE, so you can play it FOREVER!
This game is only for Mac 🤷
The first thing you need is to install raylib library:
brew install raylib
After go to the Maze/build directory and sequentially write it:
mkdir build
cd build
cmake ..
cmake --build .
And finaly this:
./Maze
Enjoy the game!!!
ADDITIONALLY add --help to find more about the game
./Maze --help
- W: Move up
- A: Move left
- S: Move down
- D: Move right
This game was tested using the Catch2 unit testing framework. The main focus of the testing was the Field class, which is responsible for maze generation and pathfinding.