This is our 3rd Sem C++ Project. It simulates a cricket match between two teams.
Instructions on how to use:-
-
Download the Project.
-
Save it in your Desktop (Ubuntu)
-
And copy the following code and save it as a ".sh" file in the "home" dir.
"#!/bin/bash
cd Desktop/Cricket-Simulation/
g++ project.cpp
./a.out
gnuplot plot.cmd -p "
-
Exectute the ".sh" file through Terminal.
-
And Play the game.
NOTE:- This game also works in Windows, but the GNU-Plot Feature is not available there.