Hangman project -JAVA
Hangman project -JAVA
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.
The Computer is a ship and i'm the Captain
-
- Posts: 276
- Joined: Fri Aug 15, 2008 8:21 am
Re: Hangman project -JAVA
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.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.
- Downstairs
- Posts: 16
- Joined: Tue Aug 19, 2008 9:18 am
- Location: Sweden
- Contact:
Re: Hangman project -JAVA
I have no experience with java, but I guess I can get u started. Take a look at the JSDAthesis 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.
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