master
This commit is contained in:
parent
a75f5e7640
commit
2ad8b34a6f
Binary file not shown.
@ -95,6 +95,9 @@ public class HangMan {
|
||||
HangMan hang = new HangMan();
|
||||
while (true) {
|
||||
hang.word.askSecretWord();
|
||||
hang.inputLetter = "Inputed letter: ";
|
||||
hang.inputLetter1 = "";
|
||||
hang.inputLetter2 = "";
|
||||
hang.current_step = 0;
|
||||
hang.updateGraphicsView();
|
||||
while (hang.play() && !hang.word.isWordComplete()) {
|
||||
|
Reference in New Issue
Block a user