Author | Message |
---|---|
rabbott
Posts: 1649
|
Posted 23:10 May 13, 2012 |
These non-Java bots are installed. AntaresBot.py is Python; Ants.exe is C++. They have both been installed in the bots directory.
To run AntaresBot.py include the following as one of the Bots "python bots/AntaresBot.py" ^
To run Ants.exe include the following as one of the Bots
"bots/Ants.exe" ^
For example when I run the following
... Dropbox\CS_460_Ant_programs> PlayAGame4a GreedyStarter HV_Bot
GreedyStarter, HV_Bot (both Java) play against AntaresBot.py and Ants.exe.
Script PlayAGame4a has AntaresBot.py and Ants.exe built in.
Antares.py seems to get stuck immediately. HV_Bot does well, but it crashes
once it razes some other team's hill.
Last edited by rabbott at
23:12 May 13, 2012.
|