arya2004 / arya2004/beginner-python-mini-projects-hacktoberfest-2025
CLI version of book cricket game
- Dominant language
- Jupyter Notebook
- Stars
- 25
- Forks
- 113
- PR merge metrics
- No merged PRs in 30d
Description
# Idea: Interactive Book Cricket CLI Game
## Concept
A simple command-line version of Book Cricket where the player inputs runs per ball, and the game randomly generates the bowler’s delivery. The objective is to score as many runs as possible without getting out.
## Features
- Player inputs runs per ball (0, 1, 2, 4, 6).
- Bowler’s delivery is randomly generated.
- If batsman and bowler score match (and batsman isn’t 0), the batsman is out.
- Keeps track of total score and wickets.
- Displays a simple scoreboard after each turn.
## Goal
Create an engaging, interactive, and replayable CLI cricket game that captures the fun of Book Cricket while keeping it lightweight and simple.
Contributor guide
Assessment
This issue has not been assessed yet.