Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 246 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 246 Bytes

BlackJack

Game Rule

Get 3 card and sum all the cards

The player or AI who is near the number of 21 will win this game.

This is my first project of makeing Functional programming

  • Common
  • Initialize
  • Shuffle
  • Split
  • Rule
  • Draw