Skip to content
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.

dantemattson/simple-maze-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

simple-maze-generator

Year 3 - Advanced Algorithms

Problem description: "A simple algorithm for maze generation is to start, apart from entry and exit points, with all walls present and randomly knock down walls until the entry and exit points are connected. Write a C++ program to implement this algorithm for an arbitrary sized maze – test with a 50 by 88 rectangular maze."

Note: Paste the output of the program into the text box in the included maze-renderer.html to visualise the generated maze.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published