Yet another colourful Sudoku clone.
https://forge.montegasppa.cc/devdacerto/corples
| assets | ||
| src | ||
| .gitignore | ||
| Cargo.toml | ||
| COPYING | ||
| README.md | ||
Corplës (formerly Numplës)
Yet another (colourful) Sudoku playing game. Corplës is pronounced as “cor-place” and stands for “colour places”. It’s 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
It’s require that Michael Kennett’s Sudoku be installed: it’s used as board generating back-end.
Known bugs
Found bugs can be reported here.
TODO
- Fix freezing on invalid movement
- Rotation animation
License
- Copyright 2023-2025 Rodrigo Cacilhας <rodrigo@cacilhas.net>
- The 3-Clause BSD License
- COPYING
License: BSD-3-Clause
