CompiledFrog

Post #12: Dodge the Creeps, Part 3

Today, we resume our journey through the Dodge the Creeps tutorial. In our last post on this (Dodge the Creeps, Part 2), we added the player animation and movement.

The next step is to add the enemies that the player has to dodge. This involves creating the enemy and adding signals to manage the collision between the player and enemy, as well as prepping for what happens when the player is hit (we eventually need to add code that removes the player, shows "game over", and allow the player to restart the game).

Here are two takeaways as I go through this part of the tutorial:

Not done yet, but I'm working on it!

Post12-Photo1_2026-06-04_compiledFrog