Select Git revision
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
PlayStrategy.java 116 B
package model;
import javafx.scene.paint.Color;
public interface PlayStrategy {
Color play(Cell startCell);
}