Skip to content

A game of war simplified

Notifications You must be signed in to change notification settings

FrederickBor/warchest

Repository files navigation

Warchest

Warchest is a game of war that is played on a hexagonal grid. The game is played by two players, each of whom controls a set of units. The goal of the game is to control 6 points of control on the board. More information about the game can be found here.

Thinking process of the implementation

All my thinking process is documented in the ThinkingProcess.md file inside the docs folder.

How to run the game

To run the game, you need to have Node.js installed on your machine. Then, you can run the following commands:

npm install
npm run build
npm run start:cli

But the game can also be started in development mode with the following commands:

npm install
npm run dev:cli

Diagrams

Some diagrams has been created and are: