Home > ants

ants

Ants is a project mainly written in Scala, it's free.

Scala port of the Clojure ants demo

Ants

Ants is based on the Clojure ants simulation by Rich Hickey, and ported to Scala using Akka and Spde.

Ants can also be found as a sample in Akka.

Requirements

To build and run Ants you need Simple Build Tool (sbt).

Running

First time, sbt update to get dependencies:

sbt update

To run Ants use sbt run:

sbt run

Original Notice

Ants is based on the Clojure ants simulation by Rich Hickey.

Copyright (c) Rich Hickey. All rights reserved. The use and distribution terms for this software are covered by the Common Public License 1.0 (http://opensource.org/licenses/cpl1.0.php) which can be found in the file cpl.txt at the root of this distribution. By using this software in any fashion, you are agreeing to be bound by the terms of this license. You must not remove this notice, or any other, from this software.

Previous:helen_app1