Python Class Exercises 5-22-2012-1
Python Class Exercises 5-22-2012-1
Use Python 2.7 to complete the following Exercises. Save the output of the following exercise in a word document called pythonExercises522_YourNameHere.docx
Programming Task: 1. Enter the program code in a new editor window using Python 2.7 2. Create a working Pygame that allows a player to accumulate points by dodging bad guys while ominous music plays. 3. Modify the code by changing player.png, background.mid and baddie.png to reflect your choice of player, music and bad guys. 4. Create a working Pygame that allows a player to break blocks with a horizontal surface and a ball. 5. Modify the code by changing: the blocks, the ball and the surface the ball bounces off of.