From bed83d4b5a6344c41d05fe95e3b28ddbefbed492 Mon Sep 17 00:00:00 2001 From: Herby Gillot <herby.gillot@gmail.com> Date: Thu, 17 Mar 2022 06:59:40 -0400 Subject: [PATCH] games: add cbonsai cbonsai is a bonsai tree generator for the terminal: https://gitlab.com/jallbrit/cbonsai --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 133277d..517a169 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ List of projects that provide terminal user interfaces - [2048-cli](https://github.com/tiehuis/2048-cli) The game 2048 for your Linux terminal - [bastet](https://github.com/fph/bastet) Evil falling block game +- [cbonsai](https://gitlab.com/jallbrit/cbonsai) A bonsai tree generator - [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!