Skip to content
This repository was archived by the owner on May 2, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 384 Bytes

File metadata and controls

15 lines (10 loc) · 384 Bytes

Introduction

Just a rxjs based raycaster game for self training purpose.

Maths and algorithm are based on Lode Vandevenne's excellent serie of raycaster tutorials (http://lodev.org/cgtutor/) and on the excellent Game Engine Black Book: Wolfenstein 3D by Fabien Sanglard.

How to start

npm install
npm run build
npm start

Then browse to http://127.0.0.1:5000