Shape maze by Firephoenix
You are a pink square in a world where by some magical force you are attracted to the center of any maze. Using WASD keys, get the square to the center of the current maze to get teleported to the entrance of the next one - a slightly harder one. There is no end to it, but the physical restrictions of pixels being too big will stop you from playing at around level 40.
I tried to add the source code and for some weird reason the source link won't show up, so if you want to see the source code on Google Chrome - go to the Web link and press Ctrl + Shift + j. This will open the console, along with access to the HTML elements and the source JS.
EDIT: Now the source thing works, but since I was using 3 different files to handle different things, I have 3 sources to share.
I tried to add the source code and for some weird reason the source link won't show up, so if you want to see the source code on Google Chrome - go to the Web link and press Ctrl + Shift + j. This will open the console, along with access to the HTML elements and the source JS.
EDIT: Now the source thing works, but since I was using 3 different files to handle different things, I have 3 sources to share.
Ratings
| Coolness | 24% | 1979 |
| Overall | 2.35 | 923 |
| Fun | 2.12 | 907 |
| Graphics | 2.13 | 858 |
| Innovation | 2.53 | 793 |
| Theme | 2.27 | 895 |
Mouse movement may have helped as the levels had some weird angles. I played it for a few minutes and got to about 12 sides. It looks like more interesting patterns emerge later on though. Bigger increments (instead of 6, 7, 8, 9.. 6, 8, 11, 15, etc.) may have made it a bit more interesting earlier.
Cool submission.
I also tried everything to make a solver so that there is no regenerate button, but that didn't work out either.
Thanks for all the feedback!