Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
labs
Laba_3
pacman
Commits
ee1c3509
Commit
ee1c3509
authored
4 weeks ago
by
Авдеев Евгений Владимирович
Browse files
Options
Download
Patches
Plain Diff
added texture for pacman; added playing video when player win; enemy follow for pacman
parent
b09b172d
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
CMakeLists.txt
+8
-3
CMakeLists.txt
source/Assets/Textures/pacman.png
+0
-0
source/Assets/Textures/pacman.png
source/Assets/Video/WIN.mp4
+0
-0
source/Assets/Video/WIN.mp4
source/Builder/Builders.cpp
+0
-78
source/Builder/Builders.cpp
source/Draw/Texture.cpp
+6
-0
source/Draw/Texture.cpp
source/Draw/Texture.h
+24
-0
source/Draw/Texture.h
source/Game/IEntity.cpp
+26
-2
source/Game/IEntity.cpp
source/Game/IEntity.h
+2
-2
source/Game/IEntity.h
source/Game/Pacman.cpp
+6
-5
source/Game/Pacman.cpp
source/Game/Pacman.h
+7
-2
source/Game/Pacman.h
source/State/States.cpp
+27
-3
source/State/States.cpp
source/State/States.h
+1
-0
source/State/States.h
with
107 additions
and
95 deletions
+107
-95
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!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets