Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 641 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 641 Bytes

Chicky hunting !

A very simple game I made for the french escape game company la ligue des gentlemen.

Will you succeed in escaping from foxes ?

Installation

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/.

Tests

To run the tests :

$ make test