Thread: bot sdk
View Single Post
bot sdk
Old
  (#1)
stross
Member
 
Status: Offline
Posts: 3
Join Date: Feb 2007
Default bot sdk - 26-02-2007

Hi, I have to realize a generic architecture to modelize behaviors. So I look for a "SDK" to realize a bot (any game is OK for me).

I don't know which one to choose, cause I don't want to loose time (I realize a work placement) with technical problems, I just want to focus on the architecture code.

So I look for something like a template that permit to get the bot perceptions in a symbolic way (ENEMY_IN_FRONT(enemy1), AMMO_LOW, ....), and to act via bot effector easily (SHOOT(enemy1), GET_AMMO, ...). With this type of template I will just have to focus on the decision mecanism, which is interrest me.

Is there someone who can lead me in the choose of a template like this?

thanks

Stross
  
Reply With Quote