Class Start

java.lang.Object
  |
  +--Start

public class Start
extends java.lang.Object

Demarre le jeu : ouvre une fenetre avec un menu

Version:
1.1.6
Author:
Cecile FRANCOU, Sophia GALLARDO
See Also:
Interaction

Field Summary
private  FenetreDuJeu f
          Fenetre qui s'affiche lorsqu'on demarre le jeu
private  Interaction interaction
          Interaction entre les joueurs et le labyrinthe
 
Constructor Summary
Start()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

interaction

private Interaction interaction
Interaction entre les joueurs et le labyrinthe

f

private FenetreDuJeu f
Fenetre qui s'affiche lorsqu'on demarre le jeu
Constructor Detail

Start

public Start()
Method Detail

main

public static void main(java.lang.String[] args)