Hi, I'm trying to create a game similar to Acornsoft Maze but on another platform, and I'd like to be able to generate random 16x16 mazes in the same sort of way, i.e. so there is not a single path through the maze but multiple paths, but it still having dead ends, and I haven't found an algorithm that does this.
Is there anyone who can look "under the hood" and tell me how the random maze generation works in Acornsoft Maze?
Thanks in advance.
Acornsoft Maze random maze generation
- barbarossa69
- Posts: 163
- Joined: Mon Aug 14, 2017 1:12 pm
- Location: London
- Contact:
Re: Acornsoft Maze random maze generation
I don't have the answer but you could use a standard algorithm then punch some random holes in the walls.
Re: Acornsoft Maze random maze generation
This webpage has maze generators in various (most in fact) languages. Specifically, there’s a version for BBC Basic for Windows and one for Qbasic so I’m pretty sure you’ll get what you want here.
- barbarossa69
- Posts: 163
- Joined: Mon Aug 14, 2017 1:12 pm
- Location: London
- Contact:
Re: Acornsoft Maze random maze generation
What a great site! Thanks for that!MartinB wrote: ↑Tue Aug 25, 2020 7:59 pmThis webpage has maze generators in various (most in fact) languages. Specifically, there’s a version for BBC Basic for Windows and one for Qbasic so I’m pretty sure you’ll get what you want here.
- barbarossa69
- Posts: 163
- Joined: Mon Aug 14, 2017 1:12 pm
- Location: London
- Contact: