/game-of-life

Just playing with technology

Primary LanguageTypeScriptGNU Lesser General Public License v3.0LGPL-3.0

Game of Life

This is a Typescript + Meteor + React + Redux implementation of the Game of Life, loosely inspired by https://bitstorm.org/gameoflife/

If you want to run in, you need to install Meteor, and then run make dev.

Since this project is client-only, it can be deployed at any static hosting solution. For building it that way, it depends on the meteor-build-client tool.