Skip to content

Instantly share code, notes, and snippets.

@domgetter
Created April 26, 2014 00:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save domgetter/11307644 to your computer and use it in GitHub Desktop.
Save domgetter/11307644 to your computer and use it in GitHub Desktop.
require 'gosu'
class MyGame < Gosu::Window
def initialize
super 800, 600, false
end
end
MyGame.new.show
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment