Bots ==== Guide on writing custom AI/bots for Unnatural Worlds. Bots act as a client connected to the game server. The server generally makes no assumption on whether a connection is a bot or a regular player. Specifically, bots cannot cheat - no more than a regular player could. .. toctree:: setup setupPython programOverview programSafety performance troubleshooting