LarsGast / DeckOfPlayingCards

Simple code to play with a standard deck of 52 cards
MIT License
0 stars 0 forks source link

Start `deck._index` at 0 #12

Closed LarsGast closed 1 year ago

LarsGast commented 1 year ago

Reset it to 0, and handle the 0-based index in the deck.draw() method.

Closes #9