Update 'Start.java'
This commit is contained in:
parent
9a1fbcf5e4
commit
68e17280fb
@ -5,6 +5,12 @@
|
|||||||
* @author Matthis Fauvet
|
* @author Matthis Fauvet
|
||||||
*/
|
*/
|
||||||
public class Start {
|
public class Start {
|
||||||
|
/**
|
||||||
|
* Class qui créer un objet Algo determinatif pour résoudre le Labyrinthe
|
||||||
|
* @param unPerso On rentre
|
||||||
|
* @param grille c'est la grille de true et false qui permet de savoir si une cellules est un mur ou un couloir
|
||||||
|
* @param coord tableau double dimension qui stock les différentes Cellules.
|
||||||
|
*/
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
FenetreInit une_fenetre = new FenetreInit();
|
FenetreInit une_fenetre = new FenetreInit();
|
||||||
une_fenetre.Initialisation();
|
une_fenetre.Initialisation();
|
||||||
|
Loading…
Reference in New Issue
Block a user