Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 628 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 628 Bytes

Javascript Tetris

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.

Motivation

Sandboxing ideas for test driven websites to prove concepts used in my day to day work.

Brief evolution

  1. Earliest version used QUnit to test pure JavaScript
  2. JQuery GUI was considered but never implemented
  3. QUnit got replaced by Karma/Jasmine
  4. JavaScript implementation ported to TypeScript
  5. Work on Angular GUI started