An open API service indexing awesome lists of open source software.

https://github.com/sritchie/blackjack

Functional Blackjack, implemented in Clojure.
https://github.com/sritchie/blackjack

Last synced: 3 months ago
JSON representation

Functional Blackjack, implemented in Clojure.

Awesome Lists containing this project

README

        

# 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 `cd`ing 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)