Skip to content
Snippets Groups Projects
Commit 96206865 authored by Sarah CHERCHEM's avatar Sarah CHERCHEM
Browse files

BoardBehavior : add the methode updateToNextGeneration

parent b5eece0a
Branches
No related tags found
No related merge requests found
package model;
import util.Position;
import java.util.List;
public interface BoardBehavior {
int stepNumber(); // Numéro de l'étape actuelle.
List<Position> updateToNextGeneration();
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment