Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Game Dev in Ruby

Avatar for Danielle Smith Danielle Smith
December 03, 2014
36

Game Dev in Ruby

Short talk on Game dev in Ruby using the Gosu gem

Avatar for Danielle Smith

Danielle Smith

December 03, 2014
Tweet

Transcript

  1. ... def update # game logic end def draw #

    put stuff on the screen end
  2. ... def button_down id # ... end def button_up id

    exit if id == Gosu::KbEscape end