The Artima Developer Community
Sponsored Link

Java Answers Forum
Game HangMan

1 reply on 1 page. Most recent reply: Feb 9, 2005 11:06 PM by Matthias Neumair

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Stephen

Posts: 1
Nickname: jake20
Registered: Feb, 2005

Game HangMan Posted: Feb 9, 2005 6:48 AM
Reply to this message Reply
Advertisement
Develop a program, which allows a user to play the Hangman game. The user chooses the letters they hope will make up the secret word. The user has a total of ten guesses (increase the number of guesses if the word is longer than 10 characters) and correct letter guesses will replace the asterix on the output screen.

The word, which the user must guess, can be hard-coded into the program (e.g. Twinkle). The program should use instantiable classes.

The Hangman class should be broken down into a number of methods. The mainHangman class should handle the GUI. A version of the game may be downloaded from the intranet if desired.


Matthias Neumair

Posts: 660
Nickname: neumi
Registered: Sep, 2003

Re: Game HangMan Posted: Feb 9, 2005 11:06 PM
Reply to this message Reply
So?

Don't post your homework here. If you have special questions about the syntax od whatever, we'll be glad to help.

But we won't do your homework.

Flat View: This topic has 1 reply on 1 page
Topic: Search result with 100.000 objects Previous Topic   Next Topic Topic: Real estate and Art from Bulgaria

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use