karan / Projects

:page_with_curl: A list of practical projects that anyone can solve in any programming language.
https://twitter.com/karangoel
MIT License
44.58k stars 10.52k forks source link

Rock-Paper-Scissors #75

Open tiikeri opened 8 years ago

tiikeri commented 8 years ago

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:

vdrey commented 8 years ago

And I thought Rock, paper, scissors, lizard, spock was excessive.....

On Mon, Jul 13, 2015 at 4:48 PM Viktor Ahlström notifications@github.com 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:

— Reply to this email directly or view it on GitHub https://github.com/karan/Projects/issues/75.

tiikeri commented 8 years ago

@vdrey I made RPS25 with the messages of why object beats object (like "water erodes rock"). Check it out.