Class: Game

Inherits:
Object
  • Object
show all
Defined in:
lib/client/chichilku3.rb

Overview

The project root is the game

Instance Method Summary collapse

Constructor Details

#initializeGame

Returns a new instance of Game.



12
13
14
15
16
17
# File 'lib/client/chichilku3.rb', line 12

def initialize
  console = Console.new
  cfg = ClientCfg.new(console, 'client.json')
  gui = Gui.new(cfg)
  gui.show
end