a2sudoku/a2sudoku
2015-07-17 11:25:19 -05:00
..
make Load puzzles from files at runtime. Save options when they change and not at quit time. 2015-07-16 15:04:06 -05: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 Big performance improvement by optimizing the algorithm for finding invalid squares. 2015-07-17 00:38:49 -05: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 Some minor UI improvements to ensure the user always knows what is going on. There should be no more blank screens for any significant period of time. 2015-07-17 11:25:19 -05: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