Skip to content

Latest commit

 

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