In this project, I created a 2D Java game that includes a player class, enemy class, and vector class. I developed my own library for these classes and imported them into the main class.
I also implemented default constructors, overloaded constructors, methods, overloaded methods, inheritance, and overloaded operators, making this project an ideal way to learn the fundamentals of Java
This project got me a distinction in college.
This simple JAVA project calculates the cost of home insurance and rent using a specific formula I developed, factoring in the number of rooms, windows, etc. It then returns the cost of rent and insurance along with all the details about the house.
Since this project is built with JAVA, I utilized OOP (Object-Oriented Programming), a programming style where developers create classes of objects that have associated methods. This approach allows for code reusability, making it possible to create objects or use the classes for various methods.
This project earned me a distinction in college.