class Game

Defined in:

game.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(player_a_policy : Policy::Base, player_b_policy : Policy::Base, trace : Bool = true) #

[View source]

Instance Method Detail

def other_player(player) #

[View source]
def play(best = false) #

[View source]
def play_best #

[View source]