Skip to content

TheCodingRocket/Maze-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

A quick and easy way to generate mazes on your browser. My very first Artifical Intelligence!


A maze can be generated by starting with a predetermined arrangement of cells (most commonly a rectangular grid but other arrangements are possible) with wall sites between them. Because of this, maze generation is often approached as generating a random spanning tree.


Logo

🚀 Building your own Maze Generator

  1. Download the repository

    Download, then extract the files in your computer
  2. Use Visual Studio Code to edit the code

    Use any Code Editor to change anything you don't like or add more features to the game
  3. Host your maze using Netlify

    Make an account at netlify.com and drag and drop your files there
  4. Preview and enjoy your the maze

    Once its finished uploading, upgrade or view your amazing game! Thats it! 
  5. One more thing...

    It would be nice to link back this repository, so that other people could see it too! Thank you very much.