Skip to content
Snippets Groups Projects
Commit d5f64a7d authored by Mathys Mullier's avatar Mathys Mullier
Browse files

Ajout du projet à l'historique

parents
No related branches found
No related tags found
No related merge requests found
shots/Dernier affichage partie gagnée.png

130 KiB

shots/Lancer du dé.png

134 KiB

shots/Mauvaise réponse.png

138 KiB

shots/Page d'accueil.png

51.2 KiB

shots/Position conservée quand joueur quitte la partie.png

109 KiB

shots/Premier affichage - jeu.png

107 KiB

File added
This diff is collapsed.
File added
class Joueur {
String nom;
int position;
int meilleurScore;
int score;
}
\ No newline at end of file
File added
class Question {
int num;
String matiere;
String intitule;
String reponse;
String[][] motsClesReponse;
}
\ 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