From d6e73298cbee251dc9721817349be96eba3fde84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agust=C3=ADn=20M=C3=A9ndez?= Date: Mon, 22 Sep 2014 10:46:18 -0300 Subject: [PATCH] Sokoban, arkanoid and tetris written using sed. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d0474f1..e8cd51b 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,9 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos. *All work and no play is a cruddy way to spend your day.* * [bash2048](https://github.com/mydzor/bash2048) - Bash implementation of 2048 game -* [minesweeper](https://github.com/feherke/Bash-script/blob/master/minesweeper/minesweeper.sh) - Bash implementation of minesweeper +* [minesweeper](https://github.com/feherke/Bash-script/blob/master/minesweeper/minesweeper.sh) - Bash implementation of minesweeper +* [sedtris](https://github.com/uuner/sedtris) - Tetris in sed +* [arkanoid and sokoban](https://github.com/aureliojargas/sed-scripts) - Arkanoid and Sokoban written using sed ## Utilities and Tools