well recently ive been working with microsoft visual basic express to being my journey into the world of coding, since i had taken a class that involved the use of VB last year and now im working on a project i had difficulty with last year, the project directions are as follows. anyone ever done something like this
1.
Create a version of Tic Tac Toe using a 4x4 grid that allows two players to play against each other. The game should report winners, losers, and draws. The program must not allow illegal moves or additional moves after a game has been won.
2.
鈥?On a new form, create a label box.
鈥?Copy the label box and paste twelve new copies on the form. Add two buttons: One for exiting the program and one for clearing the board. Give each button an appropriate caption.
鈥?In the label click subroutine, write program code to verify the box is available.
鈥?If an open box is clicked on, display an X or O depending on which player made the move.
鈥?Set the labels tag to a new val
Microsoft Visual Basic Express Help Please?computer virus
If you need example code check the source below. VBcode is very helpful for a lot of small projects like this if you are unsure where to start. As far as the GUI you pretty much have the instructions plus looking through the code should help you to see what you need.
No comments:
Post a Comment