Dungeons is an game example of dungeon crawling.
Disclaimer : The aim of this project is to demonstrate certain programming methods such as design patterns, weak coupling, ... It is not perfect and never will be.
Explore an architecture with two parts :
- a back end which controls the game
- a front end wich asks the state of the game to the back end via an restful API and render it.
- Definition of the game design and writing of the game design document.