Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Quentin DRUAULT-AUBIN
lo23-project
Commits
b823240a
Commit
b823240a
authored
Jan 04, 2018
by
dkonam
Browse files
Data | update belgian stats before to give the profile
parent
19c8a026
Changes
1
Hide whitespace changes
Inline
Side-by-side
Battleship/src/main/java/com/utclo23/data/module/GameMediator.java
View file @
b823240a
...
...
@@ -258,7 +258,7 @@ public class GameMediator {
}
return
null
;
return
pairReturn
;
}
//if creator of the game
...
...
@@ -294,7 +294,7 @@ public class GameMediator {
}
Random
r
=
new
Random
();
if
(
r
.
nextInt
(
5
)==
1
){
if
(
r
.
nextInt
(
6
)==
1
){
this
.
sendMessageIA
();
}
}
...
...
@@ -414,9 +414,16 @@ public class GameMediator {
List
<
String
>
punchlines
=
new
ArrayList
<
String
>();
punchlines
.
add
(
"Tu vas bientôt perdre !"
);
punchlines
.
add
(
"Tu as autant de chance de gagner que d'avoir A en LO23"
);
punchlines
.
add
(
"zZz zZz Je m'ennuie avec toi. Tu joues mal."
);
punchlines
.
add
(
"Tu es bien parti pour avoir F en bataille navale"
);
punchlines
.
add
(
"Votre résultat à l'UV BATAILLE NAVALE : F, INSUFFISANT"
);
punchlines
.
add
(
"Tu crois pouvoir battre une IA ?"
);
punchlines
.
add
(
"Il y'a deux types d'hommes ceux qui bossent le projet et ceux qui en profite pour jouer à la bataille navale. Tu te situes où ?"
);
punchlines
.
add
(
"LOL"
);
punchlines
.
add
(
"Qu\'est ce qu\'une blonde se teintant les cheveux en brun? De l\'intelligence artificielle !"
);
punchlines
.
add
(
"J'ai jamais vu un joueur aussi faible."
);
punchlines
.
add
(
"Aie..."
);
punchlines
.
add
(
"><"
);
punchlines
.
add
(
"Je t'aurais un de ces jours."
);
Random
r
=
new
Random
();
int
i
=
r
.
nextInt
(
punchlines
.
size
());
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment