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