Snake recreated in C++ using SFML.
Go to file
Gregory 579baa61e7
Merge pull request #18 from TriantaTV/development
Code readability changes and reducing coupling
2023-03-12 21:59:20 -05:00
include More cleaning for readabillity, added common file 2023-03-12 21:57:46 -05:00
src More cleaning for readabillity, added common file 2023-03-12 21:57:46 -05:00
.gitignore Cleaned up file structure and added Makefile 2023-02-26 18:18:45 -06:00
Makefile More cleaning for readabillity, added common file 2023-03-12 21:57:46 -05:00
README.md Update README.md 2023-02-26 19:58:11 -06: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!