/predators-and-prey

Dojo exercise that expands on Hungry Balls

Primary LanguageClojureEclipse Public License 1.0EPL-1.0

Predators and Prey

A London Clojure dojo exercise.

Moving on from Hungry Balls we are now going to try and create Predators and Prey and have the Predators hunt the Prey.

Getting started

Start a REPL with lein or cake.

In the repl:

  • (use :reload-all 'predators-and-prey.core)
  • (pnp-start)
  • (pnp-stop)