A snake game in c++ with OOP and using SFML library for GUI.
Preview.mp4
Just run Snake Game.exe from Snake-Game/Release/
and enjoy!
- Download the lastest version of the library from www.sfml-dev.org.
- Download the source code
- Import into visual studio
- Follow this guide www.sfml-dev.org/tutorials/2.6/start-vc.php to add the required SFML pathes and dlls to the project
Checkout the Getting started section from www.sfml-dev.org/tutorials/2.6/