Skip to content

Files

Latest commit

 

History

History
37 lines (22 loc) · 559 Bytes

README.md

File metadata and controls

37 lines (22 loc) · 559 Bytes

ligretto-bot-clj

logo

This project is a bot for the card game Ligretto. It is written in Clojure.

You can check out the bot in action here.

Local Development

Prerequisites

  • lein

Running

lein run

REPL

lein repl

Test

lein test

Environment Variables

  • SERVER_PORT: The port the server will listen on. Defaults to 4201
  • SERVER_HOST: The host the server will listen on. Defaults to 127.0.0.1