Snake recreated in C++ using SFML.
Go to file
2023-04-06 22:22:06 -05:00
include This was overengineered, lots of trimming to do 2023-04-06 22:22:06 -05:00
src This was overengineered, lots of trimming to do 2023-04-06 22:22:06 -05:00
.gitignore Many issues restructuring the program, needs cleaning 2023-03-17 17:27:02 -05:00
Makefile Doing too much at once. Need to fix branch 2023-04-06 19:27:10 -05:00
README.md Many issues restructuring the program, needs cleaning 2023-03-17 17:27:02 -05:00

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

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!