0% found this document useful (0 votes)
60 views8 pages

Snake Game

This document describes how to create a snake game using Python and the Pygame library. It includes sections on the abstract, introduction, steps to create the snake game, modules and functions used, and conclusion. The abstract states that the goal is for the player to catch fruits without hitting walls or itself, and that creating a snake game is a good project for learning Python and Pygame. The introduction provides more details on the objective and use of Pygame. The steps section outlines how to install Pygame, create the screen, snake, movement, game over conditions, add food, increase snake length, and display score. [/SUMMARY]

Uploaded by

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

Snake Game

This document describes how to create a snake game using Python and the Pygame library. It includes sections on the abstract, introduction, steps to create the snake game, modules and functions used, and conclusion. The abstract states that the goal is for the player to catch fruits without hitting walls or itself, and that creating a snake game is a good project for learning Python and Pygame. The introduction provides more details on the objective and use of Pygame. The steps section outlines how to install Pygame, create the screen, snake, movement, game over conditions, add food, increase snake length, and display score. [/SUMMARY]

Uploaded by

Sutha .S
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 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