The Hilo Guessing Game is a fun and interactive game where players guess whether the next card drawn will be higher or lower than the current card. The game continues until the player chooses to stop or makes an incorrect guess.
- Random card generation
- User input for guessing the next card
- Score tracking
- Option to continue or end the game
To clone and run this application, you’ll need Git and Java installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/Williams-web/HiloGuessingGame
# Go into the repository
$ cd HiloGuessingGame
# Compile the game
$ javac src/com/williams/hiloguessinggame/*.java
# Run the game
$ java com.williams.hiloguessinggame.HiloGame