Skip to content

I tried to program a snack game using the library Pygame.

Notifications You must be signed in to change notification settings

imaaneag/Snakegame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Snakegame

I tried to program a snack game using the library Pygame.

In this code you will see that I tried all my best to use almost all the function that I had learn in this library.

For example : -pygame.display.set_caption() : to set the current window caption. -pygame.display.set_mode() : Initialize a window or screen were I can put my snake to play. -pygame.Color() : chose calors. -pygame.time.Clock() :create an object to help track time

And many function that you will find in my code.

This is the site that I used : https://www.pygame.org/news

About

I tried to program a snack game using the library Pygame.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages