cricket game coded with c++:
user have choice to select team and opponent form three given teams - INDIAN team, AUSTRALIAN team, PAKISTAN team.
tossing available
2 over game
3 wickets
allows you to play game completely( ball- 2 overs, bat- 2 overs)
based on numbers
coded by Noah Paul Jose .
#include<iostream.h>
#include<conio.h>
#include<stdio.h>
#include<ctype.h>
#include<stdlib.h>
int...