pmartinsdev / life-game-emulator

A life game emulator useing best practice of Clean Architecture and Solid Principles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Life Game Emulator Api

A rest api for life game emulator

Requirements

For run the project the machine must have installed the following packages.

  1. NodeJS
  2. Yarn or NPM
  3. Docker and docker-composer (optional)

For guide to run the api, click here

Features

  • List all players.
  • List all buildings.
  • Create buildings.
  • Create board.
  • Create Game.
  • Simulate a game.

Next Steps

  • Refactor game simulator service.

Project made with ❤️ by martins20

About

A life game emulator useing best practice of Clean Architecture and Solid Principles


Languages

Language:TypeScript 99.1%Language:JavaScript 0.8%Language:Dockerfile 0.1%