Robot Rumble ALPHA
discord
try it!
boards
tutorial
docs
login
/
signup
def robot(state, unit): for enemy in state.objs_by_team(state.other_team): if enemy.coords.walking_distance_to(unit.coords) == 1: return Action.attack(unit.coords.direction_to(enemy.coords)) return Action.move(Direction.East)
Made with <3 by Anton and Noa
github org