This is a game developed for the second last assignment in COMP10062.
This game is made by inspiration of CookieClicker and other idle games. The goal is to amass as much money as possible by mining rocks.
The purpose of this project was to explore the usage of inheritance, association, and object-oriented programming paradigms.
Created proper DocStrings as per recommended documentation standards for Java projects. From these docstrings, generated HTML JavaDoc files using the IntelliJ IDE.
Utilized the JavaFX Library to render the graphics elements on the screen.