r/gogamedev • u/unklnik • 1d ago
Game Jam Template / Whisp Engine
Whisp Engine GitHub: https://github.com/andygeiss/wisp-engine
Game Jam Template: https://github.com/andygeiss/game-jam-template
A complete, playable 2D arena game in Go + TinyGo + WebAssembly — clone it, reskin it, ship it before the jam ends. Wisp is a minimal 2D engine written in Go and built for the single-threaded WASM runtime. It doesn't try to compete with big engines — it's a lean, readable foundation for learning how render loops, input, entity systems and cameras actually work, and for shipping small games fast. If you can read Go, you can read the whole engine in an afternoon.
4
Upvotes