Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emansarahafi/guessinggame
A JavaFX code that contains 2 different games in one application.
https://github.com/emansarahafi/guessinggame
guess-the-number java javafx math
Last synced: about 13 hours ago
JSON representation
A JavaFX code that contains 2 different games in one application.
- Host: GitHub
- URL: https://github.com/emansarahafi/guessinggame
- Owner: emansarahafi
- Created: 2023-12-03T13:20:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-03T17:07:36.000Z (about 1 year ago)
- Last Synced: 2025-01-14T15:04:51.922Z (1 day ago)
- Topics: guess-the-number, java, javafx, math
- Language: Java
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Guessing Game
For this project from my Windows Programming (CMPE 361) course, JavaFX & Eclipse were used to build an application that contains two different games:
- The first game is titled "Guess The Number", where the user must guess the randomly generated number between 0 and 100. If the player gives up, they can click a button to reveal the correct answer. If the player does the latter or correctly guesses the number, a pop-up window will appear, prompting them to continue or quit the game.
- The second game is called "Math Quiz Game", where the player must enter their username and select the right answer for the equation ax = b where a is a number between 0 and 10, and b is a multiple of a. The advanced version consists of a being between the range of 11 & 100. The player can also customize the font size and theme of the game.