From 94280266fe362f458797d30ec04f725c4849e851 Mon Sep 17 00:00:00 2001 From: Jim Huang Date: Wed, 10 Jan 2024 01:30:38 +0800 Subject: [PATCH] Add DOOM-ASCII (#171) This project allows text-based DOOM running in the terminal. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bee26f6..8e9d6f4 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,7 @@ List of projects that provide terminal user interfaces - [cbonsai](https://gitlab.com/jallbrit/cbonsai) A bonsai tree generator - [chess-tui](https://github.com/thomas-mauran/chess-tui) Play Chess in your terminal, built in rust - [clidle](https://github.com/ajeetdsouza/clidle) Play Wordle in your terminal. Also works over SSH! +- [DOOM-ASCII](https://github.com/wojciech-graj/doom-ascii) Text-based DOOM running in terminal. - [Gameboy Emulator](https://github.com/gabrielrcouto/php-terminal-gameboy-emulator) A PHP Terminal GameBoy Emulator - [go-life](https://github.com/sachaos/go-life) Terminal based Conway's Game of Life - [Greed](https://gitlab.com/esr/greed) A game of consumption. Eat as much as you can before munching yourself into a corner!