Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Thank you! I was surprised myself how well the AI worked out… because they follow SUPER simple rules:

  • If Baseball Diamond is on the field, go for it
  • If someone else has it, chase them
  • If you are within range to throw a bomb, throw one
  • If you are outside that range, do a homing bomb instead
  • If someone gets too close to you, hit them with a bat or slide
  • If you have the diamond, compute the point on the map that is farthest from any player, and run to it

And then each AI gets a differently tweak set of configs related to how fast they turn, aim, react to bombs, etc.