A downloadable game

Download the source above and run with python (both 2 and 3 should work).


The bot will generate a bot that has some strategy in rock-paper-scissors, then you have to fight it and figure out the tactic, so you can beat it 5 times in a row. 

Controls are writing r,p,s, or 0,1, or 2, for to choose your hand. anything containing these letters will also work, so you can also write rock, paper, or scissors. 

More specifically, there are three different tactics it bases itself on, all relying on taking the previous result and either rotating right or left around the selected hand.

When it generates a bot, it will print difficulty and three numbers in a square bracket, where each number corresponds to a level of the following categories:

Regular: It will go either left or right after each game, and for each level it will additionally go either left or right on the nth game. The direction will always be the same for each level for that specific bot.

Reactionary: It will go either left or right or not change the hand depending on what you chose your previous turn. Additional levels will make it look further back on your moves.

Vengance: It will go either left or right or not change the hand depending on the result of the previous match (win, loss, draw). Additional levels will make it look further back on your moves.

Download

Download
rps.py 3 kB

Install instructions

This game is run by running the source through python: https://www.python.org

Leave a comment

Log in with itch.io to leave a comment.