My take on Raycasting inspired by Lode's Computer Graphics Tutorial: https://lodev.org/cgtutor/raycasting.html
GitHub Pages: https://tsoding.github.io/raycasting/
$ npm install
$ npm run watch
$ <browser> https://localhost:6969/
This script starts up http-server at http://localhost:6969/ to serve the content of the current folder and tsc in watch mode to constantly recompile index.ts. See watch.js for more details.