Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 850 Bytes

File metadata and controls

26 lines (19 loc) · 850 Bytes

Hilo Guessing Game

Description

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.

Features

  • Random card generation
  • User input for guessing the next card
  • Score tracking
  • Option to continue or end the game

Installation

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