JoeTheDave / maze-3d

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maze3D

A navigable 3D maze written using CSS transitions. No canvas.

Every maze has 1 path from entrance to exit. Every place in the maze can be reached. No dead zones.

This was originally built back in 2011 after I read this article... https://24ways.org/2010/intro-to-css-3d-transforms/

It was initially built using static js files and jQuery. This project is a modernization and enhancement of the original, which can be found in the legacy directory.

Live Demo http://maze3d.apphb.com/

Images

Local Setup

npm install
npm run dev

TODO

  • Rebuild repo as an express server remix app
  • Tie Seed to psudo random number generation
  • 2D view - Bug when changing maze dimensions, character marker doesn't reset to entrance of the maze
  • 2D view - 2px maze outer border without closing off exits
  • 2D view - transitioning ball character to move around maze
  • 2D view - improved entry and exit points
  • 2D view - maze finished effect
  • Construct 3D View

About


Languages

Language:CSS 46.1%Language:TypeScript 29.0%Language:JavaScript 20.2%Language:HTML 4.7%Language:Shell 0.0%