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
- Host: GitHub
- URL: https://github.com/emrahyldrm/flappy-go
- Owner: emrahyldrm
- Created: 2019-05-26T20:39:45.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-11T22:08:53.000Z (almost 7 years ago)
- Last Synced: 2025-12-17T21:35:04.221Z (3 months ago)
- Topics: commandline-interface, flappy-bird, go, golang
- Language: Go
- Size: 419 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
