From 87cf14f92ddd8df2ecee97503a02dd9c8331df3a Mon Sep 17 00:00:00 2001
From: Mauran <thomas.mauran@etu.umontpellier.fr>
Date: Wed, 6 Dec 2023 08:33:51 +0100
Subject: [PATCH] docs: add chess-tui to games

Signed-off-by: Mauran <thomas.mauran@etu.umontpellier.fr>
---
 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