Change Contents of the Bubble
Welcome to CS1315. Click on the python to add comments.

Looking for the book? They have it at the Engineer's Bookstore at 748 Marietta St NW. Here is there website: http://www.engrbookstore.com/ - Monica

Hotspots: Slides and CodeTA CornerComments?AnnouncementsFAQStatic Webspace
View this PageEdit this Page (locked)Uploads to this PageHistory of this PageHomeRecent ChangesSearchHelp Guide

Homework 3- Fall 2007

Zelda Runner!


Sorry for the change everybody, but when you submit anything on T-square, make sure that you press the "Submit" button and not the "Save Draft" button as you have done in the past. The "Save Draft" button will keep your work, but will not ever submit it. However, once you have pressed "Submit", you can't change anything without e-mailing your TA the new files, so try not to submit until you are sure that you are done. If you e-mail the TAs after 11:45 PM, your submission will still be late, so make sure that you e-mail them in time if that is what you need to do. Once again, I'm sorry about this change. Thanks! Brittany Duncan

  1. Your function should be named zeldaRun (case-sensitive) and your file should be named hw3.py
  2. Your function should create enough frames so that the movie scrolls through the entire background (this implies that the background should move).
  3. Your movie should run at a rate of 30 frames per second
  4. EACH FRAME should have your first and last name visible in the upper left hand corner (This is very easy to do in JES, so that is how it should be done.).
  5. The movie will be of a sprite of your choice running through the background maze. Further, the sprite must use chromakey; if the sprite has a solid background, you will lose 10 points.
  6. You will begin your character in the room that makes up the lower left corner of the map. It will run (Yes, you must animate your sprite. The sprite should be in roughly the same place, possiby shifted up or down, but the picture should change so that it looks like it is running.) to the room directly under the room which comprises the topmost right corner (it has a green dragon in it).
  7. While it is not necessary to totally obey where walls are, you may only move up, down, right or left. No diagonal movements are allowed. Further, you may not pass through the black areas, but instead, must pass through the rooms.

Extra Credit:


How the TA will grade:

hw3.py
zeldaRun.mov

Extras

http://www-static.cc.gatech.edu/classes/AY2007/cs1315_fall/Sprites.zip

Map

http://www-static.cc.gatech.edu/classes/AY2006/cs1315_summer/hw6/
http://coweb.cc.gatech.edu/cs1315/4233
http://coweb.cc.gatech.edu/cs1315/4278

Homework 3 Questions- Fall 2007

Link to this Page