Compare commits

...

2 Commits

Author SHA1 Message Date
curry798
90021c82f4
Add x-cmd to the Miscellaneous (#218)
* Add x-cmd to the Miscellaneous

* Add x-cmd to the Miscellaneous
2024-07-02 16:19:13 -07:00
Anirudh Gupta
97c7b299ae
added typeinc to games (#217) 2024-07-02 14:43:38 -07:00

View File

@ -158,6 +158,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
---
@ -287,6 +288,7 @@ List of projects that provide terminal user interfaces
- [WG Commander](https://github.com/andrianbdn/wg-cmd) A TUI for a simple WireGuard VPN setup: peer management, QR codes, setup wizard.
- [wttr.in](https://github.com/chubin/wttr.in) The right way to check the weather
- [xplr](https://github.com/sayanarijit/xplr) A hackable, minimal, fast TUI file explorer, stealing ideas from nnn and fzf.
- [x-cmd](https://github.com/x-cmd/x-cmd) A vast and interesting collection of tools that can then bootstrap lots of other programs / functions in a consistent and structured way.
- [yazi](https://github.com/sxyazi/yazi) Blazing fast terminal file manager written in Rust, based on async I/O.
---
</details>