Tagged Questions
1
vote
0answers
255 views
Quake 3 Bot Programming Example
I would like to implement an intelligent bot for Quake-3. I downloaded the and built the code successfully under Linux. My problem is that I couldn't find any complete tutorial telling me how to build ...
6
votes
4answers
2k views
Programming a MOBA bot: any open-source genre entries or games with an open A.I. API?
So some background: I play League of Legends (LoL) religiously and have a strong background in A.I. programming. In an attempt to put 2 and 2 together I've been trying to implement a bot for playing ...
3
votes
2answers
679 views
How to write AI bots that can autoplay a shoot 'em up game?
In a shoot 'em up game I want to have AI bots that can take up the player's slot and play the game (such as in this video). However they should come with different flavors (varying competency and ...
2
votes
0answers
189 views
Does anybody know any Twitch FPS games that allow you to extensively customize individual bot profiles (OpenArena is one example)
Specifically I would like to mess with the idea of giving each bot a specific "personality" so to speak. Open Arena provides this functionality, and I'm assuming that Warsow/Nexiuz (Xonotic?) may ...
0
votes
2answers
183 views
encircling and counting number of objects in a grid
There is a square grid in which there are empty and filled blocks. A number of contiguous blocks form an object. My bot can find out the status of it's neighbouring 8 blocks (whether they are filled ...
7
votes
4answers
1k views
Open Source AI Bot interfaces
What are some open source AI Bot interfaces? Similar to Pogamut 3 GameBots2004 for custom Unreal Tournament bots or Brood Wars API for Starcraft bots etc.
If you could please post one AI bot ...