Conway's Game of Life in Typescript and Dart

You can find the project here. I created this project for a few reasons. First, I love the web and I wanted to find a way to program it that works for me. For this reason, I wanted to compare TypeScript with Dart. Second, I wanted to use a new tool chain (to me). Third, I like both cellular automata and the canvas element. So I thought I would put this all together. more...