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.
- Host: GitHub
- URL: https://github.com/sritchie/blackjack
- Owner: sritchie
- License: epl-1.0
- Created: 2011-05-14T20:36:43.000Z (about 14 years ago)
- Default Branch: develop
- Last Pushed: 2011-05-25T20:28:36.000Z (about 14 years ago)
- Last Synced: 2025-03-23T20:36:42.257Z (3 months ago)
- Language: Clojure
- Homepage:
- Size: 155 KB
- Stars: 17
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 runningcake 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)