Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Latest commit

 

History

History
20 lines (15 loc) · 589 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 589 Bytes

sudoku-tui

Sudoku in the terminal using brick.

Features

  • Navigate the grid using Vim keys, WASD, or the arrow keys
  • Fill in cells using the number keys
  • Take notes using the number keys + Shift
  • Load and save games using the menu
  • Load games from a string of numbers (0 = blank)
  • Games are autosaved when quitting without a filename

Missing features

  • Answer checking (sudoku solver)
  • Randomly generated games
  • TUI menu
  • Real save format (currently just shows and reads the game state to a file)