Advertisement

RTS sandbox

Started by September 28, 2010 10:40 PM
4 comments, last by Emergent 14 years, 1 month ago
I want to play around with RTS(Real Time Strategy) AI, i don't have any time to program my own "sandbox". Does there exist any RTS game(like Close Combat) which i could use for AI sandbox testing so i can build my own "AI" logics from base up?

I'm not sure if this is what you are looking for, but you should check out bwapi for Starcraft: Broodwar.

http://code.google.com/p/bwapi/
Advertisement
There's also the open-source and very pretty Spring RTS, for which you can write AIs in LUA (or C++/Java/etc).
Quote: Original post by oxidized
I'm not sure if this is what you are looking for, but you should check out bwapi for Starcraft: Broodwar.

http://code.google.com/p/bwapi/


That's probably your best best since they use it in a competition:

http://eis.ucsc.edu/StarCraftAICompetition

Open RTS was previously used for competitions as well:

http://skatgame.net/mburo/orts/index.html

Yep this games are thows i was looking for.

I have another question is there any FPS(first person shooter) sandbox for testing AI?
Quote: Original post by PJani
Yep this games are thows i was looking for.

I have another question is there any FPS(first person shooter) sandbox for testing AI?


Quake3/OpenArena, maybe?

This topic is closed to new replies.

Advertisement