A rest api for life game emulator
For run the project the machine must have installed the following packages.
- NodeJS
- Yarn or NPM
- Docker and docker-composer (optional)
For guide to run the api, click here
- List all players.
- List all buildings.
- Create buildings.
- Create board.
- Create Game.
- Simulate a game.
- Refactor game simulator service.