Fixed readme
This commit is contained in:
parent
a8cc2d1174
commit
20586a7855
15
README.md
15
README.md
@ -2,12 +2,10 @@
|
|||||||
A version of Snake made in C++ and using SFML
|
A version of Snake made in C++ and using SFML
|
||||||
|
|
||||||
## Controls
|
## Controls
|
||||||
-----------
|
|
||||||
- Use the arrow keys to move the Snake
|
- Use the arrow keys to move the Snake
|
||||||
- Use the escape key to close the game
|
- Use the escape key to close the game
|
||||||
|
|
||||||
## Compiling the game
|
## Compiling the game
|
||||||
------------------
|
|
||||||
|
|
||||||
Prerequisites
|
Prerequisites
|
||||||
- C++11
|
- C++11
|
||||||
@ -18,4 +16,15 @@ Clone the repository and compile it using:
|
|||||||
git clone https://github.com/TriantaTV/snakeplusplus.git
|
git clone https://github.com/TriantaTV/snakeplusplus.git
|
||||||
make
|
make
|
||||||
|
|
||||||
The game is output into the `bin` folder, simply run the game and enjoy!
|
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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user