Changes between Version 20 and Version 21 of pygame_touchpad
- Timestamp:
- Jan 17, 2012, 10:23:08 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pygame_touchpad
v20 v21 70 70 sh start.sh 71 71 }}} 72 73 == !PyGame bundle == 74 I have created a bundle that contains '''THP''''s Python & !PyGame files, the Thrifty Threesome Thriller game to test functionality and my startup script. 75 76 Just download the bundle:[[br]] 77 [http://www.modrana.org/misc/pygame_bundle.zip pygame_bundle.zip (23 MB)] 78 79 Place it to some directory, unzip it and run the ''start.sh'' script: 80 {{{ 81 unzip pygame_bundle.zip 82 cd pygame_test 83 sh start.sh 84 }}}