From 03ceb8ac257bc1663e43bec1f158e85ad1a41d57 Mon Sep 17 00:00:00 2001 From: Toby Jaffey Date: Sun, 15 Dec 2024 18:17:49 +0000 Subject: [PATCH] Add Zoridor, a terminal Quoridor game --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a71caf3..b4426e7 100644 --- a/README.md +++ b/README.md @@ -214,6 +214,7 @@ List of projects that provide terminal user interfaces - [typeinc](https://github.com/AnirudhG07/Typeinc) ncurses based typing speed test with various difficulty levels. - [typing-game-cli](https://github.com/akgondber/typing-game-cli) Command line game to practice your typing speed by competing against typer-robot or against your best result - [Wordle](https://github.com/m-dango/raku-wordle/) Script and library for Wordle, written in Raku +- [Zoridor](https://github.com/ringtailsoftware/zoridor) Play Quoridor in the terminal ---