
Code Debug Solve Repeat
A coding game by Ahnaf30e, Oxey405 and Remi
Code Debug Solve Repeat is a coding game where your code is run line by line in a loop.
You are in charge of guiding a little cleaning robot through numerous lab tests however someone is trying to trap you there and rewired the exit portal.
To escape out of the loop, you have to drain the portal's battery by completing the room as many times as necessary.
Program your way through looping rooms until you break out of the lab using an assembly-like programming language.

Programming Reference (the game slowly reveals the instructions):
| Command Example | Description |
move | Moves the robot forward |
rotate true|false | Rotate clockwise or counter clockwise |
load $A 3 | Loads 3 into register A (Registers are A-C) |
add $A 1 | Adds 1 to register A |
sub $A 1 | Subtracts 1 from register A |
add $A $B | You can also add or subtract registers |
.something | Creates a label that can later be jumped to |
jmp something | Jump execution to label .something |
jmpeq $A $B something | Jump if $A equals $B |
Read the manual for more on how to program your robot to solve the rooms.

Programming : Remi, Oxey405
Art : Ahnaf30eidiot, Oxey405
Game Design : Oxey405, Remi, Ahnaf30eidiot
Audio : Oxey405
Playtesting : Ahnaf & Friends (👋jmarxwell)
Fonts : Tamzen (github)
| Status | Released |
| Platforms | HTML5 |
| Rating | Rated 5.0 out of 5 stars (1 total ratings) |
| Authors | Oxey405, Ahnaf30e, randomcmd |
| Genre | Puzzle |
| Made with | Aseprite, Godot, Inkscape |
| Tags | 2D, Game Maker's Toolkit Jam, programming |
| Average session | A few minutes |
| Languages | English |
| Inputs | Keyboard |
Download
Click download now to get access to the following files:





Comments
Log in with itch.io to leave a comment.
Out of a lot of games I have seen with a coding mechanic, this feels remarkably polished considering it was made in only 4 days. Got complex quickly but hints made it easy to keep going. Will be playing the rest of this for sure.
Thank you so much for your kind comments! I’ll share that to the whole team !
COOL! I'm interested!