HowToBuildAriannexp: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>StephenIerodiaconou |
No edit summary |
||
| Line 26: | Line 26: | ||
Then if everything went OK, you will have two main directories: |
Then if everything went OK, you will have two main directories: |
||
<pre> |
<pre> |
||
./AIGladiator/AIGladiator |
./AIGladiator/AIGladiator |
||
This is a test client for connecting to gladiators and fighting ( for you ). |
This is a test client for connecting to gladiators and fighting ( for you ). |
||
It does nothing and is not interactive. |
It does nothing and is not interactive. |
||
./libFramework/pyarianne |
./libFramework/pyarianne |
||
This directory contains the module needed to develop your own python clients. |
This directory contains the module needed to develop your own python clients. |
||
Have a look at test.py and execute it by doing |
Have a look at test.py and execute it by doing |
||