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-player-world


https://github.com/civ-clone/core-player-world

civilization typescript

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# core-player-world

A `Player`-orientated `World` that only includes `Tile`s the `Player` has seen and returns `UndiscoveredTile`s
otherwise.

This `PlayerWorld` requires manually updating when a `Player` has visibility so that changes aren't immediately visible
(as per the original Civilization) until revisiting.