X-Git-Url: https://git.ucc.asn.au/?p=progcomp10.git;a=blobdiff_plain;f=src%2Flink%2FC%2FREADME;h=9afcc16778ad09b0f1bdb896c0391580033beb4a;hp=7f0a970f1efd9717742ebbae80ad30f6a12b739c;hb=13eb5cad5dedf0cc7a01f7f8d50812b14288e71d;hpb=bde6a9634c116c190cb631e962ccda551503a5c5 diff --git a/src/link/C/README b/src/link/C/README index 7f0a970..9afcc16 100644 --- a/src/link/C/README +++ b/src/link/C/README @@ -1,5 +1,7 @@ Welcome to the C SDK and link library. +If you want to enter in C, you've come to the right place. + == Compiling and testing the sample bots == Run "make" in this directory. To include them in the @@ -7,6 +9,9 @@ Run "make" in this directory. To include them in the == Making your own agent == See wiki page. +Also, use the link/bundle-agent.sh shell script - it will take your agent file +and make a python module that you can include. + = Testing your own agent = Edit src/simulate.py. Your agents live in link.C.c_agents