Welcome to the Maze!
This is a small game I made in my COMP 301 course at UNC Chapel Hill.
Controls: WASD - Movement
That’s it!
The goal is to collect as many coins as possible by advancing through each stage. Be careful—enemies will try to take the coins before you can. Enemies also increase with each stage.
This project was written in Java using JavaFX for the graphical interface. It follows the Model-View-Controller architecture for separate handling of game logic, user input, and rendering.