Hey everyone!
The level seems fairly easy you need to put two fences in order to block them from killing the farmers, I succeed in doing that but it still says that I got 3 farmers dead “7/10”, But there is only 6 farmers there.
Did I made a mistake somewhere?
Defence of plainswood level link
My code is fairly simple:
this.moveUp();
this.buildXY(“fence”, 40, 52);
this.buildXY(“fence”, 40, 23);
Thanks in advance lovely programmers!