/game-of-life

Game of Life typescript based implementation for the browser

Primary LanguageTypeScriptBSD 2-Clause "Simplified" LicenseBSD-2-Clause

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