CodeBase - DBPro 2D / 3D random maze generator

Return to the CodeBase listing

Category: Math / Physics

Version: 2.0b

0
0

Information

Uploaded: 24th May 2004 01:39

Modified: 30th Jun 2004 20:14

Author:  DeepBlue

Summary

Random maze generator, creates 3D maze and 2D map. Also allows first person movement through maze with basic collision. Updated to work with DBP 5.4

Full Description

Random maze generator, creates 3D maze and 2D map. Also allows first person movement through maze with basic collision.<br /> <br /> Does not use recursive function calls &amp; should be relatively simple to follow.<br /> <br /> Actual maze data generation(2D) is twice as fast as best recursive funtion call algorithms I could find. Maze generation/running of larger mazes is slow as cubes are used to generate the maze &amp; the collision slows things down. For larger mazes would strongly suggest rewriting to create planes as walls instead of using cubes cubes.<br /> <br /> Also inclueds some very basic timing &amp; collision that requires more work for an end product.<br /> <br /> Hope somebody finds it useful.<br />

Comments

No comments yet.