Futility is RoboCup 2D Simulation League agent software written by Bill Parrott, Tom Peterman, Nathan Schwermann and Patrick Shields (collectively "Team F(utility)") for the Fall 2011 Software Engineering I semester project at the University of Kansas. It is no longer in active development.
To see it in action (assuming rcssserver and rcssmonitor are installed):
- Set up an Eclipse Java project in the project root.
- Add the JUnit 4 library in the Eclipse project preferences.
- Run
rcssserver
andrcssmonitor
. - Run
./manage.sh compete
from the project root!- For a less computationally-intensive example, run
./manage.sh scrimmage
. - To spin up just one team (e.g. for a competition), run
./manage.sh start
.
- For a less computationally-intensive example, run