Deal cards for FreeCell: Difference between revisions

Content added Content deleted
(Updated to work with Nim 1.4.)
m (added related tasks)
Line 60: Line 60:
Write a program to take a deal number and deal cards in the same order as this algorithm.
Write a program to take a deal number and deal cards in the same order as this algorithm.
The program may display the cards with ASCII, with Unicode, by drawing graphics, or any other way.
The program may display the cards with ASCII, with Unicode, by drawing graphics, or any other way.

<br><br>
Related tasks:
* [[Playing cards]]
* [[Card shuffles]]
* [[War Card_Game]]
* [[Poker hand_analyser]]
* [[Go Fish]]



=={{header|Ada}}==
=={{header|Ada}}==