ryesalvador/android_skislalom — reverse-engineered prompt

Reverse engineered prompt

Build me a simple 2D ski slalom arcade game for Android in Python. I want it to feel like a small retro mobile game where you guide a skier down the slope, avoid crashing, and try to survive or score as long as possible. Keep the gameplay straightforward and responsive, with touch controls that make sense on a phone and simple graphics and sound from an assets folder.

Please wire it up so it can actually be packaged and run on Android, not just on desktop. If there are already game files started, use and clean those up instead of reinventing everything. I do not need anything fancy, just a complete playable version with a start screen, the main game loop, collision handling, score or distance tracking, and a game over screen with a way to play again.

Keep the code easy to follow since this seems like a learning style project. If you need to, look up current Android packaging steps for PyGame and make whatever adjustments are needed.

Want more depth? Deep Reverse