Computer Science Canada Tic-Tac-Toe Help |
Author: | Maximos [ Tue Jun 02, 2009 9:36 am ] |
Post subject: | Tic-Tac-Toe Help |
Hey guys, I am fairly new to Turing and I have a question about a Tic-Tac-Toe game I am going to create for my Grade 10 ISU. How can you assign a variable to the Tic-Tac-Toe board squares so you can then using the variables determine what a win and a loss is by what squares are clicked. Any help would be appreciated ![]() |
Author: | Maximos [ Tue Jun 02, 2009 9:42 am ] |
Post subject: | RE:Tic-Tac-Toe Help |
More specifically, do you need to use coordinates to define the sqaures? |
Author: | animeanime [ Tue Jun 02, 2009 10:07 am ] |
Post subject: | RE:Tic-Tac-Toe Help |
Look at this one. You may get a better understanding http://compsci.ca/v3/viewtopic.php?t=11792 |
Author: | Maximos [ Tue Jun 02, 2009 11:35 am ] |
Post subject: | RE:Tic-Tac-Toe Help |
Hey, that's pretty good, thanks alot man. |