Skip to content

rchampeimont/AchaMaze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AchaMaze

an implementation of mazes in Java, showing the "follow left wall" and Pledge algorithms for getting out of the maze

To build/run the project, you need Sun Java 6 or OpenJDK 6. You can build it using either:

  • eclipse (the directory is an eclipse project)
  • ant (using the build.xml file, just enter "ant")

Then, to run it do:

cd bin
java org.almacha.achamaze.AchaMaze

To rebuild the javadoc:

javadoc org.almacha.achamaze -sourcepath src -d doc

About

an implementation of mazes in Java, showing the "follow left wall" and Pledge algorithms for getting out of the maze

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages