Home > antsy

antsy

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

Scala version of Ants simulation

Antsy

Antsy is based on the Clojure ants simulation by Rich Hickey, and ported to Scala using CCSTM, Spde, and HawtDispatch.

This is a variation of the Ants simulation that uses Akka.

Requirements

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

Running

First time, sbt update to get dependencies:

sbt update

To run Antsy use sbt run:

sbt run

Self-contained jar

Rather than building from source there is also a self-contained proguarded jar in the Downloads section.

Run with:

java -jar antsy-0.1.jar

Notice

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

Here is the original notice:

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.