2
1
Fork
You've already forked raycasting
0
A variant of the raycasting engine implemented in Python with the pygame module.
  • Python 100%
2022年07月26日 10:23:12 +02:00
raycasting Finish default raycasting 2022年07月26日 10:23:12 +02:00
.gitignore Initial commit 2022年07月24日 15:18:16 +02:00
COPYING Initial commit 2022年07月24日 15:18:16 +02:00
README.md Initial commit 2022年07月24日 15:18:16 +02:00
requirements.txt Initial commit 2022年07月24日 15:18:16 +02:00
setup.py Fix name in setup.py 2022年07月24日 15:19:25 +02:00

raycasting

A variant of the raycasting engine from Wolfenstein 3D implemented in Python with the pygame module. As a reference I've used various different tutorials.

In the future I'll try to add new functionalities and modifications to the raycasting engine.