Module: SakuRps

Defined in:
lib/saku_rps/rps.rb,
lib/saku_rps.rb,
lib/saku_rps/arena.rb,
lib/saku_rps/player.rb,
lib/saku_rps/version.rb

Overview

This contains the code for the players and player actions.

Defined Under Namespace

Classes: Arena, CPUPlayer, HumanPlayer, Player, RPS

Constant Summary collapse

VERSION =
"0.4.1"

Class Method Summary collapse

Class Method Details

.start_gameObject



7
8
9
# File 'lib/saku_rps.rb', line 7

def self.start_game
  SakuRps::RPS.init
end