Recreating Doom in Python

Getting WAD file data and rendering DOOM maps in 2D mode.DOOM1.WADhttp://www.doomworld.com/idgames/index.php?file=idstuff/doom/doom19s.zipSLADE 3https://slad… Read more

Similar

Latency in Asynchronous Python

This week I was debugging a misbehaving Python program that makes significant use of Python’s asyncio. The program would eventually take very long periods of time to respond to network requests. My first suspicion was a CPU-heavy coroutine hogging the thr... (more…)

Read more »