| Projects on Google Code | Results 1 - 10 of 16 |
Andy 12/21/09: BWSAL 9.6 and BWAPI 2.5 are up. 9.6 should include 2.5 though so just download that. There is now a UnitGroup and the workings of an information manager and defense manager. UnitGroup has some cool syntactical uses so be sure to read the manual on it.
Andy 12/17/09:
[19:08] <lower...
Use java to control the units of broodwar/starcraft.
It learned good things from [http://code.google.com/p/bwapi/ bwapi].
What is the main difference between [http://code.google.com/p/bwapi-jbridge/ bwapi-jbridge]?
jbridge use SWIG to translate c++ code of bwapi to java.
so it depends ...
= Introduction =
Based on the JNI Java bridge version http://code.google.com/p/bwapi-jbridge/ (thanks)
so NO sockets needed (ala proxybot), all code is run in the starcraft process with direct access to the BWAPI and BWTA and corresponding classes.
This project will allow people writing AIs f...
The current version of the proxy is compatible with the latest version of bwapi. bwapi 2.3.1
[http://bwapi.googlecode.com/files/BWAPI_Beta_2.3.1.zip]
Installation instructions:
[http://code.google.com/p/bwapi-proxy/wiki/Installation]
join us on IRC at: `QuakeNet` #BWAPI
BWAPI project:...
== AIIDE 2010 Competitors ==
The recent speed hack was specifically for competitions such as this, so that developers can test their AIs in style. You should be able to switch between the competition's DLL and the SVN, just don't go to the competition without verifying that your AI works with their...
This is a project for fun.
Maybe you played [http://us.blizzard.com/store/details.xml?id=110000124 starcraft/broodwar] episodes of single player [http://strategywiki.org/wiki/StarCraft/Walkthrough missions] years ago,
thanks to [http://code.google.com/p/bwapi/ bwapi], we can write [http://www.m...
PyBW lets AI agents written in Python play Starcraft Broodwar, by wrapping BWAPI.
==Features==
* Pythonic interface to all BWAPI structures
* An interactive (REPL) console
* BWTA support
* Supports latest version of BWAPI (Beta 2.4)
More information coming soon!
==How to Com...
=pyreplib=
pyreplib is a Python library to read Starcraft's and Brood War's replay
files.
==Installation==
===Requirements===
* Python 2.3 or better
* A C compiler
{{{
$ sudo python setup.py install
}}}
==Usage==
{{{
>>> from pyreplib import replay, utils
>>> rep = rep...
=PvPGN System of statistics for Starcraft=
Used with PvPGN Battle.net emulator working with database MySQL.
These statistics for PvPGN has several more advantages than the standard. The development I have tried to include all the information that may take a PvPGN.
==Main Features==
*...
SCMS is the successor of [http://www.modcrafters.com/wiki/index.php?title=PyMS PyMS], the StarCraft Modding Suite (written in Python). SCMS's goal is to convert and expand on PyMS using C++, have it still be user friendly, and be compatible with both Windows and Mac. Currently SCMS is being develope...