Module: OthelloRuby

Defined in:
lib/othello_ruby.rb,
lib/othello_ruby/version.rb

Defined Under Namespace

Modules: Game Classes: Error, Log

Constant Summary collapse

EIGHT_DIRECTION =
%w(left right upward under left_upward left_under right_upward right_under)
REPLACE =
{"a" => 0, "b" => 1, "c" => 2, "d" => 3, "e" => 4, "f" => 5, "g" => 6, "h" => 7}
VERSION =
"0.1.0"