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:20211204T090000
DTEND;TZID=America/Los_Angeles:20211204T100000
DTSTAMP:20260526T035028
CREATED:20211205T032141Z
LAST-MODIFIED:20211205T032141Z
UID:10643-1638608400-1638612000@www.ayclogic.com
SUMMARY:9 AM - Android Game Development - Gamas
DESCRIPTION:Today We Do\n\nWe enabled Up and Down arrows to move the dragon up and down.\n\nHomework\n\nAdd the code so when user touch the launch fireball circle\, it will launch fireball from where the player’s location. You need to create List<Bullet> to be able to display multiple bullets at the same time. The code should be similar with List<Bird> birdGroup.
URL:https://www.ayclogic.com/event/9-am-android-game-development-gamas-2/
CATEGORIES:Android Game Development,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20211211T090000
DTEND;TZID=America/Los_Angeles:20211211T100000
DTSTAMP:20260526T035028
CREATED:20211211T213933Z
LAST-MODIFIED:20211211T213933Z
UID:10707-1639213200-1639216800@www.ayclogic.com
SUMMARY:9 AM - Android Game Development With Java
DESCRIPTION:Homework\n\nWe want to make the red dragon (Player.java) have flapping wing animation.\nIf you still have copy of the codes from your Python Game Development class\, look into that to see how to do.wing flapping animation for doing this.\nInside Player.java\, you need to have List<Bitmap> images.\nInside Player constructor\, you need to load all player1\, player2\, player3 and player4 images and then add them into List<Bitmap> images.\nYou need to have a new class attribute: int imageIndex = 0; You need this to control which image from the List<Bitmap> images that you want to display at any given point.\nInside the Player.draw(Canvas) method you have to use the List<Bitmap> images and get one image at a time according to imageIndex and draw the image.
URL:https://www.ayclogic.com/event/9-am-android-game-development-with-java-4/
CATEGORIES:Android Game Development,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20211218T090000
DTEND;TZID=America/Los_Angeles:20211218T100000
DTSTAMP:20260526T035028
CREATED:20211218T175924Z
LAST-MODIFIED:20211218T175924Z
UID:10808-1639818000-1639821600@www.ayclogic.com
SUMMARY:9 AM - Android Game Development With Java
DESCRIPTION:Homework\n\nMake bird sprite have flapping animation. Look at how we did it in Player.\nAdd hitbox to Player.\nDetect collission between player and any of the bird. When they collide\, set isRunning = false. This will stop the game.\nNo class from Dec 24 to Jan 2. Merry Christmas and Happy New Year.
URL:https://www.ayclogic.com/event/9-am-android-game-development-with-java-5/
CATEGORIES:Android Game Development,Java
END:VEVENT
END:VCALENDAR