Demo actually works now!!!
AI Bot Bash is an Artificial Inteligents programming game for super nerds like me! I'm intending it to be a play by e-mail games but I'm seriously consideing making it a web based compition game where you submit your robots/tanks teams and they battle it out in a competition.
anyhow, it's still at a very eary stage and the graphics suck right now. Also the tanks don't destroy anything, but you get the idea.


If you want to try to write your on AI for the tanks you can load the script in the scripts folder and modify it. The code is based on FPS Creator's scripting language and is fairly simple
example
:state=0:radarrange=100,radarviewangle=90
:state=0,enemyseen:movefore
These commands first set up a radar, and then tell the tank to move foreward if an enemy is seen in radar.
:state=0: This is the condition block, it's always true or false
There can be multiple conditions
:state=0,enemyseen: If all conditions are true, then the actions after the conditions are activated
Here is the files for you to play with.
Download Demo Files Here
you can update the AI script live by hitting the U key.
AI Bot Bash is an Artificial Inteligents programming game for super nerds like me! I'm intending it to be a play by e-mail games but I'm seriously consideing making it a web based compition game where you submit your robots/tanks teams and they battle it out in a competition.
anyhow, it's still at a very eary stage and the graphics suck right now. Also the tanks don't destroy anything, but you get the idea.


If you want to try to write your on AI for the tanks you can load the script in the scripts folder and modify it. The code is based on FPS Creator's scripting language and is fairly simple
example
:state=0:radarrange=100,radarviewangle=90
:state=0,enemyseen:movefore
These commands first set up a radar, and then tell the tank to move foreward if an enemy is seen in radar.
:state=0: This is the condition block, it's always true or false
There can be multiple conditions
:state=0,enemyseen: If all conditions are true, then the actions after the conditions are activated
Here is the files for you to play with.
Download Demo Files Here
you can update the AI script live by hitting the U key.