From 7ff2d9db3d3e62e93f507678aff9fe4344f4b29e Mon Sep 17 00:00:00 2001 From: Jim Huang Date: Wed, 10 Jan 2024 01:28:23 +0800 Subject: [PATCH] Add Micro Tetris (#174) Micro Tetris is one of the smallest Tetris implementations in the world, utilizing only ANSI escape sequences to draw the board. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 755bed1..0d60214 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,7 @@ List of projects that provide terminal user interfaces - [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! +- [Micro Tetris](https://github.com/troglobit/tetris) One of the smallest Tetris implementations in the world, utilizing only ANSI escape sequences to draw the board. - [moon-buggy](https://github.com/seehuhn/moon-buggy) Drive some car across the moon - [MyMan](https://sourceforge.net/projects/myman/) MyMan is a video game for color and monochrome text terminals in the genre of Namco's Pac-Man - [nchess](https://github.com/billyvinning/nchess) Chess in the terminal, written in C.