Comments

Log in with itch.io to leave a comment.

I know nothing about code, but I'm intrigued. I've been able to fix the controls and that's it. I've no idea how to make the apples function.

Hi, making the apple work is the hardest challenge in the "game" since there are multiple layers of game breaking bugs. I wanted it to be fixable even by people who don't have debugging skills so there are mainly coordinate mismatches and typos in function/variable names. The "Oops [something] not defined" screen is supposed to hint you at spelling mistakes in the code. Unfortunately I hadn't enough time to make this system catch every syntax errors so if you don't know about coding you could add mistakes, the game wouldn't work at all without giving feedback to tell you why.


Hint : the apple isn't drawn in the right place AND the collision detection logic is wrong (I was feeling evil).