Created
March 11, 2010 20:20
-
-
Save Mon-Ouie/329604 to your computer and use it in GitHub Desktop.
Code used in a tutoral about Joyau
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'joyau/init' | |
Joyau.init :gfx | |
Joyau.draw { Joyau.drawText(0, 0, "Hello world!") } while Joyau.mayPlay | |
Joyau.stop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment