Go to file
2025-01-06 11:42:18 +02:00
.cargo Initial commit 2024-09-17 20:19:16 +03:00
.github/workflows ci: update CI 2025-01-05 20:54:48 +02:00
assets feat(hints): add hint assets 2025-01-05 22:43:38 +02:00
src refactor(player): remove triggers 2025-01-06 11:42:18 +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 chore: bump version number 2025-01-05 23:28:45 +02:00
Cargo.toml chore: bump version number 2025-01-05 23:28:45 +02:00
justfile chore: update readme 2025-01-05 23:39:57 +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