Go语言基于终端构建在Termbox之上的游戏引擎:Termloop
jopen
9年前
ermloop 为在终端构建游戏提供了一个简单的循环,并聚焦让终端开发游戏尽可能轻松和有趣。
Features
- Collision detection
- Render timers
- Level offsets to simulate 'camera' movement
- Debug logging
- Built-in entity types such as:
- Framerate counters
- Rectangles
- Text
- Pure Go - easy portability of compiled games, and cross-compilation built right in. </ul>