This project contains all code necessary to play an epic game of functional blackjack.
NOTE: The project uses a text interface, and must be run in a unix terminal.
To run from source, build an uberjar of the project by cding into
the project directory and running
cake uberjar
or
lein uberjar
(I've also attached an uberjar of the current project to my email.)
To run the game, all that's needed is:
java -jar blackjack-standalone.jar
$ lein repl
backtype.blackjack.core=> (-main)