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
9308d0b2
Commit
9308d0b2
authored
1 week ago
by
Сулимов Игорь Андреевич
Browse files
Options
Download
Patches
Plain Diff
Partially completed the second item of lab work
parent
6a02e5a6
main
No related merge requests found
Changes
23
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
CMakeLists.txt
+11
-2
CMakeLists.txt
assets/Fonts/Calibri light.ttf
+0
-0
assets/Fonts/Calibri light.ttf
include/Builders/GameBuilderDirector.h
+5
-0
include/Builders/GameBuilderDirector.h
include/Buildings/IRoomSide.h
+8
-0
include/Buildings/IRoomSide.h
include/Buildings/Room.h
+8
-0
include/Buildings/Room.h
include/Commands/ChangeStateCommand.h
+13
-0
include/Commands/ChangeStateCommand.h
include/Commands/ExitCommand.h
+10
-0
include/Commands/ExitCommand.h
include/Commands/GameCommand.h
+13
-0
include/Commands/GameCommand.h
include/Commands/ISelectCommand.h
+2
-0
include/Commands/ISelectCommand.h
include/Draw/Button.h
+8
-5
include/Draw/Button.h
include/Draw/IDrawable.h
+1
-1
include/Draw/IDrawable.h
include/Draw/Menu.h
+2
-2
include/Draw/Menu.h
include/Draw/MyFont.h
+14
-0
include/Draw/MyFont.h
include/States/ExitState.h
+2
-1
include/States/ExitState.h
include/States/IState.h
+2
-1
include/States/IState.h
include/States/SelectState.h
+1
-1
include/States/SelectState.h
include/config.h
+49
-0
include/config.h
source/Commands/ExitCommand.cpp
+8
-0
source/Commands/ExitCommand.cpp
source/Commands/GameCommand.cpp
+9
-0
source/Commands/GameCommand.cpp
source/Draw/Button.cpp
+23
-0
source/Draw/Button.cpp
with
189 additions
and
13 deletions
+189
-13
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