Clarify controls meaning
[rpsls-bot.git] / README.md
CommitLineData
d666e771
BA
1# Rock-Paper-Scissors-Lizard-Spock
2
3A simple bot to play this game, following ideas from [this article](https://www.his.se/PageFiles/8158/Henrik_Engstrom.pdf).
4
5The rules are given by Sheldon in episode 8 of season 2 of TBBT (The Big Bang Theory).
6
7---
8
cbf21c9f 9[Online demo](https://auder.net/rpsls/)
d666e771 10
6fac12b0
BA
11Winning should be difficult after a few dozens of rounds, because it's hard to play at random.
12
13Setting "draw is lost" and/or increasing number of inputs can improve bot level.