From 231cffffb1f11b5a3a87b4656f88cc0cef4876bf Mon Sep 17 00:00:00 2001 From: Jim Huang <jserv.tw@gmail.com> Date: Sat, 16 Dec 2023 19:51:28 +0800 Subject: [PATCH] Add awkaster awkaster is a pseudo-3D shooter written completely in gawk using raycasting technique. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8df9f61..a6efe9c 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,7 @@ List of projects that provide terminal user interfaces <details open><summary><h2>Games</h2></summary> - [2048-cli](https://github.com/tiehuis/2048-cli) The game 2048 for your Linux terminal +- [awkaster](https://github.com/TheMozg/awk-raycaster) Pseudo-3D shooter written completely in gawk using raycasting technique - [bastet](https://github.com/fph/bastet) Evil falling block game - [botany](https://github.com/jifunks/botany/) Virtual plant buddy - [BrogueCE](https://github.com/tmewett/BrogueCE) Beautiful roguelike dungeon crawler