0% found this document useful (0 votes)
53 views15 pages

CS Project

This document is a certificate for a Python programming project titled "Hand Cricket" completed by Saiesh Makane, a class 12 student at Sunshine Worldwide School. The project involved using Python to digitally recreate the classic game of hand cricket, allowing users to play interactively against a computer opponent. The student thanks their computer teacher and others for their support and feedback during the project.

Uploaded by

Tushar Singh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
53 views15 pages

CS Project

This document is a certificate for a Python programming project titled "Hand Cricket" completed by Saiesh Makane, a class 12 student at Sunshine Worldwide School. The project involved using Python to digitally recreate the classic game of hand cricket, allowing users to play interactively against a computer opponent. The student thanks their computer teacher and others for their support and feedback during the project.

Uploaded by

Tushar Singh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 15

SUNSHINE WORLDWIDE SCHOOL

CLASS 12t h SCIENCE

COMPUTER SCIENCE PROJECT


ACADEMIC YEAR 2023-24

PYTHON PROJECT
HAND CRICKET

NAME: SAIESH MAKANE


CLASS: XII
SECTION: SCIENCE
SUBJECT CODE: 083
PROJECT GUIDE: MR. ROSHAN KUMAR
SUNSHINE WORLDWIDE SCHOOL

CERTIFICATE
THIS IS TO CERTIFY THAT ______________________________ PROJECT
TITLED “____________________________________________” HAS BEEN
SUCCESSFULLY COMPLETED BY ___________________________ OF
CLASS XII IN PARTIAL FULFILLMENT OF THE CURRICULUM OF CBSE
LEADING TO THE AWARD OF ALL INDIA SENIOR SCHOOL CERTIFICATE
EXAMINATION FOR THE YEAR 2022-23.

____________________
______________________
INTERNAL EXAMINER EXTERNAL EXAMINER

____________________
PRINCIPAL SCHOOL STAMP
INDEX
ACKNOWLEDGEMENTS

I AM REALLY GRATEFUL FOR THE OPPORTUNITY OF

THIS PROJECT AND SINCERELY THANK MY

COMPUTER TEACHER _______ . HE WILL REMAIN

ONE OF MY FAVORITE TEACHERS FOR

CONTRIBUTING HIS VALUABLE TIME AND EFFORT TO

HELP ME WITH THIS PROJECT. THEIR SUGGESTIONS

AND FEEDBACK HELPED ME SIGNIFICANTLY

IMPROVE THE PROJECT QUALITY FROM THE

IMPLEMENTATION.

SECONDLY, I WOULD LIKE TO THANK MY PARENTS,

FAMILY MEMBERS, AND FRIENDS WHO HAVE

ALWAYS BEEN THERE WHENEVER NEEDED.


INTRODUCTION
Welcome to the world of Hand Cricket, where
Python meets the timeless joy of the classic game.
In this project, we delve into recreating the
excitement of the popular game in a digital format
using Python programming. From simulating the
thrill of choosing numbers to crafting a challenging
opponent AI, our project offers an interactive
experience for users to enjoy the beloved Hand
Cricket game on their screens. Join us as we
combine the art of coding with the nostalgia of
childhood games, bringing the magic of Hand
Cricket to life through the power of Python.
HOW IT WORKS?
Hand cricket is a simple game often played with
pen and paper. To implement it in Python, you can
create a program where the player chooses a
number representing their "hand," and the
computer generates a random number as its
"hand."

The player enters a number representing their


choice, and the computer's choice is generated
randomly. If the choices match, the player is out;
otherwise, their choice contributes to their score.
SCREENSHOT OF SOURCE CODE
FROM PYTHON IDLE
OUTPUT SCREEN
THANK
YOU!

You might also like