Skip to content

jrab89/game_of_life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Messing around with Typescript and canvas

$ npm install
...
$ npm run exec tsd install
...
$ npm run test
...
$ npm run watch
...
$ open index.html

Todo

  • immutable-js to avoid updating grid in place or copying everything to a new grid?
  • Multiplayer with peerjs