I need a simple way to code a connect four game for vb. I have no idea how to make or code it yet because i had last choice in picking a game to code im stuck with it. any help is appreciated.
Help Me Code Connect 4 Please
Collapse
X
-
Tags: None
-
Visual Basic isn't exactly the kind of thing you should use to make games...simple ones like Connect 4 maybe. I have a suspicion you have to do this for a class, and in that case, no one is going to write your game for you. Start by Dimming some variables lol. -
yeah its for class im screwed i knowOriginally posted by Shermanater182I need a simple way to code a connect four game for vb. I have no idea how to make or code it yet because i had last choice in picking a game to code im stuck with it. any help is appreciated.Comment
-
At the very least you are going to need two strings, one for the player and one for the computer, that gets added on to every time a move is made. So it would be like PlayerString = "A" & "B" after your move, etc. I had a very similar assignment once before, but it was after we learned a lot of code, and mine was a memory game, far easier than connect 4. Good luck with that =/Comment
-
The experts on this site are more than happy to help you with your problems but they cannot do your assignment/program for you. Attempt the assignment/program yourself first and post questions regarding any difficulties you have or about a particular function of the code that you don't know how to achieve.
Please read the Posting Guidelines and particularly the Coursework Posting Guidlines.
Then when you are ready post a new question in this thread.
MODERATORComment
Comment