Cricket Scoreboard
Cricket Scoreboard
net/publication/360065395
CITATIONS READS
0 267
4 authors, including:
Aasis Gyanwali
Tribhuvan University
1 PUBLICATION 0 CITATIONS
SEE PROFILE
All content following this page was uploaded by Diwash Poudel on 20 April 2022.
A Project Report
On
CRICKET SCOREBOARD CONTROL SYSTEM
Submitted By:
Aashish Gyanwali (073/BEX/301)
Diwash Poudel (073/BEX/310)
Jibit Khanal (073/BEX/315)
Niraj Pokhrel (073/BEX/322)
Submitted To:
Department of Electronics and Computer Engineering
Thapathali Campus
Kathmandu, Nepal
March, 2018
ACKNOWLEDGEMENT
Cricket is second most popular game in the world. Managing score board has been
great challenge in cricket so to overcome this challenge we have developed an
application using C++.We can easily update score and record it using this application.
It is user friendly applications where people with basic knowledge can easily handle
it. This application helps in live broadcast of score during cricket match.This was
designed with the basic tools of C++ normally graphics, strings, user defined function.
Table of Contents
ACKNOWLEDGEMENT........................................................................................... 1
ABSTRACT .................................................................................................................. 2
List of Figures............................................................................................................... 4
1. INTRODUCTION ................................................................................................ 5
2. Objectives ....................................................................................................5
3. Scope............................................................................................................5
3. METHODOLOGY ............................................................................................... 7
REFERENCES........................................................................................................... 11
List of Figures
List of Abbreviations
1. Background Introduction
Cricket Scoreboard Control System helps in managing cricket score during cricket
match. It uses file handling to store various information regarding runs, wickets,
overs, extras, and many more. The program can display runs, wickets, names of
batsmen and bowlers, overs, extras, economy of bowler, strike rate of batsmen, etc. It
also displays the date and time of the game. It makes it easier for anybody to view the
details of the score of ongoing match at any instant of time
2. Objectives
3. Scope
It can be used in school and college cricket matches .It can be used in local, national
and international matches. It is ready-to-use application for displaying scores in sports
channels during a live match. Due to its simplicity and user friendly nature, it can be a
vital application for broadcasting any cricket match.
2. LITERATURE REVIEW
Several sports channels and web pages use these kinds of software to show the live
update of scores in a cricket match.
It is because of the scoreboard programs that we can view all the details of the scores
and some other information during a live match.
3. METHODOLOGY
1. Collection Of Data
We studied the detailed structure of the cricket scoreboard from online cricket
sites such as espncricinfo.com, cricbuzz.com. We, as cricket fans, had some
knowledge about the working of the scoreboards during a match.
2. Programming Languages
The project is fully based on C++ programming language. C++ is not a purely
object-oriented language but a hybrid that contains the functionality of the C
programming language. C++ supports the concepts of OOP which are: data
abstraction (creation of classes to define objects), data encapsulation for
controlled access to object data and polymorphism. The use of classes and
objects has made it easy for work division and effective development of the
project.
3. Developing Environment
Enter runs or
wickets
Input char ch
YES
If
ch>=0
Input ‘n’
Stop
5. RESULTS AND ANALYSIS
5.1 OUTPUT
When the program is run, it asks user for all the details of the players and team. After
that the output screen is as shown in figure 1. The score of batting team is displayed
on the left side and that of bowling team in right side. The overall score is displayed at
the bottom left corner of the console window. User is repeatedly asked about the
event of the match and scoreboard shows the respective information.
6. CONCLUSION AND FUTURE ENHANCEMENT
6.1 Conclusion
With a due effort from all the group members the project was completed in specified
time duration. The program was first tested among the developers and was finally
with end users.
6.2 Limitations
We have tried our very best to enhance our project with more and more features but
still there are a lot that can be added in it. Following enhancement can be done in our
project: