Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Loïc Perine
ProjetS2-2021-20-JMM
Commits
d4fca4ae
Commit
d4fca4ae
authored
Jun 25, 2021
by
Hugo DACLON
Browse files
.
parent
3250d581
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/info1/controlleur/Shoot.java
View file @
d4fca4ae
...
...
@@ -66,6 +66,7 @@ public class Shoot implements ActionListener {
int
info
=
Network
.
getInfo
(
appli
.
getServerUrl
(),
appli
.
getGame
(),
appli
.
getPlayer
());
while
(
true
)
{
if
(
info
==
10
){
attente
.
dispose
();
response
=
Network
.
playOneTurn
(
appli
.
getServerUrl
(),
appli
.
getGame
(),
appli
.
getPlayer
(),
cell
);
break
;
}
else
if
(
info
==
100
)
{
...
...
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