Skip to content

Commit

Permalink
Snake_03
Browse files Browse the repository at this point in the history
  • Loading branch information
bacbahieu committed May 23, 2024
1 parent 7395e1e commit 4d9482a
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 5 deletions.
Binary file not shown.
Binary file not shown.
Binary file modified AdvProg_L7-Snake/.vs/AdvProg_L7-Snake/v17/.wsuo
Binary file not shown.
Binary file modified AdvProg_L7-Snake/.vs/AdvProg_L7-Snake/v17/Browse.VC.db
Binary file not shown.
5 changes: 2 additions & 3 deletions AdvProg_L7-Snake/.vs/AdvProg_L7-Snake/v17/DocumentLayout.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@
"RelativeToolTip": "Game.h",
"ViewState": "AQIAABMAAAAAAAAAAAAqwDUAAAAEAAAA",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000680|",
"WhenOpened": "2024-05-23T13:53:15.091Z",
"EditorCaption": ""
"WhenOpened": "2024-05-23T13:53:15.091Z"
},
{
"$type": "Document",
Expand All @@ -69,7 +68,7 @@
"RelativeDocumentMoniker": "Game.cpp",
"ToolTip": "D:\\code tung ngay\\AdvProg_AY2324\\AdvProg_L7-Snake\\Game.cpp",
"RelativeToolTip": "Game.cpp",
"ViewState": "AQIAANIAAAAAAAAAAAAAAOUAAAABAAAA",
"ViewState": "AQIAAAAAAAAAAAAAAAAAAFUAAAAFAAAA",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000677|",
"WhenOpened": "2024-05-23T13:52:55.99Z",
"EditorCaption": ""
Expand Down
Binary file not shown.
1 change: 0 additions & 1 deletion AdvProg_L7-Snake/.vs/VSWorkspaceState.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
"ExpandedNodes": [
""
],
"SelectedNode": "\\Game.cpp",
"PreviewInSolutionExplorer": false
}
Binary file modified AdvProg_L7-Snake/.vs/slnx.sqlite
Binary file not shown.
2 changes: 1 addition & 1 deletion AdvProg_L7-Snake/Game.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ void Game::processUserInput(Direction direction)
{
// Add the direction to the input queue
inputQueue.push(direction);

}


/***
Expand Down

0 comments on commit 4d9482a

Please sign in to comment.