snake game using python language
First you need to install pygame
In windows through command prompt you can install pip install pygame
In Ubuntu you can try with this
sudo apt-get build-dep python-pygame
sudo apt-get install python-dev
I have used brackets tool to build this game, you can download from http://brackets.io/ After installing brackets, open brackets. In bracket you need to install one module you need to install theough extension manager. Click on File, you will find Extension manager and select it. In search bar type "Integrated Development" and click on install button. You will see green color butten on top right corner. After writing(Download and paste) and save it, click on green button.
A new windw will open and game starts.