Watersrc-stack/Wallz — reverse-engineered prompt
Reverse engineered prompt
Build me a simple but fun local two player maze game in Python called Wallz.
I want two people to be able to play on the same computer, move through a maze, set traps, and try to outsmart and eliminate each other with tricks. If the exact rules are not defined yet, make sensible choices and keep it easy to understand, with a clear win condition, simple controls, and a clean game loop. It should feel playable right away, not like a rough prototype.
Please include a basic start screen, the actual match, and a game over screen with the option to play again. Add some variety so each round does not feel identical, like different maze layouts or trap placement. Keep the visuals simple but readable.
Use whatever lightweight approach makes the most sense in Python. If you need to, look up current docs online. I would also like short setup and run instructions so someone else can open the project and play without guessing.
Want more depth? Deep Reverse