Question Visual Basic Noughts and Crosses game

Yoyes

New member
Joined
Nov 28, 2012
Messages
1
Programming Experience
1-3
Hi Everyone,

I am stuck on how to begin coding a Noughts and Crosses game in Visual basic 2010. I am required to use a 2-D array.

Can someone help and give me guidance to start please?

Would be very much appreciated.

Thank you. :05.18-flustered:
 
The first step is to determine what the code needs to do. Pick up a pen and paper and start writing. Work out exactly what steps need to be performed. Refine those steps and flesh out the detail until you have a complete description of what needs to be done. From there, the code will just about write itself because every step will be so elementary.
 
Back
Top