Spread the loveIf you’ve spent any time in the Java development world, chances are you’ve crossed paths with Eclipse. It’s a ...
All the Latest Game Footage and Images from Maze Keeper You are the guardian of a cursed labyrinth and must prevent an adventurer from escaping with the help of your monsters. But the adventurer keeps ...
A reusable Java library for generating two-dimensional mazes and solving them with multiple graph-search strategies. The project separates the search algorithm from the problem domain, so the same BFS ...
A simple maze game where the player navigates an eyeball through a maze. Built using Java, as part of the BCDE223 Best Programming Practices (Java) course, this ...