pydoku/pydoku.todo

31 lines
778 B
Org Mode

#-*- mode: org -*-
#+TODO: TODO | DONE
#+STARTUP: show2levels
* DONE Draw Board
* DONE Basic HUD
* DONE Cursor
* DONE Keybindings
* DONE Mouse select cell
* DONE Scrape websudoku.com
* DONE Populate given numbers
* DONE Pencil Marks
* DONE Add "Done" button
* DONE Check if puzzle is complete
* DONE Improve pencil mark colors
* DONE Async http request
* TODO Show errors
* TODO Generalized button code
* TODO Pass difficulty through command line
* TODO Choose difficulty buttons
* TODO Button to load a new puzzle
* TODO Delete center pencil marks 1 num at a time
* TODO Toast on valid solve
* TODO Show the time it took
* TODO Save current game
* TODO Create a pip file
* TODO Show current input method
* TODO Show keybindings somehow
* TODO Pause button
* TODO Support undo