A collection of different assignments and projects written in Java completed throughout the ICS3U course. The ICS3U course mainly focuses on programming basics (like loops and if statements) and object oriented programming.
A clone of the popular word game Wordle created using Java's built-in GUI library Swing. The goal of the game is to guess a 5-lettered word in a certain number of attempts.
An adaptation of the popular pricing game PLINKO from the popular game show The Price Is Right created using Java's built-in GUI library Swing. The goal of the game is to earn as much "money" as possible by dropping flat discs into a game board scattered with pegs to distrub the movement of the disc. In this adaptation, players will earn discs by correctly answering various math questions.