4th Assignment: Interactivity
- danielgrinchenko
- Sep 28, 2020
- 1 min read
For my interactivity assignment I decided to make a simple maze game. The goal of this game was to get your green player (the square) through the maze using the arrow keys. They would have to reach the ending without touching any of the black lines. I was fairly successful in doing so. My only issue is that I have not found a way to make the maze walls solid. Currently the player is able to freely move through the walls and reach the end easily.
Here is my code: https://editor.p5js.org/Grinchenko/sketches/SnE85Aps9
Comentarios