Select Git revision
PlayStrategy.java
Forked from
TRAVERS Corentin / flooding-template
2 commits behind the upstream repository.
TRAVERS Corentin authored
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);
}