From 32680cd59c57a10fb2b80f7d47ee35b1f2ea7857 Mon Sep 17 00:00:00 2001 From: Anirudh Gupta <146579014+AnirudhG07@users.noreply.github.com> Date: Sat, 22 Jun 2024 21:18:14 +0530 Subject: [PATCH] added typeinc to games --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ee163c1..fee5c47 100644 --- a/README.md +++ b/README.md @@ -157,6 +157,7 @@ List of projects that provide terminal user interfaces - [terminal-phase](https://gitlab.com/dustyweb/terminal-phase) Space shooter game that runs in your terminal! - [tinytetris](https://github.com/taylorconor/tinytetris) 80x23 terminal tetris! - [tty-solitaire](https://github.com/mpereira/tty-solitaire) Solitaire runs in your terminal! +- [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 ---