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

BoardBehavior : add the methode reset()

parent 96206865
No related branches found
No related tags found
No related merge requests found
Pipeline #39359 passed
......@@ -5,6 +5,7 @@ import util.Position;
import java.util.List;
public interface BoardBehavior {
int stepNumber(); // Numéro de l'étape actuelle.
List<Position> updateToNextGeneration();
public int stepNumber(); // Numéro de l'étape actuelle.
public List<Position> updateToNextGeneration();
public void reset();
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment