Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 249 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 249 Bytes

High Card

Rules

Player and dealer each draw a card. Highset face value wins unless one draws a wildcard. If both draw wildcards then the highest face value wild card wins.

Run

docker build . -t high-card
docker run high-card