thezelus / c0de

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

###Sample output from main()###

Creating a new deck of cards

Shuffling the deck

Drawing hands now

First hand {firstCard={suit=SPADES, rank=JACK}, secondCard={suit=HEARTS, rank=TEN}}

Second hand {firstCard={suit=SPADES, rank=TWO}, secondCard={suit=SPADES, rank=EIGHT}}

Winning hand {firstCard={suit=SPADES, rank=TWO}, secondCard={suit=SPADES, rank=EIGHT}}

Shuffler result with n = 18 [2, 6, 4, 13, 3, 15, 16, 9, 18, 10, 7, 12, 8, 1, 14, 17, 5, 11]

About


Languages

Language:Java 100.0%