Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```