From ff675e7fda416ef3e43a90c6aceb9de7fd68f5a6 Mon Sep 17 00:00:00 2001 From: Swapnil Agarwal Date: Mon, 19 Oct 2015 09:06:01 +0530 Subject: [PATCH] Add termloop under Game Development --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a9adf631..8f5389b0 100644 --- a/README.md +++ b/README.md @@ -351,6 +351,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [go3d](https://github.com/ungerik/go3d) - A performance oriented 2D/3D math package for Go * [gonet](https://github.com/xtaci/gonet) - A game server skeleton implemented with golang * [Leaf](https://github.com/name5566/leaf) - A lightweight game server framework +* [termloop](https://github.com/JoelOtter/termloop) - Terminal-based game engine for Go, built on top of Termbox ## Generation & Generics