Add files via upload

More small text changes.
This commit is contained in:
neogeek23 2017-05-13 10:43:07 -05:00 committed by GitHub
parent 8812a19dfd
commit 8274219ba5

View File

@ -318,9 +318,9 @@ while not board.is_full() and not board.has_winner():
if move_result == 1:
print("Input Error on Coordinate. There is a non-integer type between the '.' separators.")
if move_result == 2:
print("Input Error on Coordinate. There are not enough indexes for each dimension.")
print("Input Error on Coordinate. The number of indexes in your coordinate does not match the dimension.")
if move_result == 3:
print("Input Error on Coordinate. There space described by coordinate is already claimed.")
print("Input Error on Coordinate. That space described by your coordinate is already claimed.")
print("Remaining attempts: " + str(3 - move_attempts) + " failure will result in random placement.")
coordinate_move = input("\nPlayer " + str(player_to_play + 1) + " please input coordinates (<nth index>.<nth "
"- 1 index>. ... .<3rd index>.<rows>.<cols>) to place your '"