Snake - PYGAME
About
Snake
It is a classic snake game made by elavarasan. It is created with pygame in python language. It's rule is very simple, go and find the food to grow longer without collide with it's own body.I given the source code below. check it, to know how it is working...
Controls• W/UP - Move up
• S/DOWN - Move down
• A/LEFT - Move Left
• D/RIGHT - Move Right
How to run ?Download the Zip file and extract it. Now open IDLE(Python) and click the file section and open.Then select the downloaded .py file and run it.It requires pygame installed in your computer.