Home

Awesome

Sokoban GoDoc Go Report Card Build Status

Logo

Retro game sokoban clone made in Go! Created by tristangoossens. GitHub followers
Please star this repository to help my project grow! GitHub stars

Run on Repl.it

The game

Here is a screenshot of sokoban's titlescreen!

Titlescreen

Screenshot of sokoban's first level!

Level1

How to play

First of all you will need Go, you can find more information here.

When you have installed Go, you will need to install the game:

git clone https://github.com/tristangoossens/sokoban-go.git

Then play it using the following command:

go run run.go

Or build and run using the following:

go build run.go
./run

Bucket list for future versions

Feel free to help me add the functions above with a pull request!

Links