Maze Co. is a procedurally-generated maze game made with pure JavaScript, and the product of one of my web development classes in college. The assignment was to create something with JavaScript that showcased object-oriented programming, cookies/local storage, prompts, and random numbers. Rather than settle on the minimum requirements, I felt inspired to go well beyond the prompt and make this addictive little game!
The whole game is made with original JavaScript code with no libraries, and was created in about two weeks between other assignments and work.
Visit the link below to try the game for yourself or to inspect the page and take a look at the JavaScript!
https://mazeco.darkhearted.com/
Warning: There is a bug that I haven’t had time to track down that makes about one in every twenty maps broken and unplayable. If you get that, just go to the menu and start again.