Archived Repository The code of this repository was written during a Marmelab agile integration. The associated blog post illustrates the efforts of the new hiree, who had to implement a board game in several languages and platforms as part of his initial learning. This code is not intended to be used in production, and is not maintained. |
Play the 15-puzzle game in a web browser, in php (framework Symfony).
See the related article on the Marmelab blog
Print all available commands
make
Install the dependencies, compile the code and build the dockers
make install
Run the 15-puzzle game
make run
Note: the game will be available at localhost:8080
Stop the 15-puzzle game
make stop
Launch the unit and integration tests
make test
Display serveur and db logs
make logs