Maze-Web
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.
Status | Released |
Platforms | HTML5 |
Rating | Rated 4.0 out of 5 stars (1 total ratings) |
Author | Casual Garage Coder |
Genre | Puzzle |
Made with | Godot |
Tags | Casual, Short, Singleplayer |
Code license | MIT License |
Asset license | Creative Commons Zero v1.0 Universal |
Average session | A few minutes |
Languages | English |
Inputs | Keyboard |
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.