From af6c2b212e38bf65a570a777b857670ee2c6de61 Mon Sep 17 00:00:00 2001 From: Thomas Mauran <78204354+thomas-mauran@users.noreply.github.com> Date: Fri, 8 Dec 2023 01:21:34 +0100 Subject: [PATCH] docs: add chess-tui to games (#163) Signed-off-by: Mauran --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 228c31f..8df9f61 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,7 @@ List of projects that provide terminal user interfaces - [botany](https://github.com/jifunks/botany/) Virtual plant buddy - [BrogueCE](https://github.com/tmewett/BrogueCE) Beautiful roguelike dungeon crawler - [cbonsai](https://gitlab.com/jallbrit/cbonsai) A bonsai tree generator +- [chess-tui](https://github.com/thomas-mauran/chess-tui) Play Chess in your terminal, built in rust - [clidle](https://github.com/ajeetdsouza/clidle) Play Wordle in your terminal. Also works over SSH! - [Gameboy Emulator](https://github.com/gabrielrcouto/php-terminal-gameboy-emulator) A PHP Terminal GameBoy Emulator - [go-life](https://github.com/sachaos/go-life) Terminal based Conway's Game of Life