https://github.com/imrun10/gamecollection
A game collection combining two game made with JavaFX.
https://github.com/imrun10/gamecollection
guess-the-number java javafx math-game
Last synced: about 2 months ago
JSON representation
A game collection combining two game made with JavaFX.
- Host: GitHub
- URL: https://github.com/imrun10/gamecollection
- Owner: imrun10
- Created: 2024-01-01T17:02:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-01T17:07:59.000Z (over 2 years ago)
- Last Synced: 2026-03-29T20:58:58.430Z (2 months ago)
- Topics: guess-the-number, java, javafx, math-game
- Language: Java
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Game Collection
A game collection with a customizable font size & background color that has two games:
## Guessing game:
The player must correctly guess the randomly generated number between 0 and 100. If the player gives up, they can click a button to reveal the correct answer.
## Math game:
The player must enter their username and select the correct 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 is where a is between the range of 11 & 100.