I want to make a game on GDevelop that looks similar to the famous mathematic puzzle. The puzzle consists on the player swimming on a perfect circular shaped like lake and having a monster chasing the player around the shore, ready to eat the player when it gets near to the shore, so the player must get to the shore without being catch by the monster. The problem is that the monster can’t swin, but run on the land exactly 4 times faster than the player swins on the water, and will always try to stop the player for going to the shore safely first, so the player must use a strategy.
You can see a simple explanation of this puzzle here Can You Escape The Goblin? [Math Puzzle] - YouTube
and the code of the guy who made the game on Python here GitHub - HackerPoet/GoblinEscape: Simple python game to avoid a goblin
I tried to look on the Python code, but I don’t know Python, so I couldn’t make much of it
Can someone help me reproduce this on Gdevelop?
I already make the player move, win, lose, and restart the game, I just need that the monster try to chase him on that circular way he was supposed to do.
And please, if someone can help me using the put object around position function it would be easier for me.
Thanks!