StanislavPetrovV/DOOM-style-Game ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple DOOM style 3D raycasting game in Python where I can walk around with WASD and look around with the mouse.
I want a playable little shooter with a first person maze, basic enemies, simple pathfinding, a weapon on screen, and some sound effects. It should feel like an old school Wolfenstein style game, with textured walls, sprites, and a map I can move through. Make it run from one main file and keep everything clean enough that I can understand and tweak the game world later.
If anything is unclear, use current docs online and make sensible choices. I just want it to run smoothly and feel like a finished small demo I can play right away.
Are you gonna build this?
make sure you review the code using coderabbit