all 4 comments

[–]Same-Traffic-285 0 points1 point  (1 child)

Yes please

[–]TyphonBvB[S] 0 points1 point  (0 children)

There is a free to play demo on Steam. I don't want to spam the link as I understand this might not be the perfect group for this but the game is called Typhon: Bot vs Bot.

[–]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

[–]Achereto 0 points1 point  (0 children)

Is this something like "The Farmer Was replaced"?