Ray-casting engine developed in JavaScript using WebGL and deployed using Docker
- Node.JS
- Modern web browser of your choice
To get running:
- clone repository to your own computer.
- Open ternminal and navigate to cloned directory
- Run command
npm install --global
- When done installing, run command
npm run start
- Server will be running on localhost:8080, (Copy paste URL from terminal into web browser)
- Walk around and have fun!