Full Unity 2D Game Tutorial 2019 – Simple Enemy AI In this section of the tutorial we will go over creating an enemy and giving it simple AI to follow the player. We will also give the enemy some colliders so it can detect collisions with other objects. Full Unity 2D Game Tutorial 2019- Creating […]
pseudo code
Game AI: Finite State Machines

Game AI is one of the main reasons people will continue to play a game again and again. Games without good AI tend to lack any replay value. An example of really bad AI is Aliens: Colonial Marines. Just check out this video of someone playing on ‘Hardened’ difficulty and not even needing to shoot […]