Comments

Log in with itch.io to leave a comment.

Viewing most recent comments 41 to 45 of 45 · Previous page · First page
(+1)

I like this, but stuck on the level with 1 box and four Xs. It seems like I need to duplicate the box somehow, but I'm not sure how; I'd thought that maybe I had to call the "Run Code" block twice for the box or something, but I've tried a few variants and that didn't seem to do anything. I also thought maybe using that for the walls would let me push those but, nope!

You can’t duplicate boxes, so you’ll have to make the best with what you have.

I think that's as far as I get, then; if I could push the walls I could understand this, but whatever the level's asking of me, I don't get it. Thanks though!

you can push walls, use the "brick ahead?" block with "run code for thing ahead" block

My years of mopping floors at IBM have finally paid off!

(+1)

Due to an unknown reason I can't connect lines with Ctrl + LMB in this level

I had it happen for that and the next level on different occasions, but they worked when I restarted.

Hmmm, I'll have to look at that, thank you; I wonder what the bug is...

This issue should be fixed now. Apologies for the trouble

(1 edit) (+1)

I feel dumb but I can't get this to work at all. I just made the character turn orange -- which I assume means he's selected, but I can't move him, even after adding a "MOVE" box and connecting it to the "START" box, pressing the play button, and using both arrow and WASD keys. Maybe clearer instructions would help

(+1)

You need to connect the "START" box towards the "MOVE" box, not the other way around, because the code will go in a specific order based off in what order you connect the boxes.

(2 edits)

I have no idea what’s going on with this game. I know there’s the question mark at bottom right to get control info at any time, but this isn’t super helpful…

Some problems I had whilst playing:

  • First level shows arrows + z controls, but these do nothing until entering play mode. This wasn’t clear as it does nothing at the start, and I had a few times I was trying to edit code during play and confused why it did nothing. I had expected play mode would do something the moment I pressed play, I thought the controls were automated. Probably these control instructions should only appear whilst in play mode, and remove the editing instructions whilst in play.
  • The mouse controls are really tricky to use…
  • At some point, I lost the ability to draw connectors between nodes. Maybe a bug, or maybe I don’t get something. I retried and same thing happened again, but always a few levels in.
  • Idk what to do with the empty code block. The level I got stuck on shows something like a conditional, which I’d guess is related to that empty block, though I couldn’t figure out how to fill it in with an instruction. I see the move and end blocks, though number 2 is blank for me.
  • There was a level that mentioned that you can have up to two outputs from a node. Idk what that means, how that’s useful or what? I beat that level without doing that.
  • I’m now stuck on the first box level, I really have no clue what I’m doing, but I tried…

Oh there’s more than just three node types! I had thought there was only 1, 2 and 3 because the ? help screen only shows 123. Super dumb I know, but that’s what was causing a lot of confusion for me

Ah! I wonder how the pictogram could be better... maybe I should just list all the keys instead of being ambiguous.

Viewing most recent comments 41 to 45 of 45 · Previous page · First page