A downloadable game

Download NowName your own price

More of a coding project, really, but technically still within the confines of a "game."

This application was almost entirely birthed from sheer boredom between classes in high school. It's based loosely on Kruskal's Algorithm, which was used to generate a maze which the player must then traverse in order to win. Due to my inexperience at the time, however, the maze has to be completely redrawn with every step, resulting in a lot of flickering as hundreds of characters are deleted and redrawn.

Well... it's a feature, not a bug, ok?

Download

Download NowName your own price

Click download now to get access to the following files:

Maze_Game.7z 237 kB

Comments

Log in with itch.io to leave a comment.

(1 edit)

I did it using Depth first search http://alessandro.bonomo.cloud/maze/

using js. You can inspect the page and copy the code if you want