Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/civ-clone/core-turn-based-game


https://github.com/civ-clone/core-turn-based-game

civilization typescript

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# core-turn-based-game

This repo stores the core concept of a `Turn` and some basic `Rule`s and events around the `Start` and `End` of the
turn. This is the basis for a turn-based game. Packages like `civ1-player` utilise these to allow a `Player` to perform
their actions, before ending the `Player`'s turn and then the game turn.