An open API service indexing awesome lists of open source software.

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.

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.