Skip to content

spatail/HangmanJava

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To test:

gradle test

To run:

gradle run

When you run the hangman program you'll see something like this:

Current Clue Is _ _ _ _ _ _

Current Clue Is _ _ _ _ _ _

Current Clue Is _ _ _ _ _ _

Current Clue Is _ _ _ _ _ _

Current Clue Is _ _ _ _ _ _

Current Clue Is _ _ _ _ _ _

Current Clue Is _ _ _ _ _ _

Current Clue Is _ _ _ _ _ _

Current Clue Is _ _ _ _ _ _

com.hangman.Game Over

What the hangman game does play hangman against a computer player. Each blank space represents a letter that hasn't been guessed. When your player guesses correctly it's displayed on the screen.

Currently your player only guesses the letter "A". You will edit YourPlayer.java in an effort to make it a better Hangman player. The player's code can be found in YourPlayer.java and the tests can be found in YourPlayerTest.java. You are not allowed ot change anything else.

About

Hangman in Java for code sparring.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%