Skip to content

sudoku-tui v0.1.0

Compare
Choose a tag to compare
@TianyiShi2001 TianyiShi2001 released this 09 Oct 01:27
· 10 commits to main since this release

Features

  • play classical 9x9 sudoku on the command line, with a TUI interface.
  • undo and redo, show hints
  • show number of steps and undos upon completion
  • cross-platform support (Linux, MacOS, Windows)

Changes since v0.0.1

0.1.0 2020-10-09

New Features

  • use crossterm to provide windows support

0.0.4 2020-10-09

New Features

  • Config view and Finish views (not quite elaborated at the moment, though)

Bugfix

  • Now entering 0 into an empty cell will be ignored.

0.0.3 2020-10-08

New Features

  • Undo/Redo

Bugfix

  • Fix the issue that adding a hint may lead to invalid board