#Basic example of JavaScript TDD - TicTacToe Game This is an example for a JavaScript TDD tutorial. QUnit is used as a testing framework.
Application allows user to create N per N field for TicTacToe game. No artificial intelligence, just raw algorithm.
Run test.html for testing and index.html for game itself