TMaze is an experience combining immensely complex maze-generation algorithms and mind-numming mazes to solve.
-
Updated
Nov 6, 2024 - Rust
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.
TMaze is an experience combining immensely complex maze-generation algorithms and mind-numming mazes to solve.
A Rust library and CLI for generating mazes with some basic routines for rendering and saving mazes to files
Simple A* implementation in Rust and maze generator.
You guessed it, it solves mazes.
A maze generator written in rust.
High-performance maze solver written in Rust
Generate mazes with Rust and WebAssembly purely on the frontend
rust library for maze generation and statistics
A maze generator written in Rust using the game engine Bevy
迷宫生成器,特色是生成巨型迷宫时占用内存较小,且导出png是流式的。
A maze generator for creating interesting mazes