Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions main v6.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@ struct scoredata
};
scoredata s1;

//used as a signature of the creator for the game
void open() {
cout << endl << endl << endl;
cout << " ##########################################" << endl;
cout << " ## ##" << endl;
cout << " ## Made By :- ##" << endl;
cout << " ## ##" << endl;
cout << " ## Class XII [2016-17] ##" << endl;
cout << " ## Made By :- ##" << endl;
cout << " ## ##" << endl;
cout << " ## Tejas Patil (210) ##" << endl;
cout << " ## Tejas Patil ##" << endl;
cout << " ## ##" << endl;
cout << " ##########################################" << endl;
}

//creates a class for simulating the properties of a player
class gamer {
float to , tx, td;

Expand Down Expand Up @@ -122,8 +122,8 @@ void menu() {
else if (plaval == 4) { go.newone(); }

}
//display

//This displays the state of the game at any point
void display()
{
system("cls");
Expand Down