Sudoku CE A game by Jeffitus ------------------ Thank you for downloading this game! I hope you have fun with it. How to play ------------------ First, send the SUDOKU.8xp file to your calculator. Since this game is written in C, you will also need to send the CE C libraries (can be found at tiny.cc/clibs) When navigating the menus, use the arrow keys and [2nd] to select an option, and [clear] to go back or exit. In game, use the arrow keys to move the cursor around the grid, and use numbers 1-9 to insert a number in the cell (and [0] to clear a cell). To toggle pencil mode, press [graph]. You can quickly tell if pencil mode is activated by looking at the icon in the lower right corner. If this icon is filled in blue, pencil mode is on. You can also pause the game by pressing [clear], and the timer will also pause. From there, you can also select 'Give up', which will reveal the answer to the puzzle. Note: Due to the way that puzzles are generated, it is possible that a generated puzzle may have multiple solutions. More Info ------------------ Thanks to jacobly and MateoConLechuga for their help with this project. To see more development information (or if you have any questions), visit the development thread on Cemetech (https://ceme.tech/t16261), and if you want to view the C source code for this project see this project's GitHub page (https://github.com/Jeffitus/Sudoku-CE). I am almost always in the #cemetech IRC channel on Efnet, so you can ping me there or from SAX on the Cemetech website if you have a quick question. Currently planned features: -Loading and creating puzzles stored in AppVars Changelog ------------------ Version 1.0 -First release -Only basic functionality: puzzle generation, input numbers and pencil marks, reveal solution