made2591 / goarrows

A super simple puzzle game written in Go using termbox-go

Repository from Github https://github.commade2591/goarrowsRepository from Github https://github.commade2591/goarrows

Go-arrows

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:

Dependencies

The only external used is the following:

go get github.com/nsf/termbox-go

Thanks to nsf for termbox-go.

Improvements

  • Introduce levels (with combination of arrows)
  • Introduce timer for complete moves
  • Share result / saving best score

About

A super simple puzzle game written in Go using termbox-go

License:Apache License 2.0


Languages

Language:Go 100.0%