X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=src%2FREADME.txt;h=d59716cd4a7b8982f2abcdeaf042ea8bb3c816e6;hb=a0cb577297def75ed27724fd8812cafeafbe2c73;hp=2dae87d89e3d6551c0f03451d812990b2aa40a77;hpb=a7d23732cff708e83e96df01795d0f96c3f72a3b;p=progcomp10.git diff --git a/src/README.txt b/src/README.txt index 2dae87d..d59716c 100644 --- a/src/README.txt +++ b/src/README.txt @@ -11,7 +11,9 @@ The first thing you'll probably want to do is see it work. Try running: to see the sample agents duke it out. This is a brief overview of the included files and directories: - - SampleAgents.py : the sample agents. This is the bit you care about! + - USINGPYTHON.txt: A guide to writing an agent in Python. + - SampleAgents.py : the sample agents. + - agents/ : where you put your agent. - arenas/ : arenas define which agents play against which, and some other parameters. - link/ : Other languages belong here. - conf.py : has various useful things like the ability to turn on debug support.