rsmith-github/cat-game — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple browser game where you play a hungry cat in a brick breaker style setup. The cat should bounce around the screen, the player controls a paddle with the left and right arrow keys, and the goal is to help the cat eat all the food blocks without falling into the water at the bottom.

It should run just by opening index.html, no complicated setup. Use the cat images and game art already in the project so it feels cute and playful. Pressing s should start the game, p should pause and unpause it, and when paused the player should be able to press r to restart.

Please make the gameplay feel smooth, show the game area clearly, and include basic win and lose states so the player knows what happened. Keep it lightweight and easy to host on GitHub Pages.

Want more depth? Deep Reverse