Blackjack text-based game. Download dist/blackjack.jar and run the game using java -jar blackjack.jar, it requires java 1.6 .
Run java -jar blackjack.jar -help for helping messages and options.
The source of game is in src folder, src-test contains junit tests.
You can run the tests executing ant -buildfile deploy/build.xml tests.
For recreating the jar distribution run ant -buildfile deploy/build.xml.