A game of life implementation in typescript for the browser.
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
Game of Life typescript based implementation for the browser
TypeScriptBSD-2-Clause