20 lines
410 B
Org Mode
20 lines
410 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
|
|
* TODO Add "Done" button
|
|
* TODO Check if puzzle is complete
|
|
* TODO Show errors
|
|
* TODO Toast on valid solve
|
|
* TODO Save current game
|
|
* TODO Create a pip file
|
|
* TODO Help labels
|