From 153b4e136781658b5d6a51648cb96ac736f6b6a6 Mon Sep 17 00:00:00 2001 From: TriantaTV Date: Sun, 26 Feb 2023 19:56:11 -0600 Subject: [PATCH] Added a README file --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ee5777f --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# 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](https://github.com/SFML/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!