From 05741659e1197c1be2f843e39ba25f6d629a882f Mon Sep 17 00:00:00 2001 From: devendramahajan19 <44238912+devendramahajan19@users.noreply.github.com> Date: Tue, 30 Oct 2018 02:07:31 +0530 Subject: [PATCH] Update main v6.cpp --- main v6.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/main v6.cpp b/main v6.cpp index 8988dc4..31cfae3 100644 --- a/main v6.cpp +++ b/main v6.cpp @@ -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; @@ -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");