This File belongs to and was entirely produced by Clément DAUBEUF
This project focus on making a playable maze game with generation algorithms, monsters and player ranking.
- See USER_DOC.md for the user documentation.
- See DEV_DOC.md for the developpement documentation.
- Make sure to have GCC (like all linux OS)
- Run the following command
make runmaketo compile the source codemake runto compile the source code and run the programmake teststo compile the tests and the source code beforehandmake run-teststo compile the tests and the source code beforehand and then run the testsmake cleanto clean the intermediate files generated during compilationmake distcleanto clean the files and folders generated during compilation