Skip to content

Files

Latest commit

0edb49b · Jun 18, 2015

History

History
16 lines (12 loc) · 346 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 346 Bytes

Sokoban In Terminal With Go

alt text

Setup

git clone github.com/rn2dy/sokoban-go
cd path/to/sokoban-go
go get -u github.com/nsf/termbox-go
go build -o sokoban
./sokoban

Credit

Inspired by gotetris