In my previous article, Building Logic for AI in Games - Part 1: Simple Movement, I discussed how I made enemies follow certain paths in my HTML5 game, Infiltration. I then had to figure out how to make enemies see the player. In order to check if an enemy sees the player, I first perform a [...]The post Building Logic for AI in Games - Part 2: Vision appeared first on GameMix.