The application is a classic puzzle game maze. The application allows you to generate, move and exit a maze.
The app has functions to generate mazes with set field width and height from a size of up to 10000 cells. Each cell is either a wall or free to pass. The paths (respectively the walls) are randomly generated - one of the options and the second option - static three labyrinths for learning. The roads, walls and paths are colored in different colors, which can be selected. The passage is imitated by a moving ball, which moves in several ways: by dragging, by gravity, by saying commands (left, right, up and down), independently and accelerated. The output is a cell the color of the ball. The app has a point-to-point path finder feature.