CS325  Project 1 - Tic-tac-toe

You are to write a program which allows Armand to play tic-tac-toe with a human opponent.  You will use the multi-tool which allows both writing and seeing.  The user will mark a square on the grid and then indicate completion of the move by typing a key on the keyboard.  Armand will then make a move.  A message should be given on a win of either player or on a draw.

Code has been provided to you which will draw the game board, move the pen to a specific location, and move the eye to a specific location.  I have also provided the coordinates and size of the playing grid.  The rest is up to you.  Be careful, however, that when the tool is at a location and you want to switch to the other tool, that you raise the arm so that you do not collide with the table on the switch.  You also should raise the arm to the ready position when the human player is to make a move so that there is plenty of room.  Be sure that the human player is out of the way before Armand is put in action! 

The human player will need to make thick black marks so that Armand can easily detect them.

Demo your program for me and email your code to jill.zimmerman@goucher.edu