Making Games in Ruby (with Gosu!)
What is Gosu?
Ruby gem
Gives us a game window
Draws images at xy coords
Runs infinite update-draw loop
"gem install gosu"
What next?
Check out documentation:
libgosu.org
Check out examples:
github.com/gosu/game-examples
Make cool things!
Made with Slides.com