Skip to content

Javascript version Tetris, based on the TDD Tetris tutorial by orfjackal (see fork)

Notifications You must be signed in to change notification settings

LHSnow/tdd-tetris-tutorial

 
 

Repository files navigation

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

About

Javascript version Tetris, based on the TDD Tetris tutorial by orfjackal (see fork)

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • TypeScript 94.6%
  • JavaScript 4.1%
  • HTML 1.1%
  • CSS 0.2%