blackjack_java A Blackjack game in Java This is a really simple Blackjack game with a GUI interface. Build Execute: ant dist This will create a new Jar file in the dist/ directory. Play Execute: java -jar dist/blackjack-20150327.jar This will launch the blackjack program GUI ready to play!