This Tetris implementation is a TypeScript port of @orfjackal's TDD tetris tutorial (in Java). It uses test names and implementation ideas from the tutorial, but is otherwise a complete rewrite to be run in a browser environment.
Sandboxing ideas for test driven websites to prove concepts used in my day to day work.
- Earliest version used QUnit to test pure JavaScript
- JQuery GUI was considered but never implemented
- QUnit got replaced by Karma/Jasmine
- JavaScript implementation ported to TypeScript
- Work on Angular GUI started