Rock Paper Scissors Simulator
This is not my original idea, I made it as a coding exercise after seeing the concept by @livingrps on TikTok.When the game loads, 35 rocks, 35 scissors and 35 pieces of paper exist. Whenever they collide they fight, and the loser turns into the winner’s form. This continues happening until only one is left standing. Because the game of rock paper scissors is perfectly balanced, the simulation can go on for quit a while! Press ‘R’ to restart the simulation.
I made this mainly as an exercise in coding, and to try building for WebGL for the first time. It turned out to be a lot easier than I was expecting!