A very simple game I made for the french escape game company la ligue des gentlemen.
Will you succeed in escaping from foxes ?
Requires the latest version of :
- docker-ce
- docker-compose
Just clone this repository and install its dependencies:
$ git clone https://github.com/jaljo/giant-puzzle escape-chicky
$ cd escape-chicky
$ make dev
Then, run it with
$ make start
Finally, browse http://localhost:3010/.
To run the tests :
$ make test