Flappy Dragon
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:
Download
Development log
- New build 6/5/2019Jun 05, 2019
- Flappy Dragon 5/16/2019!May 16, 2019
- Flappy Dragon version 2!Apr 28, 2019
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
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/ )
Super cool! I love the art work, and look forward to seeing this game engine take off.