image
Java OOP, Swing

Space AirCraft Game

This game is a simple Java game. You must destroy enemies' ships in the program and earn many points/scores. The main challenge is that you need to make a high score.

Problem Identify:

  • Combinig Java Swing panel with Multithreading

Implemented Solution:

  • By using graphics 2D with inbuild threads

Building Tools:

  • Java OOP
  • Swing
  • Multithreading
  • Java graphics2d
image
C, EventDriven Management System, Console

CGPA Grading System

This is a CGPA calculator program that can calculate many students cgpa, and can store. I have implemented it with my university's grading system.

Problem Identify:

  • There is no solution to store multiple users CGPA at one place and calculate the CGPAs

Implemented Solution:

  • Grathers multiple users marks to calculate the CGPA

Building Tools:

  • C
  • GCC compiler
  • C rogramming
image
Java OOP, Swing

Airline Ticket Management System

With this program, a user can track the tickets and visualize the number of ticket solds.

Problem Identify:

  • We need a program to track the current seat by the number

Implemented Solution:

  • Visualize the current seat with the ticket sold and export the data to a Txt file.

Building Tools:

  • Java OOP
  • Swing
  • File system