nanpure 0.1.5

Yet another sudoku playing game.
# nanpure

[COPYING]: https://github.com/cacilhas/nanpure/blob/master/COPYING
[email]: mailto:montegasppa@cacilhas.info
[The 3-Clause BSD License]: https://opensource.org/license/bsd-3-clause/
[Sudoku]: https://en.wikipedia.org/wiki/Sudoku

## Nanpure

Yet another (colourful) [Sudoku][] playing game.

### Installation

```sh
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: <span style="color: white; background-color: red;">red</span>
- 2: <span style="color: black; background-color: orange;">orange</span>
- 3: <span style="color: black; background-color: yellow;">yellow</span>
- 4: <span style="color: white; background-color: green;">green</span>
- 5: <span style="color: black; background-color: skyblue;">blue</span>
- 6: <span style="color: white; background-color: indigo;">indigo</span>
- 7: <span style="color: black; background-color: violet;">violet</span>
- 8: <span style="color: white; background-color: magenta;">magenta</span>
- 9: <span style="color: black: background-color: darkgray;">gray</span>

### License

- Copyright 2023 [Rodrigo Cacilhας \<montegasppa@cacilhas.info\>][email]
- [The 3-Clause BSD License][]
- [COPYING][]

License: BSD-3-Clause