This is an enemy that will chase the player, but not directly. It can over-shoot and it is possible to dodge it even though it's speed is 2x the speed of the player. Feel free to use this in your own project. Use the arrow keys or the WASD keys to move. Numbers 1-3 will switch the Backdrop. Press 'e' for debug mode. Here you can see the guide the enemy uses to find you, and the enemy velocity. You will also be INVINCIBLE. I have made a similar version of this game that uses clones instead: https://scratch.mit.edu/projects/239507135/#player
Concept, code and sprites by me. @FissionIX Music used: • Tumbler - World of Goo Changelog: ► V1.0 - released 9 Aug 2018 * Core mechanics introduced ► V1.1 - released 14 Aug 2018 * Added some music * Added "Debug Mode" * Enemy now slows down to turn around * Added more code to the enemy rotation section so turning is less buggy. ► V1.2 - released 6 Feb 2019 * Added WASD keys as a method of movement * Added Bell toll as death sound * You can now switch the backdrop using the number keys. There's only 3; I know its lame but i'll probably add more later. ► V1.3 - released 25 Aug 2019 * Made the enemy faster * Made the player slower * Adjusted some algorithms