Hi!
So I'm making a game with a bunch of different enemies, but the main feature most of them have in common is to chase down the player when they get close. They are each confined to each game screen (which is just the resolution of my game). The other thing I would like them to do is to move only on a vertical or horizontal axis (in other words not diagonally) and move a complete grid square over (the grid being the grid size while editing the game). My resolution is 256x224, and my grid size is 16x16, making each screen 16x14 tiles, for a total of 224 different grid squares per screen.
Any help would be greatly appreciated!