Skip to content

Kiran01bm/maze-galore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maze Galore

A collection of interactive maze generation and traversal algorithms, each implemented as a standalone single-page application with a retro terminal aesthetic.

Algorithms Included

  • Recursive Backtracking - Depth-first search carving through a grid
  • Prim's Algorithm - Minimum spanning tree approach with weighted walls
  • Kruskal's Algorithm - Union-find structure creating connected paths
  • Eller's Algorithm - Row-by-row generation with efficient memory usage
  • Recursive Division - Top-down approach dividing chambers with passages
  • Hunt and Kill - Systematic scanning with random walk exploration

Features

  • 🎮 Interactive gameplay - navigate from START to END using arrow keys
  • 🎨 Terminal-style UI with green-on-black retro theme
  • 📊 Customizable maze dimensions (5x5 to 50x50)
  • 👁️ Visual feedback showing visited paths
  • ♻️ Reset functionality to replay mazes

Each algorithm generates unique maze patterns and characteristics. Open any index.html file in your browser to play!

How does it look ?

example here

About

Vibe-coding various Maze traversal strategies using popular algos..

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors