Match Sweeper is the final project for Programming Methodology I at Chulalongkorn University. It combines elements of Minesweeper and a matching game.
- Clone the Repository:
git clone https://github.com/Lectrozzz/Match-Sweeper.git- Install JavaFX: Make sure you have JavaFX installed (The project was developed using JavaFX SDK 18).
-
Open Terminal: Open a terminal window.
-
Navigate to the Match Sweeper Folder: Change the directory to where the Match Sweeper project is located.
-
Run the Game: Use the following command:
java -jar --module-path "Path to JavaFX lib" --add-modules javafx.controls,javafx.fxml,javafx.media MatchSweeper.jar