A personal project to learn about Julia programming.
This is a simple command-line number-guessing game implemented in Julia. The game generates a random number within a specified range, and the player has to guess the number. The game provides hints if the guess is close to the target number.
- Generates a random target number.
- Prompts the user to guess the number.
- Julia (version 1.0 or later)
- Clone the repository:
git clone https://github.com/Brianhuynh97/Julia_project.git cd Julia_project
2.Verify Julia installation:
Ensure that Julia is installed and accessible from your terminal. You can verify this by running:
julia --version- Navigate to the project directory:
cd path/to/your/project-directory- Run the game:
julia Number_guesser.jl