Skip to content

This is a simple number guessing game written in Java

Notifications You must be signed in to change notification settings

inf20001-byui/NumberGuessing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This is a program will automatically pick a number between 1 and 100 and the user will have to guess the number. As the user guesses, they will be told if the number they guessed is lower or higher than the actual number and then will be given the opportunity to guess again until they get it correct. It will also show the user the numbers guess in order to that point.

This program should be excuted from Main.java

I wrote this program to demonstrate the skills I am learning as I study Java.

Software Demo Video

Development Environment

  • Visual Studio Code
  • Coding Pack for Java - Windows - Download Here
  • Git / GitHub

Useful Websites

{This is a list of websites that I found helpful in this project}

Future Work

{Make a list of things that you need to fix, improve, and add in the future.}

  • Develop better logic to test for non-numerical inputs
  • Add the ability for the user to set the lower and upper number limits for the random number generator

About

This is a simple number guessing game written in Java

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages