Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 8

Snake game

By,
s.keerthana
v.mahalakshmi
s.sutha
Contents :
Abstract.
Introduction.
Stepsto create.
Module and function.
Conclusion.
Abstract :
Snake Game is a classic arcade game. The player’s main goal
in this game is to catch as many fruits as possible without
hitting the wall or himself. While learning Python or
Pygame, making a snake game can be a fun challenge. It’s
one of the best new player projects that every new
programmer should try. Learning to make a video game is an
interesting and enjoyable experience.This snake game will be
made with Pygame. Pygame is a free and open-source library
for creating video games. It includes graphics and sound
libraries.In this article we will be developing a snake game
using python and tkinter game and also form scratch with
scores.
Introduction :
Snake game is one of the popular arcade games of all
times.
In this game, the main objective of the player is to
catch the maximum number of fruits without hitting
the wall or itself.
We are use pygame to create this snake game. Pygame
is an open-source library that is designed for making
video games. It has inbuilt graphics and sounds
libraries.
Steps to create snake pygame :
Installing Pygame
Create the Screen
Create the Snake
Moving the Snake
Game Over when Snake hits the boundaries
Adding the Food
Increasing the Length of the Snake
Displaying the Score
Module and functions use in this project :
Conclusion :
I have use some module and
functions.
Creating a snake game we have use
pygame module here.
After successful creating code we had
see the output.
Thank you…

You might also like