Skip to content

Instantly share code, notes, and snippets.

@mjansen401
Created March 30, 2011 13:23
Show Gist options
  • Save mjansen401/894373 to your computer and use it in GitHub Desktop.
Save mjansen401/894373 to your computer and use it in GitHub Desktop.
TTT game_setup
def game_setup
@player_one = setup_player(PLAYER_ONE,DEFAULT_PLAYER_ONE_MARK)
@player_two = setup_player(PLAYER_TWO,DEFAULT_PLAYER_TWO_MARK)
@board = Board.new(@player_one, @player_two)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment