Maze Game

Objective: Create a working maze navigation game using SVG and Javascript.

Problem: Collision detection and walls would need to be implemented.

Solution: Collision detection was done by using absolute value and distance, and walls were implemented by inputting coordinates and writing a function.