Ryan Padveen

Results 1 issues of Ryan Padveen

I get a black screen. Am I using these GameStates correctly? ``` require 'rubygems' rescue nil $LOAD_PATH.unshift File.join(File.expand_path(__FILE__), "..", "..", "lib") require 'chingu' include Gosu include Chingu class Game <...