Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 490 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 490 Bytes

Blackjack Game

Simple Blackjack/21 implementation in Java.

Code Smells

asciicast

Requirements

  • JDK 11

Build and run

./mvnw package
java -cp target/blackjack-*.jar com.github.haibbi.blackjack.Engine