WASM-4 version of my Mazethingie game which is a maze generator / player.
-
Updated
Jun 21, 2024 - HTML
A maze is a type of puzzle involving a collection of paths, usually where a player has to find a route from start to finish.
A huge variety of algorithms exist for generating and solving mazes. These are not only fun to implement, but also are a good way to familiarise yourself with programming techniques, algorithms, and languages.
WASM-4 version of my Mazethingie game which is a maze generator / player.
A collection of small, simple, fun applications
Recursive Maze Generator and Recursive Maze Solving
過去に作成したゲーム等の置き場.READMEのリンクから誰でもプレイできます.
Backtrack DFS in Maze || Ursina Python Game || #imvickykumar999 https://youtu.be/BoFRICVqdms
An old 2d maze game
some maze algorithm implementations
Artificial Intelligence Fundamentals Project by Paul Magos and Stefano Zanoni.
A maze game made by yours truly