Details
Create a game using Pygame that uses keyboard input from the user. The game can be anything you want but must do the following:
- Use keyboard input from the user.
- Have more than one image.
- Have at least one image that moves.
- Have the ability to win or lose.
- Inform the user that they have won or lost.
Submission
Submit your code before class on Friday October 11th.
Your code should conform to the course's code conventions. Create a tar file of your assignment1 directory by navigating to your assignments directory, using the cd command. Then, issue the following command.
tar czf tarfilename.tgz assignment1/
To verify that the tgz file contains your code run the following command. It should list all of your .py files.
tar tzf tarfilename.tgz
To submit your activity, go to cseval.roanoke.edu. You should see an available assignment called Assignment 1. Click the submit button and choose the tgz file you created to upload. Only one person per group needs to submit.
Be sure to also copy or email the tgz file to your partner. To extract the files in a tgz file from the terminal use the following command:
tar xzf tarfilename.tgz