A Flappy birds profile for the legendary J-Shaw
- Create Executable with
go build
, create anapp
- Run the app with
./app
Tip combine both go build && ./app
for the impatient
New profiles can be created by simply creating new images/frames and pasting them inside res
directory
The game executes in the main.go
file. Game handler and physics are defined in scene.go
. Other files bird.go
, pipe.go
, card.go
are simply models for the respective entity.