0
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 1 hour ago.
Jul 31, 2024 — Jul 31, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
no message More... over 17 years ago
no message More... over 17 years ago
removed main, using land instead to start the Maze. Some minor other changes. More... over 17 years ago
no message More... over 17 years ago
no message More... over 17 years ago
no message More... over 17 years ago
no message More... over 17 years ago
no message More... over 17 years ago
Added a function to generate starting location More... over 17 years ago
Added a call to generating starting location prior to getting the starting location More... over 17 years ago
Added a call to resetVisited to clear the visited status of Cells after the map has been generated More... over 17 years ago
Added a function to reset the visited status of all Cells within maze[][] More... over 17 years ago
no message More... over 17 years ago
no message More... over 17 years ago
Fixed a bug where exit point is set to edge More... over 17 years ago
Updated Cell.java to add a function to set panel to color blue (used to symbolify the starting/ending positions) Updated Grid.java to spread out the exit positions a bit more and to avoid edge conditions More... over 17 years ago
Updated LookInFrontAgent to call the function to generate exit location More... over 17 years ago
Updated Grid.java to generate the exit locations More... over 17 years ago
no message More... over 17 years ago
no message More... over 17 years ago
Finally got the maze generation to work, but the borders are ignored. More... over 17 years ago
minor changes More... over 17 years ago
Partialy works, it get stuck. More... over 17 years ago
Trying to get the backtrack to work More... over 17 years ago
no message More... over 17 years ago
Fixed Line135 avoid inifinite loop More... over 17 years ago
Fixed Line86 More... over 17 years ago
GreedyAgent completed More... over 17 years ago
Added try catch to getCellAt More... over 17 years ago
no message More... over 17 years ago