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
b22cf480
Commit
b22cf480
authored
Apr 14, 2018
by
zalavari
Browse files
Options
Downloads
Patches
Plain Diff
getPoints function added
parent
5f09b298
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/killer_sokoban/Worker.java
+9
-0
9 additions, 0 deletions
src/killer_sokoban/Worker.java
with
9 additions
and
0 deletions
src/killer_sokoban/Worker.java
+
9
−
0
View file @
b22cf480
...
@@ -16,6 +16,15 @@ public class Worker extends Moveable {
...
@@ -16,6 +16,15 @@ public class Worker extends Moveable {
force
=
_force
;
force
=
_force
;
}
}
/**
* Lekéri a játékos pontjait, az eredmény megjelenítéséhez kell
* @return A pontok
*/
public
int
getPoints
()
{
return
points
;
}
/**
/**
* Ha a játékos szeretné léptetni valamely irányba a munkást, akkor hívódik meg ez a függvény..
* Ha a játékos szeretné léptetni valamely irányba a munkást, akkor hívódik meg ez a függvény..
* @param toward amelyik irányba szeretné léptetni a munkást.
* @param toward amelyik irányba szeretné léptetni a munkást.
...
...
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