Home - nubank/robocode-clojure GitHub Wiki

Welcome to the robocode-clojure wiki

This wiki is home to additional documentation intended to complement the README.

Installing Prerequisites on macOS

You must have a working installation of Clojure, Leiningen, and Robocode for robocode-clojure to properly work. The following steps walk through how to install these prerequisites from the command line on macOS.

  1. Install Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  1. Install Clojure
brew install clojure/tools/clojure
  1. Install Leiningen
brew install leiningen
  1. Install Robocode
  • Download the latest version of Robocode from SourceForge
  • Note: Replace robocode-a.b.c.d-setup.jar with the filename of the Robocode installer
    java -jar ~/Downloads/robocode-a.b.c.d-setup.jar