Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Labyrinth
A 3D maze crawler

thumbnail

Currently 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 markers

working on:
- implementing maze generation algorithms
- win screen