Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 439 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 439 Bytes

Blackjack

A two-player (User vs Dealer) game of Blackjack

Documentation

  • For the documentation of the code, see here.

Notes

  • The code is written such that it can naturally be extended to handle more than two players.

Reference

  • The rules for the simplified version of Blackjack were taken from here