Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 335 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 335 Bytes

Blackjack Trainer

This is a simple command line Blackjack game that gives you feedback based on the basic strategy.
Source of the basic strategy: https://en.wikipedia.org/wiki/Blackjack#Basic_strategy

The motivation was to learn Haskell.

Building

$ cabal build blackjack-trainer

Running

$ cabal run blackjack-trainer