Skip to content

maxiuth/GuessingGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

GuessingGame

Hi, my name is Uyen tran and I graduated with a Bachelor's in Chemical Engineering

This is a simple guessing game I made during my undergrad when I took CSE 142 - Java Programming I

Source code is available as GuessingGame.java, including main and other methods I wrote

If you want to play the game without an IDE, refer to these steps:

  1. This game will work on either Windows OS or Mac OS so no stress -- Yayy! 🥳
  2. Make sure that you have Java installed on your PC (very very important 🫶)
  3. Install "GuessingGame.jar". This is an executable jar file. I have tried to convert this into a .exe file but it failed to load on my PC. Still trying to figure out how to fix this to reduce unecessary steps in starting up the game
  4. If you use a Windows OS, open your Command Prompt. Navigate to the search bar of your PC (or file search) and type "cmd". It will direct to the internal command prompt
  5. If you use a Mac OS, open your Terminal. Select Applications and navigate to Terminal.
  6. Locate your "GuessingGame.jar" file and get your file path. Usually if you download a file, it will be under the "Downloads" folder.
  7. You can get the file path (if it's under Downloads) as Downloads\GuessingGame.jar
  8. On the Command Prompt, type in "java -jar yourfilepath.jar". Replace yourfile path with the actual file path of the GuessingGame.jar file. For example, java -jar Downloads\GuessingGame.jar
  9. Press Enter and enjoy the game 😄

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages