Robot Rumble ALPHA
discord
try it!
boards
tutorial
docs
login
/
signup
import math def robot(state, unit): global debug move_dir = Direction.South found = state.obj_by_coords(Coords(unit.coords.x + move_dir.to_coords.x, unit.coords.y + move_dir.to_coords.y)) print(f"{unit.coords.x}, {unit.coords.y} is looking south at {found}")
Made with <3 by Anton and Noa
github org