= Style = * Use tab for indenting, spaces for alignment. This ensures sanity. (/bin/correct_indent may help you) * C++ Files * Use share/Debug.cc to protect your debug statements, so we don't annoy other people with your stupidness. * Python Files * pFile should be a player file with a DecideNextAction and thus be spipable. * sFile should be a skill file with a perform() method that executes that skill. * hFile should be a helper file that just has helpful methods. * fFile should be a formation file with a selectRole() method. This method should set Global.myRole. * rFile should be a role file with a perform() method that executes the role's behaviour. * tFile should be a testing file that should probably not be in the repository. * lFile should be a learning file that can abide by whatever conventions it likes. * cFile should be a challenge file that can abide by whatever conventions it likes.