Robot Rumble ALPHA
discord
try it!
boards
tutorial
docs
login
/
signup
function robot(state, unit) { if (state.turn % 1 === 0) { return Action.move(Direction.East) } else { return Action.attack(Direction.South) } }
Made with <3 by Anton and Noa
github org