Snake recreated in C++ using SFML.
Go to file
2024-08-10 15:05:56 -05:00
src options: add help option and rename bot argument for later 2024-08-10 14:59:32 -05:00
.gitignore git: update gitignore for clangd stuff 2024-08-02 19:39:35 -05:00
Arial.ttf Added basic game over screen 2023-05-17 20:20:01 -05:00
CMakeLists.txt cmake: update standard to C++23 2024-08-02 19:38:26 -05:00
README.md Merge conflict fix 2023-08-10 18:52:37 -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

In order to compile the project, simply run these two commands:

cmake -B build -S .
cmake --build build

Running the Project

The program should now be compiled at ./build/bin/snakeplusplus

Simply run the program using:

build/bin/snakeplusplus