Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 595 Bytes

File metadata and controls

31 lines (17 loc) · 595 Bytes

Functional Blackjack

This project contains all code necessary to play an epic game of functional blackjack.

Running Instructions

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

Running from Code

$ lein repl
backtype.blackjack.core=> (-main)