Simple React.js Sudoku app writen with Legit TDD and full documentation.
Ariel Lothlorien
Clicking this link will take you to the full documentaion for this project! Its awesome because it is extracted from the code meaning that the code is fully commented and that the docs can link to where the methods, classes, n things are defined with exact line numbers!
Base structure testing.
-
Add static serving node.js to allow debugging in chrome without crossdomain issues.
-
Setup Testing for TDD and Browserify.
-
Create Sudoku Object/Class
-
Create tile store
-
Create tile object
-
Create Sudoku solver
-
Load Seed Puzzles from json
-
Create Sudoku Maker
-
Make Areas able to check available numbers and validity of numbers.
-
Make brute force Sudoku Creater.
None