My Java Projects

Home Insurance Calculator

This simple JAVA project is used for calculating the cost of home insurance and the cost of rent using a specific formula I developed which factors in the amout of rooms, windows etc.. it then returns the cost of rent and insurance and all the details about the house.

Since this project is built with JAVA, I used OOP, which is a style of programming in which developers build classes of objects that have methods linked to them. This means i can re-use code to make objects or use the classes for methods.

This project got me a distinction in college.

2D Java Game

In this project, I had to make a 2D Java game that has a player class, enemy class, and vector class. I made my own library for the classes and imported them into the main class.

I also had to implement default constructers, overloaded constructors, methods, overloaded methods, inheritence, and overloaded operators, making this project perfect for learning the fundementals of Java.

This project got me a 30/30 in college.