Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manasswarnkar/labyrinth
(work in progress) A 3D maze generation and maze crawler
https://github.com/manasswarnkar/labyrinth
bevy rust
Last synced: 2 months ago
JSON representation
(work in progress) A 3D maze generation and maze crawler
- Host: GitHub
- URL: https://github.com/manasswarnkar/labyrinth
- Owner: manasswarnkar
- Created: 2024-08-30T16:22:50.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-15T14:22:54.000Z (3 months ago)
- Last Synced: 2024-09-28T15:03:09.192Z (3 months ago)
- Topics: bevy, rust
- Language: Rust
- Homepage:
- Size: 3.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Labyrinth
A 3D maze crawlerCurrently done:
- app instance
- rendering 3D objects, lights, camera, player
- generating walls from a tilemap text file
- adding collision on walls
- adding a menu
- added textures to floors and walls
- added starting and ending markersworking on:
- implementing maze generation algorithms
- win screen