Game guide
How to play Astray WebGL Maze
Astray is a WebGL maze game by wwwtyro, built with Three.js for the scene and Box2dWeb for physics. Use the arrow keys to push the ball through the passages; H, J, K and L are also supported.
- Load the maze. Select Play Astray and wait for the WebGL scene to appear. The game needs browser graphics support.
- Find a route. Locate the ball and trace a path through the visible walls toward the exit before making a long move.
- Steer with short inputs. Use the arrow keys or H, J, K and L to apply force to the ball. Hold I when you want to display the built-in instructions.
Arrow-key controls and growing mazes
Three.js draws the 3D scene while Box2dWeb supplies the ball physics. Reaching the exit starts another level with a maze that is two cells wider and two cells taller. If the scene stays blank, try a browser with WebGL enabled or open the original demo from the project link.
Astray source and license
Astray is loaded from wwwtyro's GitHub Pages demo. The public repository describes it as a WebGL maze built with Three.js and Box2dWeb and marks the project with the Unlicense. Blockdeck embeds the published demo and links back to the original repository.
