Skip to content

Latest commit

 

History

History
42 lines (40 loc) · 1.59 KB

README.md

File metadata and controls

42 lines (40 loc) · 1.59 KB
                  OOP MINI PROJECT REPORT
	            CRICKET SCORECARD SIMULATOR IN CPP

                ARMY INSTITUTE OF TECHNOLOGY 
             DEPARTMENT OF COMPUTER ENGINEERING
                 SE COMPUTER SEM-I 2019-20

       	  	 SUBMITTED BY:-
		KRUNAL PATIL (3227)
		PUSHPENDRA KUMAR (3236)
	ABSTRACT:
	      •	SOFTWARE AND HARDWARE REQUIREMENT:
		-DEV-C++ editor & compiler, 
		-IDE for CPP program
		-2 GB ram, i5 Core
	      •	PLATFORM USED: C++ 
	      •	INTRODUCTION:
	       We have created a cricket scorecard simulator program which simulates
	       a cricket match and then displays the output on the desired screen.
	       Various OOP techniques and Data structures were used like
	       -Abstraction
	       -Inheritance
	       -Encapsulation
	       -Polymorphism
	       -File Handling
	       -Function Overloading
	      •	ALGORITHM:
	      	-Step 1: Start
		-Step 2: Take the input (difficulty of cricket match)
		-Step 3: Take the second input (no of overs of match)
		-Step 4: Display the scorecard accordingly
	      •	FUTURE SCOPE
		In future we can apply Graphical user interface to our algorithm and 
		then we can create a user-friendly cricket game which plays automatically 
		(can modify for manual play as well).
		We can then apply Artificial Intelligence to it to acquire real time 
		location scenario to adjust according to the surrounding and generate 
		the score according to the recent trend.
	      •	REFERENCES:
	       - Google Search
	       - OOP with C++ by E. Balagurusamy
	       - C++ complete reference