Skip to content

csillag/game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.