Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
killer_sokoban
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Schulcz Ferenc
killer_sokoban
Commits
6e3ee5f2
Commit
6e3ee5f2
authored
7 years ago
by
sfphoton
Browse files
Options
Downloads
Patches
Plain Diff
Added better testmap
parent
4f128195
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/killer_sokoban/Main.java
+2
-2
2 additions, 2 deletions
src/killer_sokoban/Main.java
testmap1-old.in
+26
-0
26 additions, 0 deletions
testmap1-old.in
testmap1.in
+40
-25
40 additions, 25 deletions
testmap1.in
with
68 additions
and
27 deletions
src/killer_sokoban/Main.java
+
2
−
2
View file @
6e3ee5f2
...
...
@@ -138,7 +138,7 @@ public class Main extends Application {
root
.
setCenter
(
mapHolder
);
//Vászon felépítése
Canvas
canvas
=
new
Canvas
(
60
0
,
48
0
);
Canvas
canvas
=
new
Canvas
(
75
0
,
55
0
);
view
.
setCanvas
(
canvas
);
mapHolder
.
getChildren
().
add
(
canvas
);
...
...
@@ -186,7 +186,7 @@ public class Main extends Application {
primaryStage
.
addEventHandler
(
KeyEvent
.
KEY_RELEASED
,
new
moveHandler
());
//Itt kellene betölteni a pályát
runCommand
(
"script
t
estmap1.in"
);
runCommand
(
"script
T
estmap1.in"
);
//Egyéb adminisztratív teendők...
activeWorker
=
workers
.
get
(
"w1"
);
...
...
This diff is collapsed.
Click to expand it.
testmap1-old.in
0 → 100644
+
26
−
0
View file @
6e3ee5f2
parsemap 10 10
wwwwwwwwww
wmmmkmmmmw
wmmmmmmmmw
wmmmsmmmmw
wmmmmmmmmw
wmmmmhmmmw
wmmmwmmtmw
wmmmwmmtmw
wmmmmmmmmw
wwwwwwwwww
setcorner f_1_1
setcorner f_1_8
setcorner f_8_1
setcorner f_8_8
setswitch f_3_4 f_1_4
worker w1 3 f_1_1
crate c1 f_1_3
crate c2 f_3_6
crate c3 f_3_8
crate c4 f_3_5
crate c5 f_3_4
worker w2 2 f_3_7
putfluid f_2_2 h
putfluid f_3_3 o
stat f_1_1
\ No newline at end of file
This diff is collapsed.
Click to expand it.
testmap1.in
+
40
−
25
View file @
6e3ee5f2
parsemap 10 10
wwwwwwwwww
wmmmkmmmmw
wmmmmmmmmw
wmmmsmmmmw
wmmmmmmmmw
wmmmmhmmmw
wmmmwmmtmw
wmmmwmmtmw
wmmmmmmmmw
wwwwwwwwww
parsemap 16 20
wwwwwwwwwwwwwwwwwwww
wtmmmmmmmmmmmmmmmmmw
wsmmmmmtmmmmmmmmmtmw
wmmmmmmmmmmhmmmmmmmw
wmhmwwwwmmmmmmmkmmmw
wmmmwtmmmmmwmmmmmmmw
wmmmwmmmmmmmsmmmmmmw
wmmmwkmmmttmmmmmmmmw
wmmmmmmmmttmmmkwmmmw
wmmmmmmsmmmmmmmwmmmw
wmmmmmmmwmmmmmtwmmmw
wmmmkmmmmmmmwwwwmhmw
wmmmmmmmhmmmmmmmmmmw
wmtmmmmmmmmmtmmmmmsw
wmmmmmmmmmmmmmmmmmtw
wwwwwwwwwwwwwwwwwwww
setcorner f_1_1
setcorner f_1_8
setcorner f_8_1
setcorner f_8_8
setswitch f_3_4 f_1_4
worker w1 3 f_1_1
crate c1 f_1_3
crate c2 f_3_6
crate c3 f_3_8
crate c4 f_3_5
crate c5 f_3_4
worker w2 2 f_3_7
putfluid f_2_2 h
putfluid f_3_3 o
stat f_1_1
\ No newline at end of file
setcorner f_1_18
setcorner f_14_1
setcorner f_14_18
setcorner f_5_5
setcorner f_10_14
worker w1 3 f_2_2
worker w2 3 f_13_17
crate c1 f_2_15
crate c2 f_2_16
crate c3 f_3_15
crate c4 f_3_16
crate c5 f_5_2
crate c6 f_7_14
crate c7 f_8_5
crate c8 f_10_17
crate c9 f_12_3
crate c10 f_12_4
crate c11 f_13_3
crate c12 f_13_4
setswitch f_6_12 f_4_15
setswitch f_13_18 f_7_5
setswitch f_2_1 f_8_14
setswitch f_9_7 f_11_4
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment