Hacker News new | ask | show | jobs
by tensaix2j 4533 days ago
Is it possible to convert that to ruby? Does BWAPI work with ruby?
1 comments

Here'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.