Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 597 Bytes

README.md

File metadata and controls

47 lines (30 loc) · 597 Bytes

Halving Massacre Game

This module hosts a Halving Massacre Game, being responsible for all the tracking, calculations and communication.

The Game

State Diagram

Rest endpoints

Contributing

Installation

pnpm i

Testing

pnpm test

Linting and prettier

pnpm lint
pnpm prettier

Development Server

pnpm dev

Docker Server

docker compose up