Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zac-dot/letsguess-project
Simple Java program that was used as a final for in an Intro to Java class.
https://github.com/zac-dot/letsguess-project
java
Last synced: about 1 month ago
JSON representation
Simple Java program that was used as a final for in an Intro to Java class.
- Host: GitHub
- URL: https://github.com/zac-dot/letsguess-project
- Owner: Zac-dot
- License: mpl-2.0
- Created: 2020-07-17T04:15:39.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-21T10:41:07.000Z (almost 4 years ago)
- Last Synced: 2024-05-03T10:30:35.790Z (9 months ago)
- Topics: java
- Language: Java
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Let's Guess Project
Initally this project was made for an introduction CS class that I took roughly a few months back, with this being the final project needed to be completed. It was intended to show in the code different functions and coding structures, more or less wasnt suer focused on what the actual project outcome was, **just that it worked**.
## Orignal Readme File
Below is the orginally explination of the code, feel free to change, alter, or do as you want with this code.#### Originally Made: 3/11/2020
This program is supposed to be a simple game about guessing numbers.
You select how many numbers you wish to guess, and then you attempt to figure out what each number is (between 0 and 10).
The main goal of the game is to correctly guess what the numbers are in under three tries.##### Outcome
At the end of the game, win or lose, a file is written called `GuessNumResults.txt` that lists what the numbers were, and
whether or not you were able to correctly guess all numbers under three tries.