PythonBots

Rodrigo Setti
22/08/2008

Overview

Links

About

PythonBots is a programming contest where programmers, or players, write robots in python to fight in a virtual arena. Wins the robot who stand alive last, the objective is to kill all oponents shooting them.

The programming is very easy, thanks to python itself and to a very simple interface. The player has only to create one python file(module) with only on function that takes input parameters read from the world and output decisions like moving, turning or shooting. There are some examples.

The graphics are not very fancy, using pygame and only simple drawing primitives. But yet the game its very exciting and fun, even though all you do after programming your bot is watch it trying to beat your friends.

It's possible to configure several matches for championships and also run it without graphics for fastest results.

Other projects from same author: