Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Maza Game
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
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
c7h-alb-u1
Maza Game
Commits
acb2883d
Commit
acb2883d
authored
3 years ago
by
c7h-alb-u1
Browse files
Options
Downloads
Patches
Plain Diff
Update src/GamePanel.java
Deleted BuiltArtifacts/MazeGame.jar
parent
af9860dd
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
BuiltArtifacts/MazeGame.jar
+0
-0
0 additions, 0 deletions
BuiltArtifacts/MazeGame.jar
src/GamePanel.java
+1
-1
1 addition, 1 deletion
src/GamePanel.java
with
1 addition
and
1 deletion
BuiltArtifacts/MazeGame.jar
deleted
100644 → 0
+
0
−
0
View file @
af9860dd
File deleted
This diff is collapsed.
Click to expand it.
src/GamePanel.java
+
1
−
1
View file @
acb2883d
...
@@ -15,7 +15,7 @@ public class GamePanel extends JPanel implements ActionListener, KeyListener {
...
@@ -15,7 +15,7 @@ public class GamePanel extends JPanel implements ActionListener, KeyListener {
Timer
timer
=
new
Timer
(
5
,
this
);
Timer
timer
=
new
Timer
(
5
,
this
);
int
x
=
10
,
y
=
10
,
velX
=
0
,
velY
=
0
,
veldX
=
0
,
veldY
=
0
;
int
x
=
10
,
y
=
10
,
velX
=
0
,
velY
=
0
,
veldX
=
0
,
veldY
=
0
;
int
playerSize
=
27
;
int
playerSize
=
27
;
int
movmentSpeed
=
4
;
int
movmentSpeed
=
3
;
int
faildRounds
;
int
faildRounds
;
private
Walls
walls
;
private
Walls
walls
;
...
...
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