Popular repositories Loading
-
The-Last-Exit--IMROVISED-WITH-DIVIDE-AND-CONQUER
The-Last-Exit--IMROVISED-WITH-DIVIDE-AND-CONQUER PublicThe Last Exit is a Java-based maze game that applies Divide and Conquer, Greedy Algorithms, Graph representation, and Sorting to solve pathfinding problems. The maze is modeled as a graph, divided …
Java 1
-
Labyrinth-Escape
Labyrinth-Escape PublicLabyrinth Escape is a maze-navigation game built to demonstrate core data structures and algorithms concepts. The labyrinth is represented as a graph, and the escape logic uses traversal techniques…
Java
-
The-Last-Exit
The-Last-Exit PublicThe Last Exit is a Java-based maze navigation game that models mazes as graphs and visualizes AI pathfinding in real time. An autonomous agent uses heuristic-driven greedy search to reach the exit,…
Java
-
The-Last-Exit--IMROVISED-WITH-BACKTRACKING
The-Last-Exit--IMROVISED-WITH-BACKTRACKING PublicThe Last Exit is a Java Swing maze game showcasing Greedy AI, Divide & Conquer, Dynamic Programming (BFS + memoization), and Backtracking. The maze is modeled as a graph with real-time visualizatio…
Java 1
If the problem persists, check the GitHub status page or contact support.