Need some Java Help, Implementing my code
Ive recently being working on my first Java Assignment(Im a Java Programming noob), Ive written most of the code for the the assignment which is to play a game of Hangman. I just need some help with joining the sections of the code up as I have done the initial logic of right and wrong quess and the hangman graphics is in place but Im finding it difficult to implemnent the logic to output the hangman parts and keep the loop going.
I want to keep it all in the one class, Main, and keep it as simple as possible as Im really trying hard to follow Java as programming in general I find very difficult but its a necessity for me to understand the basics.
Thanks for your time and any help would be sincerely appreciated. I have attached the code so far in zip format.