a2sudoku/a2sudoku
2016-07-23 09:59:46 -05:00
..
make Add a screenshot to the readme. 2016-07-23 09:59:46 -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 Add support for printing the time to solve the puzzle if there is a real time clock in the system. 2015-08-19 00:35:18 -04:00
game.h Add support for printing the time to solve the puzzle if there is a real time clock in the system. 2015-08-19 00:35:18 -04: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 Do not require Apple //e enhanced. This means all text ends up in upper case on output and I have to do jump through a couple hoops to handle up/down keys and open apple + number. 2015-07-24 00:06:49 -04: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 Add support for printing the time to solve the puzzle if there is a real time clock in the system. 2015-08-19 00:35:18 -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