Go-arrows is a superminimal puzzle game written in Go. To try the game, from a shell:
go get github.com/nsf/termbox-go
git clone https://github.com/made2591/goarrows
cd goarrows
go run main.go
Instruction will be printed in stdout, with scores (number of) in the end:
The only external used is the following:
go get github.com/nsf/termbox-go
Thanks to nsf for termbox-go.
- Introduce levels (with combination of arrows)
- Introduce timer for complete moves
- Share result / saving best score