-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
45 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,45 @@ | ||
# MG | ||
Lepaleo & TommysG | ||
This is the classic memory card game made with JavaFX | ||
# Memory Card game | ||
|
||
A fun & interactive card game where you can practice your brain. Check out the screenshots and the instructions below. | ||
|
||
|
||
## Download && Play | ||
|
||
Coming soon! | ||
|
||
|
||
## Building from source | ||
|
||
* Java 8 or Java 10 | ||
|
||
``` | ||
git clone https://github.com/TommysG/memory-card-game.git | ||
``` | ||
|
||
The project will build & run smoothly because JavaFX is integrated in these two JDK versions. | ||
|
||
* Java 11 or newer | ||
|
||
``` | ||
git clone https://github.com/TommysG/memory-card-game.git | ||
``` | ||
|
||
Then you have to download JavaFX externally and add it as a module. | ||
You can find more info [here](https://openjfx.io/index.html). | ||
|
||
## Screenshots | ||
|
||
### Game menu | ||
<img width="800" src="https://github.com/TommysG/memory-card-game/blob/master/screenshots/menu.png"> | ||
|
||
### Single Mode | ||
<img width="800" src="https://github.com/TommysG/memory-card-game/blob/master/screenshots/game.png"> | ||
|
||
### Game modes | ||
<img width="800" src="https://github.com/TommysG/memory-card-game/blob/master/screenshots/modes.png"> | ||
|
||
### Settings menu | ||
<img width="800" src="https://github.com/TommysG/memory-card-game/blob/master/screenshots/settings.png"> | ||
|
||
### Highscore board | ||
<img width="800" src="https://github.com/TommysG/memory-card-game/blob/master/screenshots/screenshot1.png"> |