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 was archived by the owner on Mar 2, 2026. It is now read-only.
* @return an array of integers. the 0 index contains the x-coordinate and the 1 index contains the y-coordinate.
*/
abstract public Cell firstCell();
/**
* Obtain a cell selected by the user in order to perform an action on it.
* @return an array of integers. the 0 index contains the x-coordinate and the 1 index contains the y-coordinate. If the user wants to change the action, the return is -1,-1.