Method: MCTS::Examples::DoubleStep#last_turn_color

Defined in:
lib/mcts/examples/double_step.rb

#last_turn_colorObject



46
47
48
# File 'lib/mcts/examples/double_step.rb', line 46

def last_turn_color
  @move_count.odd? ? :black : :white
end