changed sprites and added instructions in ReadMe

This commit is contained in:
2022-05-09 14:06:44 +02:00
parent 6b82cb8e92
commit fe52b3dfc6
5 changed files with 9 additions and 1 deletions
+7
View File
@@ -29,3 +29,10 @@ brew install sdl2
# You will also need to add the following to your ~/.bash_profile, if it is not already present.
export LIBRARY_PATH="$LIBRARY_PATH:/usr/local/lib"
```
## How to play ?
This is a local multiplayer game, so two players can play using the same keyboard, player 1 uses 'w' and 's' and so player 2 uses the arrow keys.
For now there is no leaderboard or score, so whenever someone looses, the game is over and the window closes.
Check on updates, I might add thoses features soon !