Skip to content

Desktop game for my third-semester college project. It's a JAR app built using JavaFX.

Notifications You must be signed in to change notification settings

Habbatul/JavaFX-ArcadeGames

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 and did not have ChatGPT assistance to learn the code. 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
Database (MySQL) gaming.sql

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

Screenshot_37 Screenshot_36 Screenshot_31 Screenshot_32 Screenshot_33 Screenshot_34 Screenshot_35

About

Desktop game for my third-semester college project. It's a JAR app built using JavaFX.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published