Module: GameStatus

Included in:
TicTakToe
Defined in:
lib/tic_tac_toe_vj/game_status.rb

Constant Summary collapse

NEXT_MOVE =
"next move"
PLAYER_1_WINS =
"player 1"
PLAYER_2_WINS =
"player 2"
DRAW =
"draw"