Spring PyAI Code
Status: Pre-Alpha
Brought to you by:
thegeorge
| File | Date | Author | Commit |
|---|---|---|---|
| builder | 2010-06-02 |
|
[e69670] log file is now appended (thanks to hoijui) [fix] |
| cross | 2010-05-31 |
|
[2950cc] Initial commit |
| data | 2010-05-31 |
|
[2950cc] Initial commit |
| src | 2010-06-02 |
|
[e69670] log file is now appended (thanks to hoijui) [fix] |
| test | 2010-06-08 |
|
[d75d4a] seperate the console + some bugfixes |
| AUTHORS | 2010-05-31 |
|
[2950cc] Initial commit |
| CMakeLists.txt | 2010-06-01 |
|
[dbfd41] Merge branch 'master' of ssh://thegeorge@... |
| README | 2010-05-31 |
|
[2950cc] Initial commit |
| VERSION | 2010-05-31 |
|
[2950cc] Initial commit |
Howto setup First get the clean spring sourcecode: git clone git://github.com/spring/spring.git spring then get the springpyai code into the right folder git clone git://springpyai.git.sourceforge.net/gitroot/springpyai/springpyai spring/AI/Interfaces/Python and link the nullpythonai to the right folder to get it compiled ln -s ../Interfaces/Python/test/NullPythonAI/ spring/AI/Skirmish/NullPythonAI That's it, when python is detected, the Interface will be compiled automaticly