Build Snake Game Using Python-1
Build Snake Game Using Python-1
Submitted by
Souvik Das
In the
at
___________________________
Signature of the Supervisor
Date: 20/01/2024
Name of the Project Supervisor: Saikat Dutta
ACKNOWLEDGEMENT
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.