mirror of
https://github.com/rothgar/awesome-tuis.git
synced 2025-01-18 13:02:32 +01:00
Add Micro Snake (#183)
The theme started with Micro Tetris continues with this version of the snake (worm) game. It is very small and only utilizes ANSI escape sequences to draw the board.
This commit is contained in:
parent
6ddd4bca7d
commit
716cf70674
1 changed files with 1 additions and 0 deletions
|
@ -124,6 +124,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 Snake](https://github.com/troglobit/snake) A small snake game, utilizing ANSI escape sequences to draw the board.
|
||||
- [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
|
||||
|
|
Loading…
Reference in a new issue