Yet another colourful Sudoku clone. https://forge.montegasppa.cc/devdacerto/corples
Find a file
2026-07-27 23:02:48 -03:00
assets add license to help 2025-07-27 17:28:22 -03:00
src add some light animation 2026-07-27 23:02:48 -03:00
.gitignore try to enable xwinit (X.org) 2026-06-20 17:06:08 -03:00
Cargo.toml add some light animation 2026-07-27 23:02:48 -03:00
COPYING create title menu 2026-06-12 22:06:57 -03:00
README.md the actual colour name is cyan 2026-06-24 13:03:28 -03:00

Corplës (formerly Numplës)

Yet another (colourful) Sudoku playing game. Corplës is pronounced as “cor-place” and stands for “colour places”. Its inspired by the Japanese ナンプレ (nanpŭrē, Sudoku).

Installation

cargo install --locked --git=https://codeberg.org/cacilhas/corples.git

You may probably want to run UPX on the binary:

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

Controls

  • Cursor keys: select cell
  • Numbers: toggle cell candidate
  • 0: clean cell value up
  • Alt + number: set cell value
  • Control + number: set cell value
  • P: pause / unpause
  • 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 and toggle cells as well.

Colours

  • 1: red
  • 2: orange
  • 3: yellow
  • 4: green
  • 5: cyan
  • 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

  • Fix freezing on invalid movement
  • Rotation animation

License

License: BSD-3-Clause

Screenshot