A project for keeping cricket score for 2 teams.
- Open Android Studio
- VCS -> Checkout from version control -> Github
- Paste the clone URL of repo
- Press Enter
- Press shift+F10 or Run -> Run 'app'
- Current ball is represented by Green Box
- Wickets are represented by Red box and letter O
- Boundary scores (Fours and sixes) can be added on the go
- Over represents the total number of thrown balls or overs passed
- 1 Over = 6 Balls
- A.B Over = (A X 6) + B Balls
- Hence when B = 6, one over is complete
- Increase and Decrease button controls run on current ball
- ADD button adds the runs scored (controlled by above '-' and '+' buttons)
- Wicket button is used to declare OUT
- RESET button resets every field in app to start a new match