Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stefanhuber/game-of-life
Game of Life typescript based implementation for the browser
https://github.com/stefanhuber/game-of-life
conways-game-of-life game-of-life typescript
Last synced: about 1 month ago
JSON representation
Game of Life typescript based implementation for the browser
- Host: GitHub
- URL: https://github.com/stefanhuber/game-of-life
- Owner: stefanhuber
- License: bsd-2-clause
- Created: 2019-04-18T08:52:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T17:27:55.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T22:45:44.330Z (7 months ago)
- Topics: conways-game-of-life, game-of-life, typescript
- Language: TypeScript
- Homepage: https://stefanhuber.github.io/game-of-life/
- Size: 104 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Game of Life
A game of life implementation in typescript for the browser.
## Commands
```
npm install install all required node packages
npm run build build typescript files with rollup.js
npm run web run web-server
npm run test compile and run jasmine tests
```