From f9a84a51f25bad117f1a6797025c5f0cceb38c20 Mon Sep 17 00:00:00 2001 From: Igor Serebryany <igor47@moomers.org> Date: Tue, 22 Mar 2022 15:28:26 -0700 Subject: [PATCH] README: Add minesweeper game --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5b51823..c1fd51b 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,7 @@ List of projects that provide terminal user interfaces - [nudoku](https://github.com/jubalh/nudoku) ncurses based sudoku game - [steam-tui](https://github.com/dmadisetti/steam-tui) Just a simple TUI client for steamcmd. Allows for the graphical launching, updating, and downloading of steam games through a simple terminal client. - [sudoku-rs](https://github.com/MitchelPaulin/sudoku-rs) Sudoku built with tui-rs +- [sweeper](https://github.com/igor47/sweeper) Minesweeper game using curtsies - [terminal-phase](https://gitlab.com/dustyweb/terminal-phase) Space shooter game that runs in your terminal! - [tinytetris](https://github.com/taylorconor/tinytetris) 80x23 terminal tetris!