Skip to content

Releases: TianyiShi2001/sudoku-tui

sudoku-tui v0.2.0

10 Oct 20:56
Compare
Choose a tag to compare

0.2.0 2020-10-10

New Features

  • Info panel
  • Timing

Bugfix

  • corrected undo & redo behaviour
  • undo & redo should be counted as moves

sudoku-tui v0.1.0

09 Oct 01:27
Compare
Choose a tag to compare

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