A simple maze game with customization for size and complexity. Choose your maze style and play. During play, use ESC to access options and/or reset your play.

Any suggestion is appreciated.

StatusReleased
PlatformsHTML5
Rating
Rated 4.0 out of 5 stars
(1 total ratings)
AuthorCasual Garage Coder
GenrePuzzle
Made withGodot
TagsCasual, Short, Singleplayer
Code licenseMIT License
Asset licenseCreative Commons Zero v1.0 Universal
Average sessionA few minutes
LanguagesEnglish
InputsKeyboard

Comments

Log in with itch.io to leave a comment.

Very cool! Does this use the A* pathfinding algorithm to solve a path until it reaches a fork?

No. The maze is built with one of the algorithm detailed in the book "Mazes for Programmers". The script for generating the maze is available here : Maze/Maze.gd at main · CasualGarageCoder/Maze · GitHub

I'd love a quick restart button, maybe a controls list? Also an undo key

Noted. There's already an indicator for the key to hit if you want to undo, but it's less meaningful that a "real" undo key. I'll work on that.

Sorry, I've been busy with a ton of things. I'll try to implement your request when I'll have 1h of spare time.