I would like to create a 3D Maze can anyone please help.
Tutorials or Code would be great.
Cheers,
Ben
I would like to create a 3D Maze can anyone please help.
Tutorials or Code would be great.
Cheers,
Ben
Here is a 2D maze generator/solver I wrote a long while ago. It was written to be easily modular to become 3D or more.
Hi
I can help you and it is a pleasure for me to do so. Jonathan Thomas wrote the first famous 3D Java Maze. Vincent Stahl used his source code to create his own engine “d3caster” (raycasting, software rendering), he used it in his game “Art Attack”. In october 2006, I began writing my own first person shooter and I wrote later a WYSIWYG editor JFPSM mainly to convert 2D mazes into 3D ones as a first step. Vincent Stahl’s and my source codes are under GPL v2; if you agree with the licensing terms, feel free to reuse them. Good luck.