From ac06b3ac3a388d62c03c3ecda80df19a0a906de9 Mon Sep 17 00:00:00 2001 From: Tianyi Shi Date: Fri, 9 Oct 2020 02:36:03 +0600 Subject: [PATCH] add sudoku-tui to showcase (#514) --- Readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Readme.md b/Readme.md index f259c50..0388184 100644 --- a/Readme.md +++ b/Readme.md @@ -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