I have to make a 2 player game of connect 4 using visual basic!
I have created the gui, and written the code to enter player names!
I keep confusing myself on how to get it to work
use a counter to count who's turn it is?? confused! can anyone help??
So how do you want us to help exactly? You could use a counter to keep track of whose turn it is using modulus. If there are 2 players, counter mod 2 will result in 0 if it's player 1 or 1 if it's player 2.
Is that all?
Check out planet-source-code, I wouldn't be surprised if this project is available for download. (Why re-invent the wheel? Unless this is a school project of course..)