You are on page 1of 1

Programming 2 - Tic Tac Toe Project

______________________

Name:

Directions: Create a project to play the game Tic-tac-toe


Your game should be able to be played by two people, whose names can
be entered in the program. The players can enter positions to place their
symbols until they get three in a row.
The game should compensate for human error such as guessing a point of
the grid or guessing a position that was already used. Errors should result
in restarting the same players turn.
You should be able to end the game when someone wins or there is a tie.
Bonus: Design your game to identify the winner or declare a draw if no
one wins after 9 moves automatically.
NOTES: You may use various methods if you wish. Be sure to include comments for all of
your methods.

You might also like