Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rustam-Z/cpp-programming
/ startGame
Function
startGame
Project_Snake_Game/snake-game.cpp:198–207 ·
view source on GitHub ↗
starting game
Source
from the content-addressed store, hash-verified
196
}
197
//starting game
198
void startGame() {
199
Init();
200
while (game) {
201
Map();
202
Input();
203
Logic();
204
win();
205
Sleep(10);
206
}
207
}
208
209
void welcome() {
210
system(
"cls"
);
Callers
1
welcome
Function · 0.85
Calls
5
Init
Function · 0.85
Map
Function · 0.85
Input
Function · 0.85
Logic
Function · 0.85
win
Function · 0.85
Tested by
no test coverage detected