https://github.com/ohtypek/raycaster-html
A raycaster made in HTML using JavaScript.
https://github.com/ohtypek/raycaster-html
Last synced: 2 months ago
JSON representation
A raycaster made in HTML using JavaScript.
- Host: GitHub
- URL: https://github.com/ohtypek/raycaster-html
- Owner: ohTypek
- Created: 2025-03-15T20:39:04.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-15T22:23:06.000Z (over 1 year ago)
- Last Synced: 2025-03-23T10:35:33.886Z (over 1 year ago)
- Language: JavaScript
- Size: 418 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Raycaster
A raycaster made in HTML usind JavaScript.
## Controls
- Move Forwards by using `W`
- Move Backward by using `S`
- To turn use either `a` or `d`
- You can `right click` the tiles (on the topdown view) to `change their color`
## Disclaimer
Be careful when `changing the colors` of the `boundary walls` as it can cause the site to `crash`!
## Screenshots
## Assets
- Based on the [Make Your Own Raycaster](https://www.youtube.com/watch?v=gYRrGTC7GtA) series by [3DSage](https://www.youtube.com/@3DSage)