Skip to content

Ask for Help or Stay Stuck?

Screen Shot 2016-09-01 at 10.25.43 AM

Photo Credit: Code Combat

The last time I wrote about my affinity space I spoke from a place of fear of group participation, while wanting to complete as many levels as possible. Isn’t that exactly what affinity spaces are created for? To accelerate one’s understanding and identification of a chosen discourse? As fate would have it, I have reached a level where I cannot pass without asking for help. I tried for three days to solve the code problem on my own with no luck.

I posted my code and question to the board. With no response after a full day, I’m starting to wonder a few things. Did I categorize my question properly in order to be seen by the right people as quickly as possible? What if that level has a bug? Who am I to tell Code Combat there must be a bug in one of their levels?

In all truth, I could post my question to every category and, although that is probably poor form, it shows that I really want to learn. I truly am sick of this level and want to keep moving. However, I suspect my case is exactly the point the discourse hopes players will land. A place of needing help and the motivation to solve the problem outweighs the desire to stay below the radar.

I’m stuck in the Backwood Forrest  on an If/Else loop that requires me to kill the never-ending supply of munchkins. Here’s my code:

loop {
var enemy = this.findNearestEnemy();
if (this.isReady(“cleave”));
this.cleave(enemy);
else
this.attack(enemy);
}

Whether my code isn’t correct or there truly in a bug in the level, I’m grateful for this point of pressure. It is forcing me to engage and this extra little push is exactly what I needed.

Leave a Reply

Your email address will not be published. Required fields are marked *