@@ -20,6 +20,8 @@ Read `./src/README.md` for installation guide
* Zoom in and out using `i` and `o` keys.
* Pause the game using `Esc`. Resume with arrows or `Esc`.
### Flask server with 2 routes
Read `./src/README.md` for installation guide
...
...
@@ -32,4 +34,6 @@ Read `./src/README.md` for installation guide
## Features to be added
Let the user choose which map he wants to play in.
\ No newline at end of file
* Let the user choose which map he wants to play in. This can actually be done by changing an argument in the code : at line 71 of `./src/static/js/GameManager.js`, change the first argument with one of these values : `map1`, `map2` or `map3`. You will need to reload the cache to see the new map `CTRL+F5`.