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:20190310T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20191103T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190601T150000
DTEND;TZID=America/Los_Angeles:20190601T160000
DTSTAMP:20260504T031021
CREATED:20190602T025245Z
LAST-MODIFIED:20190602T025245Z
UID:1403-1559401200-1559404800@www.ayclogic.com
SUMMARY:3PM Python Level 2
DESCRIPTION:We started Pygame Birdie game.\n\nWe were able to load Background image.\nWe were able to load the Bird image.\nWe were able to shrink the Bird image.\n\n\nHomeworks:\n\nMake the bird move from left to right. You need to change the x coordinate of the bird.\n\nHint: when you call the following\, the second parameter is the (x\, y) coordinate\n\n\nscreen.blit(bird1A\, (100\,0))
URL:https://www.ayclogic.com/event/3pm-python-level-2-4/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190607T190000
DTEND;TZID=America/Los_Angeles:20190607T200000
DTSTAMP:20260504T031021
CREATED:20190608T040523Z
LAST-MODIFIED:20190608T040523Z
UID:1418-1559934000-1559937600@www.ayclogic.com
SUMMARY:7PM Python Level 2
DESCRIPTION:We reviewed last week materials:\n\nWe reviewed what class means.\nWe reviewed __init__ function.\n\n\nWe continued with Birdie project.\n\nWe were able to randomly make the bird face left or right randomly.\nWe were able to create a random bird every 20 frame per second.\nWe were able to make the bird in left or right side of the screen.\nWe were able to choose any of the 4 bird files randomly.\n\n\nHomeworks:\n\nMake different bird size every time a bird is created.\nMake bird flapping slower. The way to do this should be very similar with the way we used “create_bird_timer” and “create_bird_delay” variables.
URL:https://www.ayclogic.com/event/7pm-python-level-2-10/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190608T150000
DTEND;TZID=America/Los_Angeles:20190608T160000
DTSTAMP:20260504T031021
CREATED:20190608T230008Z
LAST-MODIFIED:20190608T230008Z
UID:1432-1560006000-1560009600@www.ayclogic.com
SUMMARY:3PM Python Level 2
DESCRIPTION:We learned how to make the bird goes into different direction.\nWe learned how to flip the bird horizontally.\nHomeworks:\n\nLoad and draw all 4 birds.\nTwo of them should face and move to the right.\nTwo of them should face and move to the left.\nAll of them should have different Y coordinates.
URL:https://www.ayclogic.com/event/3pm-python-level-2-5/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190614T190000
DTEND;TZID=America/Los_Angeles:20190614T200000
DTSTAMP:20260504T031021
CREATED:20190615T173850Z
LAST-MODIFIED:20190615T174514Z
UID:1453-1560538800-1560542400@www.ayclogic.com
SUMMARY:7PM Python Level 2
DESCRIPTION:We went over last week homework.\n\nWe created enemy birds at different sizes.\nWe made the bird flap slower.\n\n\nWe started to make player character in the game.\nHomework:\n\nMake your character picture better.\nLoad and draw your character in the game. You have to use\n\npygame.image.load\npygame.transform.scale\nscreen.blit
URL:https://www.ayclogic.com/event/7pm-python-level-2-11/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190622T150000
DTEND;TZID=America/Los_Angeles:20190622T160000
DTSTAMP:20260504T031021
CREATED:20190622T233656Z
LAST-MODIFIED:20190622T233656Z
UID:1571-1561215600-1561219200@www.ayclogic.com
SUMMARY:3PM Python Level 2
DESCRIPTION:We went over how to make the Bird flip face to the left inside the Bird class.\nWe went over how to make the bird flap inside the Bird class.\nWe went over how to make a new bird once every second using the create_bird_timer variable.\nHomework:\n\nMake the bird flaps slower using timer variable similar to create_bird_timer.
URL:https://www.ayclogic.com/event/3pm-python-level-2-7/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190629T150000
DTEND;TZID=America/Los_Angeles:20190629T160000
DTSTAMP:20260504T031021
CREATED:20190702T073407Z
LAST-MODIFIED:20190702T073407Z
UID:1607-1561820400-1561824000@www.ayclogic.com
SUMMARY:3PM Python Level 2
DESCRIPTION:We continued with Birdie game project.\nWe made the bird flaps less frequently using bird_flap_timer.\nHomework:\n\nTake a picture of your face from the side.\nUse any image editor that you have to crop the background of your picture so what’s left is only your face. If you do not have an image-editing software\, you can download and install FREE image editors such as https://firealpaca.com/\nResize your face picture to something like 100 X 75. The size does not have to be exactly like above\, but it should be close enough so you do not need to scale in python.\nUpload your image into your Python project.\nReview the concept of class in Python and come up with a couple of questions and bring up these questions in the next class.
URL:https://www.ayclogic.com/event/3pm-python-level-2-8/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
END:VCALENDAR