Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tristan MAISONNEUVE
projetS2-2021-23-LJ
Commits
5697e13c
Commit
5697e13c
authored
Jun 23, 2021
by
Jolan RENOUX
Browse files
maj test co
parent
88d79ec1
Changes
4
Show whitespace changes
Inline
Side-by-side
out/production/battleship-student-project-2021/Application.class
View file @
5697e13c
No preview for this file type
out/production/battleship-student-project-2021/vue/FenetreConnexion.class
View file @
5697e13c
No preview for this file type
out/test/battleship-student-project-2021/RunningGameTest.class
View file @
5697e13c
No preview for this file type
test/RunningGameTest.java
View file @
5697e13c
...
...
@@ -41,6 +41,10 @@ public class RunningGameTest {
flotte1
=
new
NavyFleet
();
flotte2
=
new
NavyFleet
();
Network
.
setProxy
(
"srv-proxy-etu-2.iut-nantes.univ-nantes.prive"
,
3128
);
Network
.
enableProxy
(
true
);
Network
.
suscribeNewPlayer
(
HTTP_LOCALHOST
,
joueur1
);
Network
.
suscribeNewPlayer
(
HTTP_LOCALHOST
,
joueur2
);
...
...
Write
Preview
Markdown
is supported
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