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

https://github.com/konradlinkowski/population

Very simple cellular automaton.
https://github.com/konradlinkowski/population

cellular-automaton hacktoberfest population population-simulator simulation typescript

Last synced: 6 months ago
JSON representation

Very simple cellular automaton.

Awesome Lists containing this project

README

          

# Population
Population simulator made in TypeScript.
## Run
With **yarn**
```
yarn && yarn start
```
With **npm**
```
npm install && npm start
```
## Rules
The [rules] of simulation are inspired by [Hopson's Empire], which can be found [here][rules]
## Technology
VanillaJS + TypeScript + Parcel

[rules]: https://github.com/Hopson97/Empire/blob/master/README.md
[Hopson's Empire]: https://github.com/Hopson97/Empire