Skip to content

Instantly share code, notes, and snippets.

@Mon-Ouie
Created March 11, 2010 20:20
Show Gist options
  • Save Mon-Ouie/329604 to your computer and use it in GitHub Desktop.
Save Mon-Ouie/329604 to your computer and use it in GitHub Desktop.
Code used in a tutoral about Joyau
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