Hangman project -JAVA

Discussion about hacker.org's server
Post Reply
Athesis
Posts: 1
Joined: Wed Oct 08, 2008 10:37 am
Location: South Africa/Mpumalanga

Hangman project -JAVA

Post by Athesis »

If anyone can help please do, i've been given this hangman project about two months ago and well haven't done it since, problem is, it has to be in on friday and i'm quite new with this programming code please assist me with whatever hangman code which surely works using JCreator with a test. I'm running out of time. :roll:
The Computer is a ship and i'm the Captain
WhiteKnight
Posts: 276
Joined: Fri Aug 15, 2008 8:21 am

Re: Hangman project -JAVA

Post by WhiteKnight »

Athesis wrote:If anyone can help please do, i've been given this hangman project about two months ago and well haven't done it since, problem is, it has to be in on friday and i'm quite new with this programming code please assist me with whatever hangman code which surely works using JCreator with a test. I'm running out of time. :roll:
I don't think we can help you much and that mostly your responsibility. We can't just DO on every project you do, because you're perhaps goes lazy or got sick on it. But if you tell us what part of the project confuse you or have question about it then you can ask us about that. If you can't get that done by then. I suggest you ask your teacher for extension of time.
User avatar
Downstairs
Posts: 16
Joined: Tue Aug 19, 2008 9:18 am
Location: Sweden
Contact:

Re: Hangman project -JAVA

Post by Downstairs »

Athesis wrote:If anyone can help please do, i've been given this hangman project about two months ago and well haven't done it since, problem is, it has to be in on friday and i'm quite new with this programming code please assist me with whatever hangman code which surely works using JCreator with a test. I'm running out of time. :roll:
I have no experience with java, but I guess I can get u started. Take a look at the JSD
It's basicly:

First you need to make a model on how the game is going to work, like all the inputs and outputs.

Then you start coding.
- This will save you lots of time.

You can get more information on the technique on
http://en.wikipedia.org/wiki/Jackson_System_Development

I recommend everyone to use it

Good luck!
::Downstairs
Post Reply