Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/civ-clone/core-turn-based-game
- Owner: civ-clone
- License: mit
- Created: 2020-10-07T18:40:22.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-14T21:47:05.000Z (about 2 years ago)
- Last Synced: 2024-10-29T05:17:23.285Z (2 months ago)
- Topics: civilization, typescript
- Language: TypeScript
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.