d571db3d4ee8882825e5d79d3dce830d0de4549b
SnakePlusPlus
A version of Snake made in C++ and using SFML
Controls
- Use the arrow keys to move the Snake
- Use the escape key to close the game
Compiling the game
Prerequisites
- C++11
- SFML
Clone the repository and compile it using:
git clone https://github.com/TriantaTV/snakeplusplus.git
make
The game is output into the bin folder, simply run the game and enjoy!
Description