Class: Patience::Game

Inherits:
Ray::Game
  • Object
show all
Defined in:
lib/patience/game.rb

Instance Method Summary collapse

Constructor Details

#initializeGame

Returns a new instance of Game.



3
4
5
6
7
8
# File 'lib/patience/game.rb', line 3

def initialize
  super("Patience", :size => [800, 600])
  Patience::GameScene.bind(self)

  scenes << :game_scene
end