(parens) Posted September 6, 2014 Share Posted September 6, 2014 Hello, I've coded up a very basic Game of Life in Typescript using Phaser. I looked around, but I couldn't find something like this. It's very 'proof of concept'-ey, but it might help someone somewhere, so I guess I'll just leave this here ConwaysGameOfLife.zip Link to comment Share on other sites More sharing options...
Ezward Posted December 6, 2014 Share Posted December 6, 2014 I encourage you to use GitHub to share your code; you can create a free GitHub account and put your project on that. Folks might trust that more than downloading a zip file. I am also interested in TypeScript and Conway's Game of Life. I've create a project that compares TypeScript and Dart implementations of Conway's Life here https://github.com/Ezward/Typescript-Life, and an blog post about it here http://ezward.github.io/life/life.html. Go forth and GitHub! Link to comment Share on other sites More sharing options...
Recommended Posts