Coding Games and Programming Challenges to Code Better
Send your feedback or ask for help here!
Created by @nicola,validated by @kitarotao,@cedricdd and @zyzoo.
If you have any issues, feel free to ping them.
Coding Games and Programming Challenges to Code Better
Send your feedback or ask for help here!
Created by @nicola,validated by @kitarotao,@cedricdd and @zyzoo.
If you have any issues, feel free to ping them.
Some tests seem to have several solutions. For example for “a key on the ground” I get among others:
x2
x2 tl
p1 x2 tl
p1 x2 p2 tl
p1 x2 tr p2 tl
Seems valid, too, right ?
Hi,
x2 can’t be the only/last instruction since it will run twice the next instruction.
Hi,
Yes, that makes sense but I thought it was a valid instruction anyway…
Thanks for the help.