Computer Graphics (CS 330)
Project No. 5 (15 points)
Problem:
-
To create a 3D version of Tic-Tac-Toe.
Task:
-
Develop a Tic-Tac-Toe game, consisting of a game board containing nine
positions as usual, except that the board and the game pieces (X's and
O's) are three dimensional.
-
Create a glutMouseFunc called playersMove( ) that will allow the user to
specify where on the game board to place the next piece.
-
The game should alternate between two users, and should be able to determine
a win or a draw.
-
Using C++, OpenGL and GLUT, create a Win32 Console Application program
based on your design.
-
Submit your project according to the Project
Submission Guidelines for this course.
Notes:
-
Keep it simple. Don't try to do more until you succesfully
complete the project as described above.
-
You're not being asked to create a program where the user
plays the computer, and you are stronged urged to avoid the impulse to
do so.