This is a simple Flappy Bird clone we wrote to show how to knock out a game quickly with DragonRuby Game Toolkit. This is 360 lines of Ruby code and a handful of PNG, OGG, and WAV files.

Press the spacebar to flap!

(Artwork and audio for Flappy Dragon created by Nick Culbertson. Thanks!)

2D:

VR:


StatusReleased
PlatformsWindows, macOS, Linux, Android, HTML5
Rating
Rated 4.8 out of 5 stars
(4 total ratings)
AuthorDragonRuby
GenreAction
Tags2D, dragonruby, minigames, Pixel Art

Download

Download
flappydragon-macos.zip 4 MB
Version 5 Jun 05, 2019
Download
flappydragon-linux-amd64.bin 5 MB
Version 5 Jun 05, 2019
Download
flappydragon-linux-raspberrypi.bin 5 MB
Version 2 Jun 05, 2019
Download
flappydragon-windows-amd64.exe 6 MB
Version 6 Nov 21, 2021
Download
flappydragon-oculusquest.apk 4 MB

Development log

Comments

Log in with itch.io to leave a comment.

Original URL break, new should see https://github.com/DragonRuby/dragonruby-game-toolkit-contrib/blob/master/sample...

Updated the link. Thanks!

Just a black screen in Safari on iOS 13.6

(+1)

I just see a black box, the game never seems to load.  Safari Mac OS X latest

How can I learn to export a DragonRuby game for HTML5?

Nevermind, I see that it's part of the output during `./dragonruby-publish`, but it's not really documented anywhere as a feature.

The next build has dragonruby-publish write out instructions on how to set up your itch.io page for HTML5. Alternately, you can just copy the files it creates to any webserver.


( or locally, run "dragonruby-httpd path_to_the_html5_build 8080" and point your web browser at http://localhost:8080/ )

(+1)

Super cool! I love the art work, and look forward to seeing this game engine take off.