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: 5 days 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 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T17:27:55.000Z (almost 3 years ago)
- Last Synced: 2025-02-10T06:14:54.647Z (9 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
```