Updated readme
This commit is contained in:
parent
58664eb70a
commit
3334e64e5d
10
README.md
10
README.md
@ -2,11 +2,15 @@
|
||||
|
||||
## Description
|
||||
|
||||
This is a simple game made in c++ that is played entirely in the console. It's a racing game inspired by retro style games.
|
||||
This is a simple game made in c++ that is entirely displayed in text. It's a racing game inspired by retro style games.
|
||||
|
||||
## Setup
|
||||
|
||||
You may build the game with gcc or g++ and then run the executable
|
||||
You may build the game with g++ and then run the executable. You need sfml in order to run it
|
||||
This command should build and run the game
|
||||
```
|
||||
g++ main.cpp -lsfml-graphics -lsfml-window -lsfml-system -o terminal_racer && ./terminal_racer
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -18,4 +22,4 @@ The default kays are the arrows on your keypad.
|
||||
|--|--|
|
||||
|Merlin Gelinas|thatscringebro|
|
||||
|
||||
<sub>This game is entirely free of use, please share it! =^◡^=</sub>
|
||||
<sub>This game is entirely free of use, please share it! =^◡^=</sub>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user