Skip to content

Latest commit

 

History

History
 
 

5

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

#Python Python

##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 conquer the world create a simple animation or game.

##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>

IMAGE ALT TEXT HERE

##Steps

  1. Create a simple space invader like the one shown in the video.
  2. Comment your code to explain what each line does. (as best you can)
  3. Paste you code into sprite.py and commit.
  4. Try to animate your sprite as the end of video suggests.
  5. Paste you code into sprite.py and commit.
  6. Make a bigger canvas and a bigger sprite of your own design.
  7. Paste you code into sprite.py and commit.
  8. Go forth and do something cool!
  9. Paste you code into sprite.py and commit.