An implementation of sudoku for the Apple //.
Go to file
Jeremy Rand 237c854e42 Do not check for saved games after the first game in a single session. Save the entire board for undo, not just the last modified square. When entering a value in a square, update all scratch values in the row, column and sub square. Fix a bug where some squares in a sub square were not being checked for invalid values. 2015-07-23 00:01:52 -04:00
a2sudoku Do not check for saved games after the first game in a single session. Save the entire board for undo, not just the last modified square. When entering a value in a square, update all scratch values in the row, column and sub square. Fix a bug where some squares in a sub square were not being checked for invalid values. 2015-07-23 00:01:52 -04:00
a2sudoku.xcodeproj Add a README. 2015-07-16 20:05:06 -05:00
README.md Add a README. 2015-07-16 20:05:06 -05:00

README.md

A2Sudoku

This is an implementation of Sudoku written for the Apple //. It is my HackFest entry at KansasFest 2015.