add sudoku-tui to showcase (#514)

This commit is contained in:
Tianyi Shi 2020-10-09 02:36:03 +06:00 committed by GitHub
parent c5ccacf30e
commit ac06b3ac3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -94,6 +94,7 @@ Here are some cool applications using cursive:
* [fui](https://github.com/xliiv/fui): Add CLI & form interface to your program.
* [grin-tui](https://github.com/mimblewimble/grin): Minimal implementation of the MimbleWimble protocol.
* [ripasso](https://github.com/cortex/ripasso): A simple password manager written in Rust.
* [sudoku-tui](https://github.com/TianyiShi2001/sudoku-tui): Play sudoku on the command line.
## Goals