Alien Maze
The art is an endless maze searcher where an alien is running around in the maze according to a predetermined path created by the Breath first search (BFS) algorithm. The maze is created before hand using the Recursive Backtracker algorithm.