Skip to content

mjstoney/maze_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maze Generator in Proceessing/Java.

This app runs in Processing and generates a unique maze each time.

It uses an iterative backtracking algorithm, found here on Wikipedia.
Currently a player can move a red square throughout the maze.

TODO

  • Implement a solver to automatically move through the maze
  • Implement other maze generation algorithms
  • Implement a command line interface or GUI to select algorithms
  • Add a randomized start and goal marker for player
  • Add a visible timer
  • Write raytracing algorithm to make pseudo-3D
  • Add textures
  • Find hosting solution (maybe port to other language)

About

A backtracking maze generator written in Java for processing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors