Vlek / blackjack-cli

A Python-based Blackjack CLI Game
2 stars 0 forks source link

Add 'hit' subcommand #4

Closed Vlek closed 3 months ago

Vlek commented 1 year ago

In order to start a game of blackjack, we need to be able to say hit.

This should do different things based on whether we have already initialized a game:

All should display the current state of the game first beforehand: Player: : Dealer: ?: ?

Vlek commented 1 year ago

Should we also add 'draw' as an alias?

Vlek commented 3 months ago

Done. :)