https://github.com/habbatul/javafx-arcadegames
Desktop 2D Arcade Game. It's a JAR app built with JavaFX.
https://github.com/habbatul/javafx-arcadegames
fxml javafx jdbc scenebuilder
Last synced: 5 months ago
JSON representation
Desktop 2D Arcade Game. It's a JAR app built with JavaFX.
- Host: GitHub
- URL: https://github.com/habbatul/javafx-arcadegames
- Owner: Habbatul
- Created: 2022-12-31T09:22:22.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-27T05:21:59.000Z (about 1 year ago)
- Last Synced: 2025-03-27T09:46:08.582Z (9 months ago)
- Topics: fxml, javafx, jdbc, scenebuilder
- Language: Java
- Homepage:
- Size: 49.4 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JAR Arcade Game
This is one of the challenging tasks I have in my third semester. This game was developed in one week, during which time I was new to the world of programming. However, I believe this project was a fundamental part of learning how to create software. As a beginner who had just started learning Java, my code writing was admittedly poor and hard to read. I developed this game without much consideration for clean code practices and good architecture, as it was my first time using the Java programming language. My main focus during the development of this application was to ensure that it could run and the features would function.
For the demo of game u can watch in Here
## Tech Stack
This desktop application was developed using the following technologies:
- Java
- JavaFX + SceneBuilder
- JDBC MySql
- Maven
## How To Play
You need to install the JRE on your desktop environment to run this application as you would any regular application in your Operating System (OS). If you want to save scores, you need to have MySQL installed on your local. Just import the database using the URL below into your MySQL, and make sure you have a MySQL DBMS running on your desktop.
| **File Name** | **Download Link** |
|-----------------|---------------------------------------------------------------------------------------------------------|
| Jar App | [seadanya.jar](https://github.com/Habbatul/JavaFX-ArcadeGames/releases/download/v1.0-beta/seadanya.jar) |
| Database (MySQL)| [gaming.sql](https://github.com/Habbatul/JavaFX-ArcadeGames/releases/download/v1.0-beta/seadanya.jar) |
#### Run in your terminal
- You can check if JRE is installed by running the following command:
```
java -version
```
- Use the java -jar command followed by the name of your JAR file to run the application.
```
cd /your-jar-folder
java -jar seadanya.jar
```
## Preview






