Go to file
2025-01-01 22:53:57 +02:00
.cargo Initial commit 2024-09-17 20:19:16 +03:00
.github/workflows refactor(colorscheme): add RosePine enum 2024-12-27 14:01:52 +02:00
assets Initial commit 2024-09-17 20:19:16 +03:00
docs Initial commit 2024-09-17 20:19:16 +03:00
src chore: rename MovementState -> FloorYTarget 2025-01-01 22:53:57 +02:00
web Initial commit 2024-09-17 20:19:16 +03:00
.gitignore Initial commit 2024-09-17 20:19:16 +03:00
Cargo.lock feat(hexlab): enable bevy feature 2024-12-30 17:33:09 +02:00
Cargo.toml feat(hexlab): enable bevy feature 2024-12-30 17:33:09 +02:00
justfile fix(floor): multiple floor create 2024-12-27 11:49:22 +02:00
LICENSE Create LICENSE 2024-09-17 20:24:43 +03:00
README.md Initial commit 2024-09-17 20:19:16 +03:00
README.norg Initial commit 2024-09-17 20:19:16 +03:00
Trunk.toml Initial commit 2024-09-17 20:19:16 +03:00

Maze Ascension: The Labyrinth of Echoes

"Maze Ascension: The Labyrinth of Echoes" is a minimalist maze exploration game built using the Bevy engine. The game features simple visuals with hexagonal tiles forming the maze structure on a white background with black borders, and a stickman-style player character. Players navigate through multiple levels of increasing difficulty, progressing vertically as they climb up through levels. The game includes power-ups and abilities hidden throughout the maze, and later introduces the ability to move between levels freely. This unique blend of puzzle-solving, exploration, and vertical progression offers a fresh twist on traditional maze gameplay, presented in an accessible and clean visual style.