Rock-Paper-Scissors simulator game for science fair project. The computer is supposed the simulate the two different strategies tested:  Mixed Strategy Nash Equilibrium and Social Cycling Strategy. 

Random represents the Mixed Strategy Nash Equilibrium. The computer randomly chooses their moves. 

Algorithm represents the Social Cycling Strategy developed by researchers at Zhejiang University.  The moves chosen by the computer are not random.  

    If the computer just won a game against you, the computer will chose whatever you chose last game.

    If the computer just lost a game, it will chose the move that did not show up last round.

    If there was a tie the previous round, or if it's the first round, the computer chooses randomly. 


Leave a comment

Log in with itch.io to leave a comment.