Raycaster built with Python. See Gallery for images.
- Switch to desired branch:
git switch mainfor 2D Raycastergit switch 3Dfor 3D Raycaster
- Install dependencies:
pip install -r requirements.txt
- Run the project:
python -m pyraycaster
- W & S or Up Arrow & Down Arrow to move forward and backward
- A & D or Right Arrow & Left Arrow to look around

