It's 70's themed maze

Objective

The purpose of the game was to make a ball be moved by the arrow keys as well as to detect when it hit a wall.

Problem

Although we did this in class the issue I had with this problem were the walls and where I was going to place them.

Solution

The solution that I found help was to use a graph; I didnt graph the entire maze I only used it as a reference to move the walls around. It doesn’t seem like a dramatic difference to the original one however I wanted to make some lines that were vertical rather than all horizontal. That became a hassle for me, but I still made it by making some if the numbers negative and I figured that out with the graph.