/flappy-go

flappy bird game on console, with Go

Primary LanguageGo

Flappy Bird on Console

Some coding exercises when learning golang.

Flappy bird game again, but this time in Go.

  • gocui was used for command line interfacing

    go get github.com/jroimartin/gocui
    go run flappy.go

Keyboard Shortcuts

  • space: up the bird
  • tab: Exit