Paper, scissors, rock game
How this game was built
I began creating this game with 3 different AI tools Chat GPT 4o, Claude and Replit AI Agent to see which tool would be the most effective. The prompt I used is below. Impressively they all got an MVP going after the first prompt. Fine tuning it to be of use was probably the biggest differentiator.
- Replit Agent did the best at getting something going from the initial prompt but it became harder when I wanted to make any improvements and to deploy the code to a live environment with my characters.
​
- Claude also got the MVP running after the single prompt but wasn't able to add characters in their environment to make it available for others to play.
​
- Chat GPT 4o got something going also, and in the end was the most useful as I could transfer it to my website for the public with the images I wished to use after a few additional questions.
Prompt used to start this
This is an image of a simple app called Paper, Scissors, Rock. The concept is that at the beginning there are 20 of each paper, scissors and rock. They start in random positions on the page, and moving in random directions. These are the rules When they hit the edge of the page the bounce in the direction as expected if a ball bounced off a wall in zero gravity. When a paper bumps into rock, the rock turns into paper. 
3. When a paper bumps into scissors the paper turns into scissors. When a scissors bumps into rock scissors turns into rock. So it follows the rules of paper, rock scissors. They keep bouncing until there is a winner. Please build this. I have also attached the PNG files for each paper, scissors and rock and they are attached. The size of each image should be pretty small so the whole page isn't filled with the images as they bounce around. about 1/30th of the entire page for height and width.