Skip to content

pvlugter/ants

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Scala port of the Clojure ants demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages