This project is a bot for the card game Ligretto. It is written in Clojure.
You can check out the bot in action here.
- lein
lein run
lein repl
lein test
SERVER_PORT
: The port the server will listen on. Defaults to4201
SERVER_HOST
: The host the server will listen on. Defaults to127.0.0.1