Projects
Projects copied to clipboard
Rock-Paper-Scissors
I have done the same thing in Python and thought it might be fun to see other people's solutions of it.
Variants of RPS:
And I thought Rock, paper, scissors, lizard, spock was excessive.....
On Mon, Jul 13, 2015 at 4:48 PM Viktor Ahlström [email protected] wrote:
I have done the same thing in Python https://github.com/viktorahlstrom/all/blob/master/python/rps.py and thought it might be fun to see other people's solutions of it.
Variants of RPS:
- RPS-5: Rock, Paper, Scissors, Lizard, Spock
- RPS-7: Rock, Paper, Scissors, Fire, Water, Air, Sponge
- RPS-9: RPS-7 + Gun, Human
- RPS-11: RPS-9 + Wolf, Devil
- RPS-15: RPS-11 + Lightning, Dragon, Tree, Snake
- RPS-25 http://www.umop.com/images/rps25.jpg
- And if you want to really torment yourself, RPS-101 http://www.umop.com/rps101/rps101chart.html
— Reply to this email directly or view it on GitHub https://github.com/karan/Projects/issues/75.
@vdrey I made RPS25 with the messages of why object beats object (like "water erodes rock"). Check it out.