Class: Game
- Inherits:
-
Chingu::Window
- Object
- Chingu::Window
- Game
- Defined in:
- lib/prkwars/game.rb
Overview
Game class is simply an encapsulation of the chingu window - essentially, the entry point of the game.
Instance Method Summary collapse
-
#initialize ⇒ Game
constructor
Initialization of Game only creates a window of a specified size and pushes the beginning game state -
Splash
, into the game state stack.