Module: JustGo

Defined in:
lib/just_go.rb,
lib/just_go/chain.rb,
lib/just_go/point.rb,
lib/just_go/stone.rb,
lib/just_go/vector.rb,
lib/just_go/version.rb,
lib/just_go/point_set.rb,
lib/just_go/territory.rb,
lib/just_go/game_state.rb,
lib/just_go/player_stat.rb,
lib/just_go/errors/error.rb,
lib/just_go/errors/no_liberties_error.rb,
lib/just_go/errors/point_not_empty_error.rb,
lib/just_go/errors/point_not_found_error.rb,
lib/just_go/errors/not_players_turn_error.rb,
lib/just_go/errors/ko_rule_violation_error.rb

Overview

:nodoc:

Defined Under Namespace

Classes: Chain, Error, GameState, KoRuleViolationError, NoLibertiesError, NotPlayersTurnError, PlayerStat, Point, PointNotEmptyError, PointNotFoundError, PointSet, Stone, Territory, Vector

Constant Summary collapse

VERSION =

:nodoc:

"0.1.10"