Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 724 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 724 Bytes

Hangman

project has some TODO that you shoud implement

1- play logic: user can play game until game finish.

when game is finish :

* the user's tries finish * game is solved

2-check game is solved or not?!

3- check the input is letter not number note:if user enter UpperCase letter is acceptable

4- if input is duplicate(is exist in hit or miss) we shoud warn to user

5- this project I import have some bug you should find bug and resolve them!

6- be OOP : it's important you think as object oriented programming!

Note : there is a sample from prject you can run and test under Sample folder Hangman.jar file

you can run jar file with this command :

java -jar .jar