Select Git revision
PongApp.java
Forked from
LABOUREL Arnaud / Game engine template
Source project has a limited visibility.
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);
}