Alamin0x01/HandPowerGame — reverse-engineered prompt
Reverse engineered prompt
Build me a simple Python app that lets me play Temple Run with hand gestures through my webcam, no keyboard needed. I want it to watch my hand in real time and turn an open palm into jump and a closed fist into slide, basically sending the up and down arrow keys while the game window is focused.
Keep it easy to run from one main script, and make sure it uses the webcam feed so I can see that hand tracking is working. It should feel responsive enough to actually play, and avoid spamming inputs too fast if the same gesture is held for a moment. If needed, look up the current docs for the hand tracking and keyboard control libraries.
Please also include the basic install steps and anything important I need to know, like making sure the webcam is connected and Temple Run is open before starting.
Want more depth? Deep Reverse