0% found this document useful (0 votes)
4 views

Build Snake Game Using Python-1

The document is a project report on building a Snake Game using Python as part of an industrial internship. It details the objectives, tools used, and the experience gained during the internship, highlighting the use of Python and Turtle for game development. The report concludes with a successful implementation of the game and suggestions for future advancements.

Uploaded by

sd0209157
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)
4 views

Build Snake Game Using Python-1

The document is a project report on building a Snake Game using Python as part of an industrial internship. It details the objectives, tools used, and the experience gained during the internship, highlighting the use of Python and Turtle for game development. The report concludes with a successful implementation of the game and suggestions for future advancements.

Uploaded by

sd0209157
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/ 14

Build Snake Game using Python.

A Project Report for Industrial Internship


In the partial fulfilment for the award of the degree of diploma.

Submitted by
Souvik Das

In the

Department OF Electronics & Instrumentation Engineering


College Name- Dr. Meghnad saha Institute Of Technology

at

Ardent Computech Pvt. Ltd.


CERTIFICATE FROM SUPERVISOR

This is to certify that, Student have successfully completed the project


titled image download via url using html,css,js and php.under my
supervision during the period from 15-01-24 to 20-01-24 which is in
partial fulfilment of requirements for the award of the Diploma degree
and submitted to the Department of Department OF Electronics &
Instrumentation Engineering.

___________________________
Signature of the Supervisor
Date: 20/01/2024
Name of the Project Supervisor: Saikat Dutta
ACKNOWLEDGEMENT

The achievement that is associated with the successful completion of


any task would be incomplete without mentioning the names of those
people whose endless cooperation made it possible. Their constant
guidance and encouragement made all our efforts successful.

We take this opportunity to express our deep gratitude towards our


project mentor, SAIKAT DUTTA for giving such valuable suggestions,
guidance and encouragement during the development of this project
work.

Last but not the least we are grateful to all the faculty members of Ardent
Computech Pvt. Ltd. for their support.
Table Of Contents
 Abstract
 Introduction
 Objective
 Tools and Module Used
 Code and game screen shots
 Conclusion
Abstract
Python was the main objective of this internship. Snake game was implemented
using turtle to make the game in different screen easier. The application consists of
scientific and standard functions. The standard is used to solve scientific notation
type math functions like x coordinate,y-coordinate etc .This report takes us through
all the details of Python programming knowledge and experience gathered during
this internship period.
Introduction
As a full-time student at Dr. Meghnad Saha Institute of Technology. I was provided
an opportunity to undertake an internship . The course at Python was quite
challenging for me for a few reasons: Firstly, the programming languages and
development tools I were using new for me, hence I had to quickly integrate not
only with my new living environment but also academically. This was very
beneficial for me as at the end I could compare what I’ve learnt with what I already
knew and find a connection between the two. This report is a description of my
6 days internship carried out as a compulsory component of the course at Python.
In the following chapter details of tools and technology used and an overview is
given. Finally, a conclusion is drawn from the experience.
Objective
Snake game is a simple console application without graphics. In this project, you can
play the popular “Snake Game” just like you played it elsewhere. You have to use
the up, down, right or left arrows to move the snake. Foods are provided at the
several co-ordinates of the screen for the snake to eat.Every time the snake eats the
food, its length will by increased by one element along with the score.I have used
Python as Programming language for writing the code for the project and VsCode for
writing the programs.
Tools and Module Used

1. Python Programming
2. Turtle
3. Random
4.Time
Code and game screen shots
CONCLUSION
We have completed this project with proper logical statements and
have seen the application is working successfully. We have done this
project after getting a basic some knowledge on python. Snapshots
of application working has been attached too along with the code.
Moreover, knowing the objectives and introductory on it, utlilise in
real. Thinking the future scope, we can implement it with more
advancements and detailings. With that concluding here, thank you.

You might also like