All Projects → danaugrs → Gokoban

danaugrs / Gokoban

Licence: bsd-2-clause
3D Puzzle Game written in Go

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Labels

Projects that are alternatives of or similar to Gokoban

Clash Royale Clone
A Unity clone of Supercell's Clash of Clans spin-off mobile game Clash Royale with possibly some twists.
Stars: ✭ 43 (-74.85%)
Mutual labels:  game, 3d
Awk Raycaster
Pseudo-3D shooter written completely in gawk using raycasting technique
Stars: ✭ 1,534 (+797.08%)
Mutual labels:  game, 3d
Vulkust
An engine for Vulkan in Rust, tries to implement modern graphic features. (suspended for now)
Stars: ✭ 64 (-62.57%)
Mutual labels:  game, 3d
Veloren
[Mirror] An open world, open source voxel RPG inspired by Dwarf Fortress and Cube World
Stars: ✭ 868 (+407.6%)
Mutual labels:  game, 3d
Canvas Test
🎮 happy canvas
Stars: ✭ 1,722 (+907.02%)
Mutual labels:  game, 3d
Buttons And Boxes
A Sokoban-esque puzzle game developed in unity 3D in 2016
Stars: ✭ 17 (-90.06%)
Mutual labels:  game, 3d
Lba2remake
A Little Big Adventure 2 / Twinsen's Odyssey reimplementation in JavaScript / Three.js / React
Stars: ✭ 116 (-32.16%)
Mutual labels:  game, 3d
Exengine
A C99 3D game engine
Stars: ✭ 391 (+128.65%)
Mutual labels:  game, 3d
Minijvm
Develop iOS Android app in java, Cross platform java virtual machine , the minimal jvm .
Stars: ✭ 127 (-25.73%)
Mutual labels:  game, 3d
Hilo3d
Hilo3d, a WebGL Rendering Engine.
Stars: ✭ 123 (-28.07%)
Mutual labels:  game, 3d
Dwarfcorp
An open-source 3D colony management game for PC, Mac and Linux
Stars: ✭ 460 (+169.01%)
Mutual labels:  game, 3d
Mundus
A 3D world/level editor built with Java, Kotlin & libGDX.
Stars: ✭ 164 (-4.09%)
Mutual labels:  game, 3d
Aterriblekingdom
Scripting the Timeline for games in creative ways. Includes a small RTS game build on the 'A Mighty Kingdom' assets
Stars: ✭ 428 (+150.29%)
Mutual labels:  game, 3d
Pioneer
A game of lonely space adventure
Stars: ✭ 979 (+472.51%)
Mutual labels:  game, 3d
Cpp 3d Game Tutorial Series
C++ 3D Game Tutorial Series is a YouTube tutorial series, whose purpose is to help all those who want to take their first steps in the game development from scratch.
Stars: ✭ 400 (+133.92%)
Mutual labels:  game, 3d
Doom Nano
A 3d raycast engine for Arduino
Stars: ✭ 86 (-49.71%)
Mutual labels:  game, 3d
Vue Babylonjs
A ready-to-go 3d environment for Vue.js using Babylon.js
Stars: ✭ 356 (+108.19%)
Mutual labels:  game, 3d
Libgdx
Desktop/Android/HTML5/iOS Java game development framework
Stars: ✭ 19,420 (+11256.73%)
Mutual labels:  game, 3d
Gamedev Resources
🎮 🎲 A wonderful list of Game Development resources.
Stars: ✭ 2,054 (+1101.17%)
Mutual labels:  game, 3d
Fxgl
Stars: ✭ 2,378 (+1290.64%)
Mutual labels:  game, 3d

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

Gokoban Screenshots

Building from source

First make sure you have the G3N external dependencies in place.

The following command will download and install Gokoban, G3N, and all of G3N's Go package dependencies (make sure your GOPATH is set correctly):

go get -u github.com/danaugrs/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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].