G'day
I'm really new to programming and using forums so please excuse any mistakes, but word me up and I'll remember for next time.
I have an assignment question that requires me to make a hangman game. I need to have a hangman class that can be used to play a simple game, then a client class that plays three games of hangman. The secret word must be passed from the client to the hangman class.
I have completed the code and it all works but I don't think the way I am calling the hangman class into the client class is correct.
I have attached the hangman class and client class. If someone with a bit of know how is willing to have a look for me it'd be appreciated. I know my coding is very basic and there are definately better ways of doing it but my main concern is following the rules of java and object-oriented programming.
Any help would be appreciated.
Cheers
Justin

