I made this Snake clone in 1 week, and I made it 100% by myself. It was painful, but I had fun too.
snakeDemo.mp4
- SFML
Note, I only tested these commands on Ubuntu OS, so I make no guaranty that they will work on other OSs. Also, make sure you have installed all the project dependencies before running these commands.
To compile program:
$ make main
To run compiled program:
$ ./bin/main.exe
To remove all binaries:
$ make clean