Tag Archives: creating ai

Creating a Starcraft AI – Part 21: Spiky stars and bad heuristics

First part of this series | Previous | Next | Index

In the last part, I managed to work out some bugs in my in-area jump point pathfinding. Again, let’s climb up a level of my rabbit hole. The end …

Undermind Episode 14!

My guests this week were Antiga, NiteKat, and Locutus. We talked about Diablo 1 re-release briefly, the AITT tournament, and robot boobs. Happy listening!

Here is the YouTube link for the cast:

Creating a Starcraft AI – Part 18: Going to ground

First part of this series | Previous | Next | Index

This time, I’ll continue working on the ground-only pathfinding. Last time I mentioned that BWEM returns a bunch of chokepoints, which are composed of WalkPositions. It looks like this:…

Creating a Starcraft AI – Part 14: Jump point search for jumpy doggos

First part of this series | Previous | Next | Index

What a coincidence in naming. I plan to finish my “derping around with already solved problems while not improving my bot in any meaningful way” adventure with this post. …