Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 753 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 753 Bytes

Introduction

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.

Purpose

The purpose of this project was to explore the usage of inheritance, association, and object-oriented programming paradigms.

Presentation

Created proper DocStrings as per recommended documentation standards for Java projects. From these docstrings, generated HTML JavaDoc files using the IntelliJ IDE.

Libraries

Utilized the JavaFX Library to render the graphics elements on the screen.

image