Skip to content

apinkin/planetwars-python-kit

 
 

Repository files navigation

This package in an alternative python starter kit for Planet Wars AI Challenge.

http://ai-contest.com/

MyBot.py is a sample bot - feel free to modify and test your changes.

Requirements:

* Python 2.5
* Java 1.6

[1] To run a game against a DualBot on map 5, run

$ ./dual.sh 5

Take a look at the log: MyBot.log


[2] To play all sample bots on all 100 maps, run

$ ./batch.sh

This will take a few minutes to run..

[3] To play other people's bots in REAL TIME without having to submit
your code to the contest server, compile TCP.java run

$ javac TCP.java 
$ ./tcp.sh

See http://www.benzedrine.cx/planetwars/ for more details. 
Thanks dhartmei for setting up the server!

[4] To replay a game locally after is has been played on the server, run
replay.sh script and pass game page URL as a parameter. 
This is very useful for debugging your bot.

$ ./replay.sh http://ai-contest.com/visualizer.php?game_id=4607627

Enjoy, and good luck on the battlefield!

-RebelXT

About

An python interface to the second Google AI-Contest (PlanetWars) at http://ai-contest.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 36.0%
  • JavaScript 34.7%
  • Java 25.1%
  • PHP 2.1%
  • Shell 2.1%