Help with Game Lab

Hi Everyone! My class is working on Unit 3 Designing a Game. To begin, we’re practicing coding the Cake Defenders game that is given as an example in the Unit. However, although the code looks fine, its not working! https://studio.code.org/projects/gamelab/LRIZunT3Rzd5aQm8f0Vy4w

Does anyone have any ideas about this? Thanks for your help!

Line 18 has two sets of ()

  displaceEnemies()();

It should only have one.

  displaceEnemies();

Just saw that my remix

Amazing! Thank you!!!