Sudoku project for ECE243, written in C.
Game can be played by compiling big_function_for_CPUlator.c on CPUlator.
Game is controlled using PS_2 (base address of 0xff200100).
- Arrowkeys used to maneuver the grid,
- Fill the grid using the number keys
- Press N for new game
- Press backspace to erase
- Mouse support greatly lags due to limits of CPUlator
- Currently only supports mouse-click of "New Game"
Other files are broken down merely for organizational purposes. All games are randomly generated.