From: Florian Gross Date: 2005-01-26T05:15:48+09:00 Subject: Re: [QUIZ] Paper Rock Scissors (#16) Jacob Fugal wrote: > This 'cheater' isn't gauranteed. Try it against this naive random player: > > def choose > [ :paper, :scissors, :rock ][ rand(3) ] > end Still, even in that situation you will pick an attack against a random invalid move which means you'll still have a 50% chance of winning.