Talk:Poker hand analyser: Difference between revisions

From Rosetta Code
Content added Content deleted
(→‎extra credit suggestion: extra credit suggestion. -- ~~~~)
m (→‎extra credit suggestion: elided the "hard" part. -- ~~~~)
Line 11: Line 11:
==extra credit suggestion==
==extra credit suggestion==


It would be real interesting to program (for extra-hard credit) adding two jokers to the deck,
It would be real interesting to program (for extra credit) adding two jokers to the deck,
adding a few complications:
adding a few complications:
:::*   duplicates would be allowed   (for jokers only)
:::*   duplicates would be allowed   (for jokers only)

Revision as of 10:02, 11 December 2013

Suggestions

Hi, just some suggestions on the task. (Nice one by the way):

  1. You might ask people to show their output on this page.
  2. You might want to flesh out the examples so that there is an example of each type of hand

--Paddy3118 (talk) 16:28, 10 December 2013 (UTC)

I made those changes so Perl 6 will need those (slight), updates. --Paddy3118 (talk) 17:23, 10 December 2013 (UTC)

extra credit suggestion

It would be real interesting to program (for extra credit) adding two jokers to the deck, adding a few complications:

  •   duplicates would be allowed   (for jokers only)
  •   five-of-a-kind would be the highest hand

-- Gerard Schildberger (talk) 07:58, 11 December 2013 (UTC)