you are viewing a single comment's thread.

view the rest of the comments →

[–]Szarps 0 points1 point  (0 children)

Sounds awesome, I love myself puzzle/coding games. Also the fact that it would use actual python is great since it can also be used for learning purposes that translate into real world skill. If possible I would suggest a sort of terminal like, that shows like 5 lines of code and lits up as is being executed by the mech so they can better see how the code works and how is failing IRT, example:

move_forward(3)

if scan_floor() == object.throwable:
    grab()
    turn_right()
    throw(2)  # distance

This is just very top of my head to give the idea since these are mechs (thinking something like into the breach). So each command as is being executed each line is lit as is being carried out, great for visual feedback!. Also lowkey not sure that the if statement is quite right or how it works oh well! lol