Merge pull request #632 from swapagarwal/master

Add termloop under Game Development.
This commit is contained in:
Dmitri Shuralyov 2015-10-18 20:44:35 -07:00
commit 0f9cce8e99

View File

@ -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 * [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 * [gonet](https://github.com/xtaci/gonet) - A game server skeleton implemented with golang
* [Leaf](https://github.com/name5566/leaf) - A lightweight game server framework * [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 ## Generation & Generics