/raycaster-tk

ray casting engine using tkinter

Primary LanguagePythonThe UnlicenseUnlicense

raycaster-tk

This is a ray casting engine written in Python. Old school pseudo-3D shooters like Wolfenstein 3D used this technology before computers could handle true 3D graphics. This Python implementation uses Tkinter for graphics and is able to run using only the Python standard library. I primarily used this awesome ray casting tutorial to create this project.

screenshot