An open API service indexing awesome lists of open source software.

https://github.com/emrahyldrm/flappy-go

flappy bird game on console, with Go
https://github.com/emrahyldrm/flappy-go

commandline-interface flappy-bird go golang

Last synced: 18 days ago
JSON representation

flappy bird game on console, with Go

Awesome Lists containing this project

README

          

## Flappy Bird on Console

Some coding exercises when learning golang.

Flappy bird game again, but this time in Go.

* [**gocui**](https://github.com/jroimartin/gocui) was used for command line interfacing

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

### Keyboard Shortcuts
- **space**: up the bird
- **tab**: Exit

![](flappy.png)