5 ms·
Is it possible to convert that to ruby? Does BWAPI work with ruby?
by tensaix2j 13y ago
Is it possible to convert that to ruby? Does BWAPI work with ruby?
- omni 13y agoHere's how the hierarchy works: BWAPI is the C++ library that you inject into the Brood War process. JNIBWAPI is the Java library that uses JNI to interface with BWAPI. Korhal's Clojure API talks to JNIBWAPI. You'd need to insert Ruby somewhere into the process, either talking to C++ or Java.