This is a raycasting demo I have made a few years ago to practice working with vectors. The raycasting is very basic and there is no collision detection but this is only a proof of concept made for fun.
- Raycasting in plain old JavaScript (no library needed).
- Minimap that shows the FOV and the raycast hits locations.
- Easy to edit map (it is a simple color matrix).
Clone the repository and open index.html.

