Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
projet
Sokoban
Commits
1480a6cd
Commit
1480a6cd
authored
Jun 15, 2022
by
Guillaume Huard
Browse files
Merge branch 'New-Etape-01' into New-Etape-02
parents
77aecd7e
dd472b41
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Sokoban.java
View file @
1480a6cd
...
...
@@ -34,7 +34,7 @@ public class Sokoban {
public
static
void
main
(
String
[]
args
)
{
InputStream
in
;
try
{
in
=
new
FileInputStream
(
"res
"
+
File
.
separator
+
"Niveaux"
+
File
.
separator
+
"
Original.txt"
);
in
=
new
FileInputStream
(
"res
/Niveaux/
Original.txt"
);
LecteurNiveaux
l
=
new
LecteurNiveaux
(
in
);
RedacteurNiveau
r
=
new
RedacteurNiveau
(
System
.
out
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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