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
Сулимов Игорь Андреевич
Pac-Man
Commits
06c0f077
Commit
06c0f077
authored
6 days ago
by
Сулимов Игорь Андреевич
Browse files
Options
Download
Patches
Plain Diff
Made GameState::process_entities_interactions
parent
d835f002
main
No related merge requests found
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
include/MazeContent/Entities/DynamicEntities/IDynamicEntity.h
+1
-2
...ude/MazeContent/Entities/DynamicEntities/IDynamicEntity.h
include/MazeContent/Entities/Pacman.h
+4
-1
include/MazeContent/Entities/Pacman.h
include/MazeContent/Entities/StaticEntities/IStaticEntity.h
+1
-2
include/MazeContent/Entities/StaticEntities/IStaticEntity.h
source/Events/DeleteStaticEntity.cpp
+2
-0
source/Events/DeleteStaticEntity.cpp
source/MazeContent/Entities/DynamicEntities/Enemy.cpp
+1
-0
source/MazeContent/Entities/DynamicEntities/Enemy.cpp
source/MazeContent/Entities/Pacman.cpp
+18
-0
source/MazeContent/Entities/Pacman.cpp
source/MazeContent/Entities/StaticEntities/Food.cpp
+1
-0
source/MazeContent/Entities/StaticEntities/Food.cpp
source/States/GameState.cpp
+9
-10
source/States/GameState.cpp
with
37 additions
and
15 deletions
+37
-15
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