nanpure

Crates.ionanpure
lib.rsnanpure
version0.2.2
sourcesrc
created_at2023-06-04 17:13:00.009401
updated_at2024-05-16 00:03:22.330324
descriptionYet another sudoku playing game.
homepagehttps://crates.io/crates/nanpure
repositoryhttps://github.com/cacilhas/nanpure
max_upload_size
id882460
size92,702
Montegasppα ℭacilhας (cacilhas)

documentation

README

nanpure

Nanpure

Yet another (colourful) Sudoku playing game.

Installation

cargo install nanpure

Controls

  • Cursor keys or WASD: select cell
  • Numbers: toggle candidates
  • Control + number (or Shift + number): set cell value
  • Control + 0 (or Shift + 0): clean cell value up
  • Space: alias to toggle single-value cell
  • F1: help
  • Escape: back or quit

No mouse during gameplay.

Colours

  • 1: red
  • 2: orange
  • 3: yellow
  • 4: green
  • 5: blue
  • 6: indigo
  • 7: violet
  • 8: magenta
  • 9: gray

Generator

If you have Michael Kennett’s Sudoku installed, it’s used as board generator.

License

License: BSD-3-Clause

Commit count: 101

cargo fmt