You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cout << "" << "1. If you reach current record you won the game" << endl;
240
-
cout << endl;
241
-
cout << "" << "2. When you grow up in size you cannot touch yourself, " << endl << "" << "if you touch you will lose the game" << endl;
242
-
cout << endl;
243
-
cout << "" << "3. When you grow up in size you cannot touch yourself," << endl << "" << "if you move backwards when you body is backward" << endl << "" << "you automatically lose the game" << endl;
cout << "" << "1. If you reach current record you won the game" << endl;
244
+
cout << endl;
245
+
cout << "" << "2. When you grow up in size you cannot touch yourself, " << endl << "" << "if you touch you will lose the game" << endl;
246
+
cout << endl;
247
+
cout << "" << "3. When you grow up in size you cannot touch yourself," << endl << "" << "if you move backwards when you body is backward" << endl << "" << "you automatically lose the game" << endl;
0 commit comments