Skip to content
Snippets Groups Projects
Commit 4e973f4a authored by RAKOTOARISOA Andrianinarisaina cy's avatar RAKOTOARISOA Andrianinarisaina cy
Browse files

Tâche 9.2(12.2.2) : Création de la classe RandomWalk permettant, à chaque pas,...

Tâche 9.2(12.2.2) : Création de la classe RandomWalk permettant, à chaque pas, de choisir aléatoirement une cellule voisine de la cellule courante.
parent b7a65149
No related branches found
No related tags found
No related merge requests found
package model;
import java.util.List;
import javafx.scene.paint.Color;
public class RandomWalk implements Strategies {
@Override
public void jouer(List<Color> colors) {
throw new UnsupportedOperationException("Not supported yet.");
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment