Play game
Debug Loop's itch.io pageResults
| Criteria | Rank | Score* | Raw Score |
| Creativity | #2855 | 3.518 | 3.518 |
| Narrative | #4652 | 2.179 | 2.179 |
| Enjoyment | #4926 | 2.643 | 2.643 |
| Audio | #5009 | 2.500 | 2.500 |
| Artwork | #5014 | 2.732 | 2.732 |
Ranked from 56 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
How does your game fit the theme?
The gameplay is base in create loops of code.
(Optional) What would you like to be called if GMTK features your game?
dmmaia
Leave a comment
Log in with itch.io to leave a comment.



Comments
Really cool idea, I love this types of games!
This was a great take on the idea, I do wish the code didn't reset after everytime my fat hands pressed the wrong key and caused the code not to run properly. The art was very much on point though and reminded me of a lot of the funner programming lessons I use to do before my life became fixing bugs and meeting short sprint deadlines haa. Thank you for that little trip down memory lane
The idea in this one is pretty cool. Good job!
This was cute! The only suggestion I'd have is a line "run()" or "run" that the game detects the enter key on so that you don't have to go from the keyboard to the mouse repeatedly lol
Great job!
I didn't play much since it was very annoying the resetting the scene also resets the code you typed :(
Clanker
This reminds me of the kind of exercise we used to do in high-school, nice
Audio is very experimental, some sounds are off, there is some dissonance for me, I think that synth-whistle like instrument is not a good fit.
On the second level following code didn't work:
```
loop(3) {
move()
}
turnLeft()
loop(3) {
move()
}
```
3 in the second loop should have no influence. I can clearly see that bot shakes when turn on the left so it seems like bot still tries to move in the wall even though there was turnLeft() command
but following code works:
```
loop(3) {
move()
}
turnLeft()
move()
move()
```
It was really fun!
As a SWE I loved this! Tho I wish you could hit 'enter' to run the code!
Very cool idea and executed quite well!! It would be nice if I could come back to my previous code if I fail though.
Very neat! Wish my code wouldn't reset after a failed attempt though.
This is a nerd pleaser! Well done.
Nice idea with a really cute look!
Always having to start from scratch after each execution was pretty annoying and it would be nice to see the line of code that is currently running highlighted to make it easier to see what’s happening /debug. Otherwise it’s pretty cool already.
i have a soft spot for game about coding, and i think yours has potential. for a future release it would be nice to have some features like a list of valid commands, or the possibility of reuse your previous script and edit it
The game seems to be very buggy. I tried multiple styles of coding, (like loop in one line {}), but nothing worked in level 2. That's sad, because the game has a cute artstyle, good audio and nice idea. I would really like to play it to the end.
the music fit the theme of the game well but was a bit grating on the ears after repeated listens - otherwise loved the concept
Good game, like other comments it should be great if the code was saved between tries ! Also it seems that making 2 loops in same code is not working (so hard to pass level 3 without a lot of lines). Played on web version.
really like the concept of movement and the concept of the game, like really making a game, but maybe there is a little problem with the screen size like it doesn't fit
I must to rewrite whole the scripts when i restart, this is a bit annoying. :(
Btw, good work!