Documentation
My project was originally conceptualized as the can shaking game from mario party 8, and upon researching ways to create the app on mobile I stumbled across Device Orientation, which gets the x and y rotation of the device that the script is being ran on. Using Javascript Canvas and some help with Javascript game programming tutorials, I was able to create my simple maze game. The basic shapes created using canvas were also from a tutorial, but I also had help from a professor to make the circle draw how I wanted to.
I used my portfolio as a basis for the pages, but I changed it quite signifigantly (although it still looks similar). The mazes themselves I thought up myself, and the collisions on them are a bit wonky to say the least. The major issue with them is the corners, because multiple collisions are happening at the same time and I couldn't figure out a solution that wouldn't requiring hard coding alot of checks to fix.