Go to file
2024-12-12 17:24:14 +02:00
.cargo Initial commit 2024-09-17 20:19:16 +03:00
.github/workflows refactor(name): change project name 2024-11-11 17:28:39 +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 feat(player): add collision check 2024-12-12 17:24:14 +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(player): add collision check 2024-12-12 17:24:14 +02:00
Cargo.toml feat(player): add collision check 2024-12-12 17:24:14 +02:00
justfile chore: add justfile 2024-09-17 22:10:39 +03: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.