#!/bin/bash

### Set the simulation-specific parameters
BASEDIR=/Users/testaccount/Roborobo/
CONFNAME=hivemind_p
TESTNAME=hivemind_p1
ARENANAME=box3
ARENAZONESNAME=box4_zones
ARENA_SIZE=500
offsetX=25
offsetY=25

### Run the simulation
cd $BASEDIR
. ${BASEDIR}run_general.sh