https://github.com/spring/python
Python AI Interface plugin for the Spring RTS engine
https://github.com/spring/python
Last synced: 10 months ago
JSON representation
Python AI Interface plugin for the Spring RTS engine
- Host: GitHub
- URL: https://github.com/spring/python
- Owner: spring
- Created: 2010-06-14T12:22:05.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2022-01-09T15:06:50.000Z (about 4 years ago)
- Last Synced: 2025-03-25T21:51:13.439Z (11 months ago)
- Language: Python
- Homepage:
- Size: 86.9 KB
- Stars: 14
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# Howto setup
1. Get the clean spring sourcecode:
git clone git://github.com/spring/spring.git spring
cd spring
2. Get the _Python AI Interface_ code into the right folder
git clone git://github.com/spring/Python.git AI/Interfaces/Python
3. When Python is detected, the AI Interface will be compiled with spring:
cmake .
make
That's it!