Version 1.3
__version__ = '1.3'
__author__ = {'name' : 'Hongten',
'mail' : '[email protected]',
'blog' : 'http://www.cnblogs.com/hongten',
'version' : __version__}
1.There are five balls whth different color have elastic collision after
the game loaded.
2.The player can click the window with the LEFT mouse button and create
the new ball,which with the different color,but sometimes maybe like other balls.
3.The player can click teh window with RIGHT mouse button and minus a few balls.
4.You can change all ball speed by pressing the UP and DOWN the keyboard
direction key.
5.Also you can change the background music by pressing the LEFT and RIGHT
the keyboard direction key(volume:0-10).
6.Maybe you want to full screen view,By pressing the F key and ESC key switch.
7.Ball number,the speed,the volume,author E-mail is written in the status
bar at the bottom.
If you want to try it on your computer, you need do step by step as below
1.Install python(3.2.5)
2.Install pygame(1.9.2)
3.Run the pong.py(F5)
- Author : Hongten
- E-mail : [email protected]
- Home Page : http://www.cnblogs.com/hongten
- Blog : http://www.cnblogs.com/hongten/p/hongten_pygame_pong.html