First off this is going to be very simple, no graphics or anything. Here are essentially the steps to playing the game
1) Program picks a secret word (Not random, but predetermined. Like "Computer" or something)
2) A label will then display how many letters are in the word in a form of blanks (Underscores? _)
3) Guesser then guesses a letter
-If correct, letter is added to it's corresponding blank
-If incorrect, body part is added (none graphical) and word is added to list box
You essentially repeat these steps until you either guess it correctly or incorrectly the number of parts there are (say 6)
These steps are just a very rough idea as to how the game will be played, but if anyone could create this it would be such a relief for me! :o
I'm also using VB 2010 so if it's possible for any of you guys to use relevant syntax that would be swell
Here are some of functions and stuff i'm using for this hangman program
InStr(), Len(), Mid(), For...Next, If Statements, CInt() if needed, Do...While
Best of luck thanks guys! Love VB forums! :wave:
1) Program picks a secret word (Not random, but predetermined. Like "Computer" or something)
2) A label will then display how many letters are in the word in a form of blanks (Underscores? _)
3) Guesser then guesses a letter
-If correct, letter is added to it's corresponding blank
-If incorrect, body part is added (none graphical) and word is added to list box
You essentially repeat these steps until you either guess it correctly or incorrectly the number of parts there are (say 6)
These steps are just a very rough idea as to how the game will be played, but if anyone could create this it would be such a relief for me! :o
I'm also using VB 2010 so if it's possible for any of you guys to use relevant syntax that would be swell
Here are some of functions and stuff i'm using for this hangman program
InStr(), Len(), Mid(), For...Next, If Statements, CInt() if needed, Do...While
Best of luck thanks guys! Love VB forums! :wave: