Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rodkranz/goflappy
Flappy Bird with GoLang
https://github.com/rodkranz/goflappy
Last synced: 5 days ago
JSON representation
Flappy Bird with GoLang
- Host: GitHub
- URL: https://github.com/rodkranz/goflappy
- Owner: rodkranz
- Created: 2018-02-27T17:50:29.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-12T22:32:10.000Z (over 6 years ago)
- Last Synced: 2024-11-07T22:42:28.032Z (about 2 months ago)
- Language: Go
- Size: 864 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flappy Bird in GoLang
Game made in Golang to learn little bit more about concurrency, goroutine, data-race and SDL.
### Requirements
* [GoLang 1.9+](https://golang.org/dl/#stable) - S2
* [Go-SDL2](https://github.com/veandco/go-sdl2/) - go-sdl2 is SDL2 wrapped for Go users.
* [Dep](https://github.com/golang/dep) - Dep is a prototype dependency management tool for Go.
* [Bra](https://github.com/Unknwon/bra) - Brilliant Ridiculous Assistant
### Instalation$ go get github.com/rodkranz/goflappy
### Documents* Golang - https://golang.org/pkg/
* SDL - http://wiki.libsdl.org/FrontPage
* Flappy Bird - https://en.wikipedia.org/wiki/Flappy_Bird### Build
$ go build -o flappy main.go
### Execute
$ ./flappy
### Development$ bra run
### ScreenShots![Started Game](https://github.com/rodkranz/goflappy/blob/master/res/ss/game-0.png "GamePlay 1")
![Playing Game](https://github.com/rodkranz/goflappy/blob/master/res/ss/game-1.png "GamePlay 2")
![Ended Game](https://github.com/rodkranz/goflappy/blob/master/res/ss/game-2.png "GamePlay 3")
### CreditsJust For Func:
https://www.youtube.com/watch?v=aYkxFbd6luY
https://www.youtube.com/watch?v=tX_Fgt0gVbQ&t=1815s
https://www.youtube.com/watch?v=jy9XKfYjtwE