Go to file
2025-01-18 17:34:58 +02:00
.cargo Initial commit 2024-09-17 20:19:16 +03:00
.github/workflows CI: remove nextest 2025-01-06 16:44:25 +02:00
assets feat(hints): add hint assets 2025-01-05 22:43:38 +02:00
src fix: wall visibility 2025-01-18 17:34:13 +02:00
web style: format web files 2025-01-06 12:55:01 +02:00
.gitignore Initial commit 2024-09-17 20:19:16 +03:00
Cargo.lock fix: wall visibility 2025-01-18 17:34:13 +02:00
Cargo.toml fix: wall visibility 2025-01-18 17:34:13 +02:00
justfile chore: update hexlab version 2025-01-16 21:48:56 +02:00
LICENSE Create LICENSE 2024-09-17 20:24:43 +03:00
README.md chore: update readme 2025-01-05 23:39:57 +02:00
Trunk.toml Initial commit 2024-09-17 20:19:16 +03:00

Maze Ascension: The Labyrinth of Echoes

A procedurally generated 3D maze game built with Rust and Bevy game engine. Navigate through hexagonal maze levels that become progressively more challenging as you ascend. Play on itch.io

Features

  • Procedurally generated hexagonal mazes
  • Multiple floor levels with increasing difficulty
  • Smooth floor transitions and animations
  • Power-up system (WIP)
  • Custom hexagonal grid library implementation

Installation

  1. Clone the repository:
git clone https://github.com/kristoferssolo/maze-ascension.git
cd maze-ascension
  1. Build and run:
just native-release
# or
cargo run --release --no-default-features

License

This project is licensed under the GPLv3 License - see the LICENSE file for details.

Acknowledgments