I made a new level called Defenders of the Village. The link to the game is CodeCombat - Coding games to learn Python and JavaScript? Don’t click it yet. I haven’t told you the instructions. You are stuck behind a fence. You have a peasant called Builder and he can build bases. An example of this is
hero.command(peasant, "buildXY", "base", 30, 30)
The cost of it is 90 gold.
After that, your base can summon units for you.
It summons soldiers for 20 gold, archers for 25 gold, griffin-riders for 50 gold, paladins for 70 gold, artillery for 100 gold, and assassins for 85 gold.
Assassins can “shadowVortex”, “wallOfDarkness”, “phaseShift”, “scattershot”, and “blink”.
Hope you have fun!
PM me if you beat it.
I suggest that you make it where you can command not with:
hero.command();
but with:
hero.say();
if that is possible because as @thebagel said, boss stars are restricted.