Module: Rubykon

Defined in:
lib/rubykon/board.rb,
lib/rubykon/cli.rb,
lib/rubykon/game.rb,
lib/rubykon/group.rb,
lib/rubykon/version.rb,
lib/rubykon/game_state.rb,
lib/rubykon/game_scorer.rb,
lib/rubykon/eye_detector.rb,
lib/rubykon/group_tracker.rb,
lib/rubykon/move_validator.rb,
lib/rubykon/gtp_coordinate_converter.rb,
lib/rubykon/exceptions/illegal_move_exception.rb

Overview

Board it acts a bit like a giant 2 dimensional array - but one based not zero based

Defined Under Namespace

Classes: Board, CLI, EyeDetector, GTPCoordinateConverter, Game, GameScorer, GameState, Group, GroupTracker, IllegalMoveException, MoveValidator

Constant Summary collapse

VERSION =
"0.3.1"