MCPcopy 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
198void startGame() {
199 Init();
200 while (game) {
201 Map();
202 Input();
203 Logic();
204 win();
205 Sleep(10);
206 }
207}
208
209void welcome() {
210 system("cls");

Callers 1

welcomeFunction · 0.85

Calls 5

InitFunction · 0.85
MapFunction · 0.85
InputFunction · 0.85
LogicFunction · 0.85
winFunction · 0.85

Tested by

no test coverage detected