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
350c53bb
Commit
350c53bb
authored
2 months ago
by
Авдеев Евгений Владимирович
Browse files
Options
Download
Patches
Plain Diff
created structure of project; completed 1 point of lab
parents
main
No related merge requests found
Changes
50
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
.gitignore
+3
-0
.gitignore
CMakeLists.txt
+14
-0
CMakeLists.txt
source/Application.cpp
+33
-0
source/Application.cpp
source/Application.h
+27
-0
source/Application.h
source/Builder/ComplexBuilder.cpp
+0
-0
source/Builder/ComplexBuilder.cpp
source/Builder/ComplexBuilder.h
+0
-0
source/Builder/ComplexBuilder.h
source/Builder/GameBuilderDirector.cpp
+0
-0
source/Builder/GameBuilderDirector.cpp
source/Builder/GameBuilderDirector.h
+0
-0
source/Builder/GameBuilderDirector.h
source/Builder/IGameBuilder.h
+0
-0
source/Builder/IGameBuilder.h
source/Builder/SimpleBuilder.cpp
+0
-0
source/Builder/SimpleBuilder.cpp
source/Builder/SimpleBuilder.h
+0
-0
source/Builder/SimpleBuilder.h
source/Config/Config.h
+47
-0
source/Config/Config.h
source/Draw/IDrawable.h
+0
-0
source/Draw/IDrawable.h
source/Draw/IPreparable.h
+0
-0
source/Draw/IPreparable.h
source/Draw/MyFont.cpp
+0
-0
source/Draw/MyFont.cpp
source/Draw/MyFont.h
+0
-0
source/Draw/MyFont.h
source/Event/DeleteStaticEntity.h
+0
-0
source/Event/DeleteStaticEntity.h
source/Event/IGameEvent.h
+0
-0
source/Event/IGameEvent.h
source/Event/LostGame.h
+0
-0
source/Event/LostGame.h
source/Game/ContentManager.cpp
+0
-0
source/Game/ContentManager.cpp
with
124 additions
and
0 deletions
+124
-0
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