A remake of WebGL maze game built with Three.js and Box2dWeb. This version is built withi some javascript modern stack such as yarn, webpack, es6 code style and more. Play it here: https://winner95.github.io/Astray/
- support of mouse controls
- support of touch events - try on your mobile
- ThreeJS migration from 0.49 to 0.108 version
- Tech update: use of yarn / webpack for building project
Currently setup supports only Node.js version 16 due to webpack compatibility.
There are several ways to launch the game. Here is the simplest:
- Clone or download the repository
- Navigate to Astray's directory
- Run 'yarn'
- Run 'yarn watch'
- Run 'PORT=3001 yarn start'
- Open 'localhost:3001' in your browser
- Enjoy!