Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Score rock-paper-scissors #79

Open
tkellehe opened this issue Jan 13, 2017 · 1 comment
Open

Score rock-paper-scissors #79

tkellehe opened this issue Jan 13, 2017 · 1 comment

Comments

@tkellehe
Copy link
Owner

tkellehe commented Jan 13, 2017

http://codegolf.stackexchange.com/questions/106496/score-rock-paper-scissors

21 bytes

1220200Ḷ2ėạȥḃ1€Ė⁻ạɲ⁻1

My answer

Try it:)

@tkellehe
Copy link
Owner Author

tkellehe commented Jan 14, 2017

21 bytes

Another way to do the same thing with the same number of bytes, but slightly different.

Ḷ2ạḃ1ȥĖ€1002022Ċ⁻ạɲ⁻1
Ḷ2ạḃ1ȥĖ€              # 
Ḷ2                    # 
  ạ                   # 
   ḃ1                 # 
     ȥ                # 
      Ė               # 
       €              # 

Try it:)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant