Skip to content
This repository was archived by the owner on Jun 30, 2023. It is now read-only.

spoof/go-flappybird

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flappy Bird written in Go

go-flappybird is the fun project to get into gamedev and get to know how go-sdl2 works.

Screenshot

Requirements

On Mac OS X, install SDL2 via Homebrew like so: brew install sdl2{,_image,_ttf,_mixer} pkg-config

For complete guide how to install Go SDL2 see here

Installation

To install go-flappybird and its dependencies, type:

go get -u github.com/spoof/go-flappybird
go get -u github.com/golang/dep/cmd/dep
cd $GOPATH/src/github.com/spoof/go-flappybird
dep ensure

Run

To get it run, type: go build -o flappybird; ./flappybird

Credits

About

Flappy Bird written in Go

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages