Help with hangman

FastRichieD

New member
Joined
May 1, 2005
Messages
1
Programming Experience
Beginner
Hi, I am new to VB.net and I need help creating a hangman game. I have no idea how to code this. Here is what i have to do:

the game reads a notebook file with 50 or so 7 letter words. One of the letters is randomly selected and shown before the first guess. the user gets 7 guesses before the game is over. The player can choose to play again or quit.

Someone please help me, at the very least how do I search the word for the guessed letter and replace it if it is in the word.
 
Back
Top