Skip to content

Brianhuynh97/Julia_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Number Guessing Game in Julia

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.

Table of Contents

Features

  • Generates a random target number.
  • Prompts the user to guess the number.

Prerequisites

  • Julia (version 1.0 or later)

Installation

  1. 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

Usage

  1. Navigate to the project directory:
cd path/to/your/project-directory
  1. Run the game:
julia Number_guesser.jl

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages