[QUIZ] Lost Cities (#51)

Oh - and there's a bit there that I had commented out because I had the
thought that the actions of one player don't affect the other (and thus,
could quite happily play just against themselves). Then I remembered
about the discard pile, so you should probably uncomment out that bit to
let players play against each other.

···

#~ if(Player.players.size > 1)
    #~ Player.players.each_combination(2, &play_proc) #~ else
    Player.players.map{ |x| [x,x] }.each(&play_proc) #~ end

puts

#####################################################################################
This email has been scanned by MailMarshal, an email content filter.
#####################################################################################