3D Maze

Sep 2006

3D Maze is a simulation of a maze and consists of walls and pillars around which the user can wander to find their way out of the maze. The maze is a conversion of a 2D map into a 3D picture. Using the arrow keys on the keyboard, the user can move ahead, backward and rotate left or right as desired exactly the way a player would be roaming in a maze to hit upon the exit.

3D Maze

The platform was Windows and Visual C++ 6.0 was used as the basic tool to develop a 3D Maze. Similarly DirectX was used as a graphics library to perform the drawing operations. DirectX being very powerful as seen from the eye of a graphics developer was used just to plot pixel points and to draw lines.

Downloads