You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.
A sorter bot can be attained by other means. The sorter bot can be deployed to a puzzle to gather specific pieces. Each sorter bot is only able to gather one type of piece and can't be re-configured later. The types of pieces would be at first just the general color of a piece, or if a piece has that color in it.
Players that use a sorter bot will have to spend dots to maintain it.
Sorter bots work mostly on the server end. The bot on the client end gets a position that it needs to travel to by a certain timestamp. After it gets there it can send another request to the server for the next position to travel to. The server sends a response back if the bot has found a piece. The bot will follow the directions back to it's target drop point with the piece that it found. Other players can steal the piece that the bot has found; which will cause the bot to look for another piece.
The text was updated successfully, but these errors were encountered:
A sorter bot can be attained by other means. The sorter bot can be deployed to a puzzle to gather specific pieces. Each sorter bot is only able to gather one type of piece and can't be re-configured later. The types of pieces would be at first just the general color of a piece, or if a piece has that color in it.
Players that use a sorter bot will have to spend dots to maintain it.
Sorter bots work mostly on the server end. The bot on the client end gets a position that it needs to travel to by a certain timestamp. After it gets there it can send another request to the server for the next position to travel to. The server sends a response back if the bot has found a piece. The bot will follow the directions back to it's target drop point with the piece that it found. Other players can steal the piece that the bot has found; which will cause the bot to look for another piece.
The text was updated successfully, but these errors were encountered: