##Creating simple graphics using pygame For this task you will either need to use your raspberry pi or a windows machine with python and the correct version of pygame installed. Your Raspberry Pi would be easier!
##Grading
Grade | What must I do? |
---|---|
D | I will be able to copy the example given in the tutorial and add some commenting |
C | I will be able to use the example given in the tutorial to create my own sprites and use clear commenting |
B | I will be able to animate my own sprites using fully annotated code |
A/A* | I will be able to apply use my new found graphical super powers to |
##The task What this video from Geek Gurl Diaries. (Might not be accessible from within school)
<iframe width="560" height="315" src="//www.youtube.com/embed/b84EywkQ3HI" frameborder="0" allowfullscreen></iframe>##Steps
- Create a simple space invader like the one shown in the video.
- Comment your code to explain what each line does. (as best you can)
- Paste you code into sprite.py and commit.
- Try to animate your sprite as the end of video suggests.
- Paste you code into sprite.py and commit.
- Make a bigger canvas and a bigger sprite of your own design.
- Paste you code into sprite.py and commit.
- Go forth and do something cool!
- Paste you code into sprite.py and commit.