BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//American Young Coder - ECPv6.10.1.1//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-WR-CALNAME:American Young Coder
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:20211113T090000
DTEND;TZID=America/Los_Angeles:20211113T100000
DTSTAMP:20260428T162028
CREATED:20211113T211400Z
LAST-MODIFIED:20211113T211400Z
UID:10444-1636794000-1636797600@www.ayclogic.com
SUMMARY:9 AM - Android Game Development - Gamas
DESCRIPTION:Today We Do:\n\nWe made 3 birds appear on the screen moving to the left.\nWe created bird to appear periodically using timer.\nWe organized our codes so codes that belong to sprite was moved to its sprite class. For example\, the code that is responsible to rotate the background x coordinate was moved from GameView.java into Background.update() method.\nFor Bird.java\, Player.java and Background.java\, we added a new method draw(Canvas) which will be responsible to draw these characters. We moved some of the codes from GameView.draw() into each of these sprite.draw(canvas).\n\nHomework\n\nInside GameView.createBird() method\, make the bird y coordinate random from 0 to screenHeight.\nCreate a new class Bullet.java. This will be a new sprite for bullet/fireball. Use R.drawable.bullet for the image. Look at how we did Player.java and Bird.java to do this one.\nMake the size about 1/5 of the original size.\nAdd the update() and draw(Canvas canvas) accordingly. Just like how we did in Bird.java\, Player.java and Background.java. Review the class recording if you did not attend the class.\nInside Bullet.update()\, move the bullet to the right.\nAdd the Bullet into GameView and make it appear on the screen.
URL:https://www.ayclogic.com/event/9-am-android-game-development-gamas/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20211113T100000
DTEND;TZID=America/Los_Angeles:20211113T110000
DTSTAMP:20260428T162028
CREATED:20211114T001912Z
LAST-MODIFIED:20211114T001912Z
UID:10446-1636797600-1636801200@www.ayclogic.com
SUMMARY:10 AM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe reviewed quiz result.\n\nHomework\n\nCreate a new Java Project (File > New Project) call this project “MonsterInheritance“.\nInside this new project\, create a new Java file/class: Monster.java\nInside this new class\, create 2 attributes: String species and int health.\nCreate a new Java class: MonsterSystem.java\nInside MonsterSystem\, create a Map monsterMap;\nInside MonsterSystem\, add a method initializeMonster(). Inside this method\, user will add monster’s species as the key and Monster class as the value.\n\nMonster class with species “dragon” and health – 100.\nMonster class with species “troll” and health – 50.\nMonster class with species “water golem” and health – 30.
URL:https://www.ayclogic.com/event/10-am-intro-to-java-gamas/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20211113T120000
DTEND;TZID=America/Los_Angeles:20211113T130000
DTSTAMP:20260428T162028
CREATED:20211113T205720Z
LAST-MODIFIED:20211113T205720Z
UID:10442-1636804800-1636808400@www.ayclogic.com
SUMMARY:12 PM - Intro To Java - Gamas
DESCRIPTION:Homework\n\nContinue on Nov13Magic8BallV1. You want the magic 8 program to be able to answer at least Yes\, No or Maybe.\nExpected result would be\n\nWelcome to AYCLOGIC Magic 8 Ball game.\n\nEnter a yes or no question (enter 'exit' to quit): Is Gamas handsome?\nOf course\n\nEnter a yes or no question (enter 'exit' to quit): Is Gamas a genius?\nI doubt it.\n\nEnter a yes or no question (enter 'exit' to quit): exit\nBye bye
URL:https://www.ayclogic.com/event/12-pm-intro-to-java-gamas/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20211113T170000
DTEND;TZID=America/Los_Angeles:20211113T180000
DTSTAMP:20260428T162028
CREATED:20211114T020156Z
LAST-MODIFIED:20211114T020156Z
UID:10461-1636822800-1636826400@www.ayclogic.com
SUMMARY:5 PM - Intro To Java
DESCRIPTION:Homework\n\nCreate a new Java file Nov13IfElseInputHomework.java\nDo exercises in https://www.ayclogic.com/java-exercise-2b-input-from-shell-and-if-else/
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-4/
CATEGORIES:Introduction To Java,Java
END:VEVENT
END:VCALENDAR