{{ symbols[humanMove] + " " + messages[humanMove][compMove] + " " + symbols[compMove] }}

Score: {{ gameState }}


Your play Rock-Paper-Scissors-Lizard-Spock as described by Sheldon in TBBT, season 2 episode 8.

Your opponent is a bot implementing an algorithm described here.


Tips to improve computer strength:
[*] check the square "Winner bot";
[*] augment computer memory.

Note also that bot performances are expected to get better over time: play a lot!