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
This desktop application was developed using the following technologies:
- Java
- JavaFX + SceneBuilder
- JDBC MySql
- Maven
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 |
Database (MySQL) | gaming.sql |
-
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