Gokoban
3D Puzzle Game written in Go
Install / Use
/learn @danaugrs/GokobanREADME
Gokoban - 3D Puzzle Game
Awarded 1st place in the 2017 Gopher Game Jam
Gokoban is a 3D puzzle game written in Go. You control the Go gopher, and your objective in each level is to push the boxes until they are all on top of the yellow pads. There are elevators that help you reach high places and move boxes up and down. Levels are read from text files in /levels so you can easily modify them and even create new ones.
It was created using G3N for the 2017 Gopher Game Jam on itch.io.
✅ Download Windows 64-bit Precompiled Binary (v1.0)

Building from source
Make sure you have the G3N external dependencies in place. Then execute the following commands:
git clone https://github.com/danaugrs/gokoban.git
cd gokoban/
go build
./gokoban
If you are on Windows, you'll need the audio DLLs mentioned in the G3N readme.
You may also need vcruntime140.dll. All the necessary DLLs are provided here under dist/win - you just need to "add" them to your PATH, or copy them to the same folder that your Gokoban executable is in. Alternatively you can build them yourself by following these instructions. You can obtain vcruntime140.dll by downloading a Microsoft Visual C++ Redistributable.
Support
I hope you enjoy playing and learning from Gokoban as much as I enjoyed writing it.
If you come across any issues, please report them.
Related Skills
node-connect
349.0kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
xurl
349.0kA CLI tool for making authenticated requests to the X (Twitter) API. Use this skill when you need to post tweets, reply, quote, search, read posts, manage followers, send DMs, upload media, or interact with any X API v2 endpoint.
frontend-design
109.4kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
349.0kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
