YoursTrulyInarius/Space-Invader-2.0 ? reverse-engineered prompt
Reverse engineered prompt
Build me a fun Space Invaders style game in Python that I can run locally from main.py.
It should be a simple playable arcade game with a player ship at the bottom, enemies moving across the screen, shooting, scoring, and a game over when the player loses. Keep it easy to run and easy to expand later since this is a weekly project and I want to keep adding features over time. If there’s a local database setup step, make sure it works cleanly with the game and can save basic progress or stats if that fits the project.
Please use the existing assets and project structure if they’re already there, and make the code organized enough that I can keep building on it in future weekly sessions. If you need to check current docs or best practices for anything, go ahead and look them up online.
Are you gonna build this?
make sure you review the code using coderabbit