I'm a complete newbie here, so if I missed something, let me know :-)
Learning Godot with 'Dodge the Creeps' I want to point out some things. (using Godot Engine v3.2.3.stable.official on Linux)
I think I found a mistake in the tutorial. In the chapter about the enemies, there is 'CapsuleShape2D' . I couldn't find that node, I guess it should be 'CollisionShape2D'.
[EDIT]
another thing that I don't get, that is when pressing the play button, the option to choose which script to start from, as described in the tutorial when testing the code after coding 'Main.gd'
Because I don't get the enemies to show up in the test after the chapter about the 'main' scene, I decided to look for, and I found the finished game code. First thing I always do when using existing code to check my code, is testing it.
To my surprise I found out it does not work, when debugging the downloaded code it did not run. After pressing the start button, nothing happens, and no errors are shown.
So, I don't quite trust the tutorial because of the error (what else can be wrong), and I don't trust the downloadable code of the finished project because it doesn't play...