labyrinth

(work in progress) A 3D maze generation and maze crawler

Stars
0
Committers
2

Labyrinth

A 3D maze crawler

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