Yet another colourful Sudoku clone. https://forge.montegasppa.cc/devdacerto/numples
Find a file
Montegasppα Cacilhας 594ed114a3 fix clippy warnings
2026-03-24 01:03:48 -03:00
assets add license to help 2025-07-27 17:28:22 -03:00
src fix clippy warnings 2026-03-24 01:03:48 -03:00
.gitignore add signals 2023-05-15 18:02:46 -03:00
Cargo.toml bump version 2025-08-04 16:34:31 -03:00
COPYING update email 2025-05-08 13:07:08 -03:00
README.md release 1.2.0 2025-07-26 16:53:06 -03:00

Kodumaro Numplës

Numplës (ナンプレツ)

Yet another (colourful) Sudoku playing game. Numplës is pronounced as “num-place” and stands for “number place”. Its derivative from the Japanese ナンプレ (nanpŭrē, Sudoku).

Installation

cargo install numples

Youre probably going to want to run UPX on the binary:

upx --best --lzma ~/.cargo/bin/numples

Author note:

On release 1.0.1, UPX reduced the binary size from 27 MiB to 5.8 MiB (about ⅕ of the original size).

Controls

  • Cursor keys: select cell
  • Numbers: set cell value
  • 0: clean cell value up
  • Control + number: toggle cell candidate
  • R: reset current board
  • U: undo
  • Escape: back
  • Pause: pause / unpause
  • Control + Q: quit
  • Control + S: save current board

You can use the mouse to select cells as well.

Colours

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

Requirements

Its require that Michael Kennetts Sudoku be installed: its used as board generating back-end.

Known bugs

Found bugs can be reported here.

TODO

  • Rotation animation

License

License: BSD-3-Clause

Screenshot