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

evanrelf/sudoku-tui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)