Computer Science Canada Connect 4 procedures |
Author: | customae7 [ Wed Mar 28, 2007 12:07 pm ] |
Post subject: | Connect 4 procedures |
I have added an attachement of my connect 4 game I am making. Im having some trouble on a few procedures if someone could help me out? There is as you can see in the program function isWinner, procedure drawPreviousChips (), and function findHeight (column : int) : int. These are the procedures and functions I need help finishing if you could take a look at my code and help me with this it would be greatly appreciated. |
Author: | ericfourfour [ Wed Mar 28, 2007 2:15 pm ] |
Post subject: | RE:Connect 4 procedures |
If you look a few topics down below yours you will find my connect four function. If you understand how it works, you can incorporate it into your program. |
Author: | customae7 [ Wed Mar 28, 2007 7:04 pm ] |
Post subject: | RE:Connect 4 procedures |
it helped somewhat but it would be nice how to use the procedures in my program with the variables i have |