3D Maze Generator 0.0.1
Mazes Generator
Introduction
You can see the first version of a homemade Maze generator game. I still have a lot of work to improve it but this versions works!
Controls
Inputs :
- up : w ;
- back : s;
- Left : q ;
- Right : d;
- Jump : space ( hold the spacebar to make biiiiiiiig jump when you have to acces high place)
- Pause : p;
Next steps
Todo:
- Writing a new algorithm to generate the maze, because with this algorithm we have one way during a long time I need more crosses at the beginning of the maze.
- Change the cell generation during the runtime with generating only a specific distance around the player (actually I generate a cube 8*8*8 around the player and not only the accessible ways).
Notes
The big size like upper than 100 or 50 for slower computer need a lot of time to load or can cause crashes.
No comments:
Post a Comment