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

computer project 1

The document outlines a computer project by Devansh Nautiyal on creating games using Pygame, specifically focusing on the classic 'Snake Game'. It includes a certification of completion, acknowledgments, and an overview of Python as a programming language. The project emphasizes the game's mechanics, objectives, and advantages, while noting that the games created will not run on browsers.
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)
3 views

computer project 1

The document outlines a computer project by Devansh Nautiyal on creating games using Pygame, specifically focusing on the classic 'Snake Game'. It includes a certification of completion, acknowledgments, and an overview of Python as a programming language. The project emphasizes the game's mechanics, objectives, and advantages, while noting that the games created will not run on browsers.
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/ 7

SGRR PUBLIC SCHOOL

BALAWALA DEHRADUN

COMPUTER PROJECT
TOPIC:
CREATING GAMES WITH PYGAME

SUBMITTED BY:……………………….
SUBMITTED TO :……………………...
ROLL NO: …………
CERTIFICATE
This is to certify that Devansh Nautiyal
Has successfully completed the project
work entitled "CREATING GAMES
USING PYGAME " in the subject
Computer Science( ) laid down in the
regulation of CBSE for the purpose of
Practical Examination in Class XII with
the guidance of
Mr ……………………….

Examiner's Signature:-………………………
I would like to express my special thanks of
gratitude to my teacher
Mr………………………as well as our principal
Sir. ANIL MAMGAIN who gave me the golden
opportunity to do this wonderful project on the
topic "CREATING GAMES USING PYGAME",
which also helped me in doing a lot of research
and I came to know about so many new things I
am really thankful to them.
Secondly I would also like to thank my parents
and friends who helped me a lot in finalizing this
project with in the limited time frame.

EXAMINER'S SIGNATURE:
TEACHER'S SIGNATURE:
Python is a powerful, modern, high-level
general-purpose programming language.
Python is an interpreted language as its
programs are executed by an interpreter. Its
language constructs as well as its object-
oriented approach aim to help programmers
write clear, logical code for small and large-
scale projects. It is dynamically-typed and
garbage collected. It supports multiple
programming paradigms, including structured,
functional programming. It is often described
as a "batteries included" language due to its
comprehensive standard library.
Developed By: Guido van Rossum (at OSCON)
Releasing Year: 1991(as Python 0.9.0)
Latest Release: Python3.9.0 (October 5th, 2020)
USE: It gives an excellent opportunity to learn about
spatial awareness and plan ahead to your next move.
Languages influenced by Python: Boo, Cobra,
CoffeeScript, GDScript, Ruby, Swift, Nim,etc.
Installation: https://www.python.org/downloads/
• About:- From this project we will be creating a game
using pygame. The game we will be making is called
"Snake Game". A snake game is an arcade maze game
which has been developed by Gremlin Industries and
published by Sega in October 1976. It is considered to
be a skillful game. The snake in the snake game is
controlled using the four direction buttons relative to the
direction it is headed in. The player's objective in the
game is to achieve maximum points as possible by
collecting food or fruits. The player loses once the
player hits the wall or hits itself
• Great for entertainment purpose.
• It allows us to handle graphics, collisions, player input,
etc.
• Highly portable consumes less space.

• Games won't run on browser

You might also like