Skip to content

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

License

Notifications You must be signed in to change notification settings

made2591/goarrows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages