This project is a basic implementation of a ray casting game using TypeScript and HTML5 Canvas. It features a grid-based environment where rays are cast from a point and interact with obstacles on the grid.
Guide by Tsoding Daily and Lode's Computer Graphics Tutorial : https://lodev.org/cgtutor/raycasting.html
#Build Index.js npm install npm run watch