Skip to content

Commit

Permalink
add note about running the simulation
Browse files Browse the repository at this point in the history
  • Loading branch information
jbn committed Feb 12, 2012
1 parent 1bb2952 commit accf2a2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.textile
Expand Up @@ -2,3 +2,19 @@ h1. Flockers In Scala

This is an implementation of a boids-like flocking simulation, written
as part of "a tutorial demonstrating the use of MASON from Scala":http://pathdependent.com/computational_social_sciences/using-mason-from-scala/.

h2. Running

If you are not interested in the tutorial or prefer to read the code first,
you may run setup and run this project by running:

<code>
git clone git://github.com/jbn/FlockersInScala.git
cd FlockersInScala/
./setup_mason.sh
sbt run
</code>

You will be asked to select which executable (main class) to run. For the
Simulation with GUI, select <tt>com.pathdependent.flockers.FlockersWithUI</tt>.

0 comments on commit accf2a2

Please sign in to comment.