The bot tag has no wiki summary.
0
votes
0answers
94 views
How to manage own bots at the server?
There is a game server and people can play in game rooms of 2, 3 or 4. When a client connects to server he can send a request specifying a number of people or range he wants to play with.
One of this ...
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 ...
1
vote
3answers
282 views
What makes it hard to protect from hacks/bots in BF3 and Quake Live?
After playing these games, asking other players/admins, and reading online I am led to believe that Quake Live and Battlefield 3 are frequented by bots and there are plenty of hacks of various kinds. ...
6
votes
5answers
1k views
Persistent game where you program your own bot(s) [closed]
I'm looking for an online game with a persistent world where you are allowed to code (and add) your own 'players' (it can be in any language / script).
A sort of RTS but for bots.
Does that even ...
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
687 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 ...