This level seems pretty interesting.
To be quite honest, I was too lazy to write the toBinary
function from scratch and just did number.toString(2)
.
Perhaps we could blacklist Number.prototype.toString
in this level, hopefully this can be done in a way that doesn’t break the game engine like the last time. Or perhaps just use a hacky regex again.