From 1fe56f9e50274b54c0636870883ab498f71cf59d Mon Sep 17 00:00:00 2001
From: Jim Huang <jserv.tw@gmail.com>
Date: Mon, 8 Jan 2024 05:54:08 +0800
Subject: [PATCH] Add nchess

nchess is a chess game in the terminal, rendered with ncurses and C99.
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 8be9e64..204832b 100644
--- a/README.md
+++ b/README.md
@@ -123,6 +123,7 @@ List of projects that provide terminal user interfaces
 - [Greed](https://gitlab.com/esr/greed) A game of consumption. Eat as much as you can before munching yourself into a corner!
 - [moon-buggy](https://github.com/seehuhn/moon-buggy) Drive some car across the moon
 - [MyMan](https://sourceforge.net/projects/myman/) MyMan is a video game for color and monochrome text terminals in the genre of Namco's Pac-Man
+- [nchess](https://github.com/billyvinning/nchess) Chess in the terminal, written in C.
 - [NetHack](https://github.com/NetHack/NetHack) Dungeon exploration game
 - [nInvaders](http://ninvaders.sourceforge.net/) Space Invaders
 - [nSnake](https://github.com/alexdantas/nSnake) The classic snake game with textual interface