PySnake – 1.8.7

Some minor changes in the game PySnake, classic versio on Snake made with Pygame. Now, instead of just surfaces:

fruit = pygame.Surface((20, 20))

I added some images to make it more appealing.

fruit = pygame.image.load("imgs/fruit.png")

I Changed the head the skin of the snake, the fruit and also the black tile that covers the last part of the snake, now is an image and not a mere black surface.

Added some apples also in the menu screen…

There it is the new skin and the apples in the menu.

The code

Watch it on github (version 1.8.7)

The previous version

The actual version 1.8.7


Subscribe to the newsletter for updates
Tkinter templates
Avatar My youtube channel

Twitter: @pythonprogrammi - python_pygame

Videos

Speech recognition game

Pygame's Platform Game

Other Pygame's posts

Published by pythonprogramming

Started with basic on the spectrum, loved javascript in the 90ies and python in the 2000, now I am back with python, still making some javascript stuff when needed.