Skip to content
forked from spring/Python

Python AI Interface plugin for the Spring RTS engine

Notifications You must be signed in to change notification settings

gcopeland/Python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

Python AI Interface plugin for the Spring RTS engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 64.7%
  • C 32.1%
  • Lua 2.5%
  • Shell 0.7%