WASM must be enabled in order to play.

Dev log

  • 3/1: Basic interface. Missing most mobile support but 80% of the way there.
    • Fonts don't scale correctly, probably need calc.
  • 3/2: Fixed font scaling. Apparently calc is old school, the new hotness is container query length units.
    • Need better wrapping behavior for the numpad; not great to use on mobile currently.
    • Look into better input method for marks; mobile users can't be expected to precisely click individual sections of a cell.
    • Start thinking about a basic solver.
  • 3/3: Adjusted numpad behavior when wrapping on mobile.
  • 3/4: Adjusted mark font scaling and added a marking mode better suited for mobile.
    • The controls UI needs some polish.
    • Need a better warning message for browsers without proper WASM support.
  • 3/5: Made selecting a cell highlight similar values.
  • 3/6: Made selecting a cell bold similar values in marks, and added a delete button to the now refreshed controls UI.
    • Need to prevent grids from being wiped out on a browser refresh.
  • 3/9: Added custom images for actions.
    • Keyboard input? Should be pretty easy.
  • 3/16: Added an undo button; only required a small, complete code overhaul.
    • It'd be cool to have some ?g=ENCODED_SUDOKU_GRID query parameter for sharing grids.
    • Need to address the "forced reflow" warning I sometimes see in the console. The noticeable layout shift isn't great.
  • 3/20: Added "can't do that" animations for the undo and erase buttons. Also addressed layout shifting and added a message for visitors without WASM.