View Single Post
Old Mar 24th, 2008, 3:15 PM   #7
andro
Professional Programmer
 
Join Date: Oct 2005
Location: California
Posts: 290
Rep Power: 3 andro is on a distinguished road
Send a message via AIM to andro
Re: Coder's Block Arena - The Game AI Platform

Here's a Java version of the API. It's packaged as a .jar file so just add it as a library resource to your project to use it.

You'll need the line:
import net.codersblock.api.CodersBlock;
at the top of the class you're trying to use it in if your IDE doesn't add it for you.

To use it just instantiate a new CodersBlock object and then it can be used as the tutorial specifies.
Attached Files
File Type: zip cbapi.zip (3.1 KB, 1 views)
__________________
http://www.kevinherron.com/
andro is online now   Reply With Quote