A raycast simulation written in PyGame, Python
- Install the required libraries:
pip3 install -r requirements.txt
- Run setup file to cythonize class files:
python3 setup.py build_ext --inplace
- Run
main.py
:python3 main.py
- Run the invoke script:
invoke build
- Run the clean script:
invoke clean
This project is licensed under the GNU-3.0 license. Read more about it here