Course work "Labyrinth"

Sold 0
Refunds 0
Good feedbacks 0
Bad feedbacks 0

Write a program that finds the passage through the maze. Labyrinth is represented as a matrix consisting of squares. Each square is either open or closed. Entrance to the indoor square is prohibited. If the square is open, it is possible to input from the outside, but not with the angle. Each square is defined by its coordinates in the matrix. The program must be run through the maze, moving from a given input. After finding the passage of the program displays the path found in the form of squares of coordinates. For storage the way to use the stack. The desired graphic interpretation problem.

Coursework is designed in wxDev-Cpp using OpenGL and Glut libraries. The task is made bubble algorithm. The archive is represented by the software source code.