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
dd472b41
Commit
dd472b41
authored
Jun 15, 2022
by
Guillaume Huard
Browse files
Nommage du fichier de niveaux à la UNIX
parent
3f36cd73
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Sokoban.java
View file @
dd472b41
...
...
@@ -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