Documentation: Javascript Sudoku Game - 11/28/2016

Game Description:

The Sudoku Game I created follows the basic rules of a traditional Sudoku puzzle. A player must fill in the remaining numbers using logic and the numbers given in the starting puzzle.

Utilizing core javascript I implemented a point and click style user interface for the game. Additionally, I added some visual tools and effects to both aid the player in solving the puzzle as well as making the game play more interesting.

The following is a breakdown of the features of the game, and how they meet the project requirements: