Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 239 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 239 Bytes

game-of-life-ts

Game of life in TypeScript, running in browser

TODOs

  • isomorphic logging (node to file and browser to console)
  • AXEL for console drawing, canvas for browser
  • runs in node (game-of-life to console, logging to file)