Alexanderlol / fruity_bat

A flappy bird clone in Ruby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fruity Bat

Fruity Bat is a Flappy Bird clone, made in Ruby, that was developed while live-streaming on twitch.tv. It uses the gosu gem.

You can view a recording of the stream here: http://youtu.be/QtIlyU2Br3o

How To Run The Code

First you need to have bundler installed:

gem install bundler

Next, install all the dependencies using bundler:

bundle install

Finally, you can run the code:

bundle exec ruby game.rb

About

A flappy bird clone in Ruby


Languages

Language:Ruby 99.9%Language:Vim Script 0.1%