Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fluffynuts/typescript-game-of-life
Game Of Life, algorithm in TS, console display
https://github.com/fluffynuts/typescript-game-of-life
Last synced: 5 days ago
JSON representation
Game Of Life, algorithm in TS, console display
- Host: GitHub
- URL: https://github.com/fluffynuts/typescript-game-of-life
- Owner: fluffynuts
- License: bsd-2-clause
- Created: 2016-08-05T15:14:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-06-18T10:27:56.000Z (7 months ago)
- Last Synced: 2024-11-10T05:23:29.520Z (2 months ago)
- Language: TypeScript
- Size: 483 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# typescript-game-of-life
Game Of Life, algorithm in TS, console display# Running:
```
npm start
```