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.
- Host: GitHub
- URL: https://github.com/konradlinkowski/population
- Owner: KonradLinkowski
- License: mit
- Created: 2017-08-31T21:50:58.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-08-12T03:53:09.000Z (about 4 years ago)
- Last Synced: 2025-04-12T04:06:04.561Z (6 months ago)
- Topics: cellular-automaton, hacktoberfest, population, population-simulator, simulation, typescript
- Language: TypeScript
- Homepage: https://KonradLinkowski.github.io/Population/
- Size: 727 KB
- Stars: 7
- Watchers: 0
- Forks: 7
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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