#include <iostream.h>
#include <conio.h>
int main(0)
{
char choice1, choice2;
int x;
x=0
cout<<"\nReady to begin the game?";
cin>>choice1;
if ((choice1!='Y')||(choice1!='y'))
cout<<"\nToo bad! Keep playing";
A:
x=x+1;
cout<<"\n";
if (x!=50)
goto A;
B:
cout<<"Attack the enemy?";
cin>>choice2;
if ((choice2!='Y')||(choice2!='y'))
{
cout<<"\nwhy dont you want to attack? You really should you know...";
system("pause");
goto B;
}
cout<<"\nYou attack your enemy and it dies";
cout<<"\nThe end";
system ("pause");
return(0);
}



Oh yea, got to love the best game ever!!!!
Isnt this the best game ever?