Create games in Python2.7
###Requirements
- python2.7
$ sudo apt-get install python2
- Idle
$ sudo apt-get install idle
- pygame
$ sudo apt-get install pygame
#HowTo
- Download the game repository whatever you want to play as zip file.
- unzip it and go to unzipped folder
- then run
python2 *.py
where * denotes main python source code. - Enjoy !!!!
Source : here