BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//American Young Coder - ECPv6.10.1.1//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-ORIGINAL-URL:https://www.ayclogic.com
X-WR-CALDESC:Events for American Young Coder
REFRESH-INTERVAL;VALUE=DURATION:PT1H
X-Robots-Tag:noindex
X-PUBLISHED-TTL:PT1H
BEGIN:VTIMEZONE
TZID:America/Los_Angeles
BEGIN:DAYLIGHT
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
TZNAME:PDT
DTSTART:20210314T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20211107T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20211114T190000
DTEND;TZID=America/Los_Angeles:20211114T200000
DTSTAMP:20260424T125906
CREATED:20211115T040858Z
LAST-MODIFIED:20211115T040858Z
UID:10469-1636916400-1636920000@www.ayclogic.com
SUMMARY:7 PM - Python Game Development
DESCRIPTION:Today \n\nWe went over the homework.\nWe added a direction attribute to the player.\nWe updated the direction based on which way the player moves.\nWe flipped the image when the player is facing left\, so the player is facing to the left when it’s direction is to the left.\nWe randomized which birds are generated.\n\nHomework \n\nRandomize which cloud image is loaded into the self.image attribute for the Cloud sprite\, select randomly from “cloud1.png”\, cloud2.png”\, or “cloud3.png”. Use a similar technique to what we used for the Bird sprite.\nFlip the bird image that’s used when the bird direction is to the LEFT. You can use a similar technique we used for the Player sprite.\nAdd a direction attribute to the fireball\, and update the code where we create fireballs.\nPass the direction attribute from the self.player_sprite.direction attribute to the fireball when we create the fireball.\nMove the fireball correctly based on the direction. Similar to how we move the other sprites based on the direction.\nFlip the fireball image when it’s facing to the left.
URL:https://www.ayclogic.com/event/7-pm-python-game-development-93/
CATEGORIES:Java,Python Game Development
END:VEVENT
END:VCALENDAR