Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 334 Bytes

readme.textile

File metadata and controls

15 lines (9 loc) · 334 Bytes

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:

  • (require '[predators-and-prey.core :as pnp])
  • (pnp/pnp-start)
  • (pnp/pnp-stop)