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
ed63cb72
Commit
ed63cb72
authored
2 weeks ago
by
Сулимов Игорь Андреевич
Browse files
Options
Download
Patches
Plain Diff
Partially completed the fith item of lab work
parent
340c5a84
main
No related merge requests found
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
CMakeLists.txt
+3
-1
CMakeLists.txt
include/Context/ContextManager.h
+16
-0
include/Context/ContextManager.h
include/Context/GameContext.h
+15
-0
include/Context/GameContext.h
include/GameContext.h
+0
-6
include/GameContext.h
include/MazeContent/Buildings/Maze.h
+2
-1
include/MazeContent/Buildings/Maze.h
include/MazeContent/Entities/Pacman.h
+7
-1
include/MazeContent/Entities/Pacman.h
include/States/GameState.h
+11
-2
include/States/GameState.h
source/Context/ContextManager.cpp
+24
-0
source/Context/ContextManager.cpp
source/Context/GameContext.cpp
+2
-0
source/Context/GameContext.cpp
source/State/GameState.cpp
+0
-3
source/State/GameState.cpp
source/States/GameState.cpp
+12
-0
source/States/GameState.cpp
source/States/SelectState.cpp
+0
-0
source/States/SelectState.cpp
with
92 additions
and
14 deletions
+92
-14
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