class Game

The project root is the game

Public Class Methods

new() click to toggle source
# File lib/client/chichilku3.rb, line 10
def initialize
  console = Console.new
  cfg = ClientCfg.new(console, "client.json")
  gui = Gui.new(cfg)
  gui.show
end