# Enemy Movement

This set of tutorials covers how to create enemy movement in a platformer game. Enemies in many platformers move horizontally until hitting a wall or the edge of a platform, then turn around.

{% embed url="<https://youtu.be/htFJTiVH5Ao?t=4927>" %}

This tutorial creates an Enemy entity which uses Platformer physics, but is fully controlled by logic rather than input devices like the keyboard.
