codezoned / ScriptsDump

The biggest dump of scripts ever!
http://www.codezoned.com/
143 stars 173 forks source link

Snake game using Python #246

Closed bislara closed 4 years ago

bislara commented 4 years ago

Description

Program to play the snake game which we used to play in childhood where the snake moves to eat the apple and once it eats, its length increases. It will be having background music playing as well as a different sound when the snake dies or eats an apple. It also shows the score of the user in the bottom.

Make sure you have:

Fixes #56

Type of change