This is a simple Hand-Cricket Game that was built using Java, OOPs concepts, and Data Structures. The game is based on the popular cricket game that is played in India and other cricket-loving countries.
- The game is played between two players, one of whom is the bowler and the other is the batsman.
- The bowler bowls a ball, and the batsman tries to score runs by hitting the ball with his/her hand.
- The game has several levels, each with a different number of overs and target scores.
- The game uses object-oriented programming concepts to create classes for the game, players, overs, and runs.
- The game also uses data structures such as arrays and lists to store and manipulate the game data.
To run the game on your local machine, follow these steps:
- Clone the repository to your local machine:
git clone https://github.com/Utkarsh-Technical/handCricket.git
- Compile the game code:
javac HandCricket.java
- Run the game:
java HandCricket
- Follow the on-screen instructions to play the game.
- This project was inspired by the popular hand-cricket game played in India and other cricket-loving countries.
- The game uses object-oriented programming concepts and data structures to create a simple, yet fun game.
- The console-based interface makes the game accessible to players who do not have access to a graphical user interface.