a2sudoku/a2sudoku
2015-07-23 00:01:52 -04:00
..
make 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
a2e.hi.s Create the project. Write some code to manage a set of puzzles. Write some code to manage a sudoku game. Start work on the UI for the game. 2015-07-15 18:27:40 -05:00
easy.puzzles Reduce the number of puzzles to 1000 because I ran out of space on the disk for the saved game. 2015-07-16 20:49:02 -05:00
game.c 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
game.h Add a way to restart your puzzle from the beginning. 2015-07-16 20:00:45 -05:00
generateSudoku.pl Load puzzles from files at runtime. Save options when they change and not at quit time. 2015-07-16 15:04:06 -05:00
hard.puzzles Reduce the number of puzzles to 1000 because I ran out of space on the disk for the saved game. 2015-07-16 20:49:02 -05:00
main.c Create the project. Write some code to manage a set of puzzles. Write some code to manage a sudoku game. Start work on the UI for the game. 2015-07-15 18:27:40 -05:00
Makefile Create the project. Write some code to manage a set of puzzles. Write some code to manage a sudoku game. Start work on the UI for the game. 2015-07-15 18:27:40 -05:00
medium.puzzles Reduce the number of puzzles to 1000 because I ran out of space on the disk for the saved game. 2015-07-16 20:49:02 -05:00
puzzles.c Add the ability to save and load your game. 2015-07-16 19:40:27 -05:00
puzzles.h Add the ability to save and load your game. 2015-07-16 19:40:27 -05:00
puzzles.txt Reduce the number of puzzles to 1000 because I ran out of space on the disk for the saved game. 2015-07-16 20:49:02 -05:00
ui.c 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
ui.h Create the project. Write some code to manage a set of puzzles. Write some code to manage a sudoku game. Start work on the UI for the game. 2015-07-15 18:27:40 -05:00