Flood-It and Maze

2021-04-08 - Fundamentals of Computer Science II
#Java

These are an assortment of projects I created for my Computer Systems course at Northeastern University. The majority of these projects were done in a pair programming team alongside Ritz.

Flood-It

2021-04-08

This project recreated the classic game Flood-It in Java, including features such as the classic waterfall animation when "flooding" a collection of boxes.

Maze

2021-04-21

This project created a Maze game to be played by using the arrow keys on a keyboard. There were a few playable settings to set the difficulty of the maze and an auto-solve function, which would solve the maze using either BFS or DFS. The following video shows the maze being solved using the DFS algorithm.