From c8322b7078cf475b41588c8d0c71dc70dbe6d540 Mon Sep 17 00:00:00 2001 From: Toby Jaffey Date: Tue, 31 Dec 2024 20:37:24 +0000 Subject: [PATCH] Added Zoridor and Zigtris (#258) * Add Zoridor, a terminal Quoridor game * Added Zigtris, a terminal tetris --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 00c5499..8f0bb6d 100644 --- a/README.md +++ b/README.md @@ -215,6 +215,8 @@ 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 +- [Zigtris](https://github.com/ringtailsoftware/zigtris) YA terminal tetris +- [Zoridor](https://github.com/ringtailsoftware/zoridor) Play Quoridor in the terminal ---