Charlie Lutaud - 2013-05-21

Hi all,
I post here because I don't find how to contact you.
First Congratulation! what a beautiful project!

I want to help, I have played with robocode but I don't like Java, to see the same thing in Python is very great!

I have read a part of the source code (gameFile, Classes) to understand the robot API.

I suppose that in the future there will be more actions/evenments (shot succesful? scanned robot position or distance? velocity? bullet power? collision? getter for environment variable? (map size? number of enemy left?)

To resume a lot of informations to let us make some smart robots.

So my questions are:
-Is there an IRC?
-I need some help to begin, I Usually use gitHub so I'm a little lost here,
-can we fork the project, how do I make a sub-branche of python robocode?
-Who work on what? (I have detected some few bugs, how can I tell you?

(this bug is for test robot from the editor, the subprocess.Popen command begin with 'python2.6' ; and I can't install older than python 2.7 from the repository (linux Mint 14), I could compile the 2.6 but it could be easier if the command begins with just 'python' who points at the default python version installed.)

See you soon!
Charlie