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:20211001T190000
DTEND;TZID=America/Los_Angeles:20211001T200000
DTSTAMP:20260424T125332
CREATED:20211002T183716Z
LAST-MODIFIED:20211002T183716Z
UID:9644-1633114800-1633118400@www.ayclogic.com
SUMMARY:7 PM - Python OOP
DESCRIPTION:Homework\n\nAdd a new python file under “src” folder: teacher.py\nInside teacher.py\, create a new class “Teacher” with the following attributes: name\, age\, phone\, subject.\nInside school_application.py add two more features: Add New Teacher and List All teachers. These 2 features are very similar to Add new student and List all students. Look at below examples\n\nPlease select one of the following\n1. Add new student\n2. List all students\n3. Find student\n4. Quit\n5. Add new teacher\n6. List all teachers\nEnter your selection: 5\n\nAdd a new teacher:\nEnter teacher name: Gamas Chang\nEnter teacher age: 100\nEnter teacher phone: 888-888-8888\nEnter teacher subject of expertise: Python\nYou have successfully added a new Teacher: Gamas Chang\n\nPlease select one of the following\n1. Add new student\n2. List all students\n3. Find student\n4. Quit\n5. Add new teacher\n6. List all teachers\nEnter your selection: 5\n\nAdd a new teacher:\nEnter teacher name: John Cheng\nEnter teacher age: 99\nEnter teacher phone: 999-999-9999\nEnter teacher subject of expertise: Java\nYou have successfully added a new Teacher: John Cheng\n\nPlease select one of the following\n1. Add new student\n2. List all students\n3. Find student\n4. Quit\n5. Add new teacher\n6. List all teachers\nEnter your selection: 6\nGamas Chang - 100 years old - subject of expertise: Python\nJohn Cheng - 99 years old - subject of expertise: Java
URL:https://www.ayclogic.com/event/7-pm-python-oop-6/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20211002T090000
DTEND;TZID=America/Los_Angeles:20211002T100000
DTSTAMP:20260424T125332
CREATED:20211002T165642Z
LAST-MODIFIED:20211002T165642Z
UID:9637-1633165200-1633168800@www.ayclogic.com
SUMMARY:9 AM - Android Game Development
DESCRIPTION:Homework:\n\nContinue on Credit Page. Modify activity_credit.xml so that it will look like below
URL:https://www.ayclogic.com/event/9-am-android-game-development-3/
CATEGORIES:Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20211002T100000
DTEND;TZID=America/Los_Angeles:20211002T110000
DTSTAMP:20260424T125332
CREATED:20211002T180724Z
LAST-MODIFIED:20211002T180724Z
UID:9640-1633168800-1633172400@www.ayclogic.com
SUMMARY:10 AM - Intro To Java
DESCRIPTION:Today We Do\n\nWe continued with EmailApplication project.\nWe added login feature where the application will check user email and password if it match the one inside the system.\nWe displayed Login menu when email and password have been verified.\n\nHomework\n\nCreate a new class EmailMessage.java which will contain the following attributes: senderEmail\, destinationEmail\, subject and content.\nInside EmailApplication.java\, create a new HashMap<String\, EmailMessage> to store email messages.\nWhen user create a new email get inputs from user and store the email message inside the newly created HashMap<String\, EmailMessage>\n\nPlease select from below:\n1. Check your inbox\n2. Create new email\n3. Logout\nEnter your selection:2\n\nCOMPOSE NEW EMAIL\nSend To: john@ayclogic.com\nSubject: Don't forget to study for final Exam next week\nContent: Hi John\, next week we have Java final Exam in AYCLOGIC\, don't forget to study\n\nEmail is sent successfuly sent to john@ayclogic.com
URL:https://www.ayclogic.com/event/10-am-intro-to-java-17/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20211002T100000
DTEND;TZID=America/Los_Angeles:20211002T110000
DTSTAMP:20260424T125332
CREATED:20211002T182747Z
LAST-MODIFIED:20211009T040357Z
UID:9642-1633168800-1633172400@www.ayclogic.com
SUMMARY:SAT - 10 AM - Scratch 1 - Indo
DESCRIPTION:Today We Do\n\nWe finished Spaceship v1.0 project.\n\nHomework\nNext week we are going to review some projects to prepare for the final test the following week (Oct 16). Please review below projects and prepare some questions\, at least 2 questions each person. If you don’t have any questions because you already understand everything\, no worry\, but I am going to ask some questions to you to make sure you understand properly. \n\nSpaceship V1.0: https://scratch.mit.edu/projects/266884838\nAnimal Crossing: https://scratch.mit.edu/projects/534386858\nBirthday Card: https://scratch.mit.edu/projects/557279686/\nCat Art: https://scratch.mit.edu/projects/331671044
URL:https://www.ayclogic.com/event/sat-10-am-scratch-1-indo-7/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20211002T120000
DTEND;TZID=America/Los_Angeles:20211002T130000
DTSTAMP:20260424T125332
CREATED:20211002T195920Z
LAST-MODIFIED:20211002T195920Z
UID:9646-1633176000-1633179600@www.ayclogic.com
SUMMARY:12 PM - Intro To Java
DESCRIPTION:Today We Do\n\nWe installed IntelliJ Community edition and install Java version 16.\nWe learned about variables and data types\n\nprimitive data types: int\, short\, long\, double and float.\nnon-primitive data types: Integer\, String\n\n\nWe learned how to combine String using Java formatter.\n\nHomework\n\nCreate a new Java file called Oct2_VariableDataTypeHomework.java.\nDo number exercises number 1 to 3 from here: https://www.ayclogic.com/java-variables-datatypes/\n\n 
URL:https://www.ayclogic.com/event/12-pm-intro-to-java/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20211002T130000
DTEND;TZID=America/Los_Angeles:20211002T140000
DTSTAMP:20260424T125332
CREATED:20211002T221441Z
LAST-MODIFIED:20211002T221441Z
UID:9652-1633179600-1633183200@www.ayclogic.com
SUMMARY:1 PM - Python Game Development
DESCRIPTION:Today: \n\nWe went over the final projects\nWe added the target to shoot balloon.\n\nHomework: \n\nContinue on your final projects.
URL:https://www.ayclogic.com/event/1-pm-python-game-development-34/
CATEGORIES:Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20211002T140000
DTEND;TZID=America/Los_Angeles:20211002T150000
DTSTAMP:20260424T125332
CREATED:20211002T235454Z
LAST-MODIFIED:20211002T235454Z
UID:9658-1633183200-1633186800@www.ayclogic.com
SUMMARY:2 PM - Intro To Python - Gamas
DESCRIPTION:Today We Do\n\nWe reviewed homeworks and prepare for next week 2nd quiz.\n\nHomework\n\nNext week is our second quiz\, please come 15 mins early\, 1:45 PM.\nPlease study the followings\n\nFunctions with and without return value.\nRandom module\nHow to fix python errors\nWhile Loops\, For Loops\, getting input from shell.\nList\, For loop list.
URL:https://www.ayclogic.com/event/2-pm-intro-to-python-gamas-7/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20211002T140000
DTEND;TZID=America/Los_Angeles:20211002T150000
DTSTAMP:20260424T125332
CREATED:20211003T083106Z
LAST-MODIFIED:20211003T083121Z
UID:9678-1633183200-1633186800@www.ayclogic.com
SUMMARY:2PM - Intro to Python - Latisha
DESCRIPTION:Today We Did:\n\nReviewed Quiz 1\n\nHomework:\n\nDo questions 1\,2\,3 from https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/ in the file Oct2_WebsitePractice.py\n\nIf you have any questions\, please send an email to latisha@ayclogic.com
URL:https://www.ayclogic.com/event/2pm-intro-to-python-latisha-8/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20211002T140000
DTEND;TZID=America/Los_Angeles:20211002T150000
DTSTAMP:20260424T125332
CREATED:20211007T020643Z
LAST-MODIFIED:20211008T031204Z
UID:9719-1633183200-1633186800@www.ayclogic.com
SUMMARY:2 PM Scratch Level 1 - Alex Lee
DESCRIPTION:Today We Did\n\nWe were able to finish up the Birthday Card project\nBegan the Spiralizer project\nTalked about clones and how to delete them when they touch the edge\n\nFor Homework\n\nFor homework please do from pages 98-99.
URL:https://www.ayclogic.com/event/2-pm-scratch-level-1-4/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20211002T150000
DTEND;TZID=America/Los_Angeles:20211002T160000
DTSTAMP:20260424T125332
CREATED:20211002T234309Z
LAST-MODIFIED:20211002T234309Z
UID:9655-1633186800-1633190400@www.ayclogic.com
SUMMARY:3 PM - Python Game Development
DESCRIPTION:Today We Do\n\nBefore when we spawn the Tower\, it always spawn the same tower over and over again regardless of which tower that we purchase. We fix this problem so the tower span is according to the Tower that the player purchase.\n\nHomework\nEveryone\n\nFix the TowerHotspot locations so when you spawn tower\, it will not spawn the tower on the road.\nWhen you click the TowerForPurchase sprite\, you need to reduce the self.coins according to the tower_for_purchase.price. You need to do this inside main.py\, I think the name of the method is tower_purchase_mouse_collision(self\, tower\, mouse). If self.coins is less than tower_for_purchase.price\, prevent the user from purchasing the tower. To prevent spawning of the tower\, in your code\, you should avoid creating TowerForPurchase.\n\nRaelyn\, Corey\, Bradley\n\nIf you did not do last week homework\, please do them. If you don’t do them\, you will get left behind and it is not fair to ask other students to wait for you if you don’t do your homework.\nI still see the enemy movement is not exactly on the road\, you have to fix this too.\nThe tower is the one that is supposed to launch projectile/fireball. In order to do this\, we need to do the following\n\nin main.py\, stop calling launch_fireball(self) from game_in_session(self).\nAdd 3 more parameters in launch_fireball method so it would be launch_fireball(self\,x\, y\, direction)\nAfter you do this\, we will make the tower launch the projectile next week in the class.\n\n\n\n 
URL:https://www.ayclogic.com/event/3-pm-python-game-development-45/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20211002T150000
DTEND;TZID=America/Los_Angeles:20211002T160000
DTSTAMP:20260424T125332
CREATED:20211002T234936Z
LAST-MODIFIED:20211002T234936Z
UID:9656-1633186800-1633190400@www.ayclogic.com
SUMMARY:3pm Scratch Level 1 - Bill
DESCRIPTION:Today We:\n\nContinued the birthday card project\nMade the sharks sing the birthday song\nMade the birthday song play in the background\nFinish the birthday card project\nStart the spyralizer project\nLearned about cloning sprites\nMade the basic spiral part of the spyralizer project\n\nYour HW:\n\nPage 97-99\, adding the sliders to control the spiral.
URL:https://www.ayclogic.com/event/3pm-scratch-level-1-bill-4/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20211002T150000
DTEND;TZID=America/Los_Angeles:20211002T160000
DTSTAMP:20260424T125332
CREATED:20211003T001730Z
LAST-MODIFIED:20211003T001730Z
UID:9663-1633186800-1633190400@www.ayclogic.com
SUMMARY:3 PM - OOP Python - Nathaniel
DESCRIPTION:Today We\n\nFinished writing the code for the dragon class in the MonsterInheritanceSystem\n\nHomework\n\n\nPage 173\, 9-6 and 9-7\n\n\nIf you have any questions\, please feel free to email me at nathaniel@ayclogic.com!
URL:https://www.ayclogic.com/event/3-pm-oop-python-nathaniel/
CATEGORIES:OOP Python
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20211002T150000
DTEND;TZID=America/Los_Angeles:20211002T160000
DTSTAMP:20260424T125332
CREATED:20211004T231743Z
LAST-MODIFIED:20211004T231743Z
UID:9686-1633186800-1633190400@www.ayclogic.com
SUMMARY:3 PM - Scratch Level 1 - Allison
DESCRIPTION:Today we:\n\ncontinued the Spaceship project\ncreated a timer\nmade the Banner hide and show\n\nHomework:\n\nadd music to forever play\nchoose a different song to play when the game is won\nchoose a different song to play when the game is over\nrandomize the costumes used for the Asteroid sprite\nWe are going to review some projects next week to prepare for the final test on October 16. Please review the projects below and prepare at least two questions. If you understand everything\, it’s okay if you do not have any questions\, but make sure to be prepared for next week’s class. I will be asking questions to you to make sure you fully understand the class material.\n\nSpaceship V1.0: https://scratch.mit.edu/projects/266884838\nAnimal Crossing: https://scratch.mit.edu/projects/559936031/\nBirthday Card: https://scratch.mit.edu/projects/557279686/\nCat Art: https://scratch.mit.edu/projects/331671044
URL:https://www.ayclogic.com/event/3-pm-scratch-level-1-allison-6/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20211002T160000
DTEND;TZID=America/Los_Angeles:20211002T170000
DTSTAMP:20260424T125332
CREATED:20211003T001424Z
LAST-MODIFIED:20211003T001424Z
UID:9661-1633190400-1633194000@www.ayclogic.com
SUMMARY:4 PM - Intro to Python - Nathaniel
DESCRIPTION:Today We\n\nWorked on the final project\n\nHomework\n\n\n\nFinish the final project by October 9 and review the criteria to make sure your project fulfills all requirements\n\n\nFinal Project Criteria Link: https://www.ayclogic.com/intro-to-python-final-project-criteria/\n\nIf you have any questions\, please send an email to nathaniel@ayclogic.com
URL:https://www.ayclogic.com/event/4-pm-intro-to-python-nathaniel-9/
CATEGORIES:Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20211002T180000
DTEND;TZID=America/Los_Angeles:20211002T190000
DTSTAMP:20260424T125332
CREATED:20211003T030328Z
LAST-MODIFIED:20211003T031504Z
UID:9668-1633197600-1633201200@www.ayclogic.com
SUMMARY:6 PM - Python Game Development
DESCRIPTION:Homework\n\nIf you did not do last week homework\, please do it.\nWhen the bug appear\, play the sound “assets/bug/birdchirp2.wav” forever. use play(-1)\nWhen the bug goes beyond the screen\, stop the sound.\nWhen the bug is killed by the target\, stop the sound.
URL:https://www.ayclogic.com/event/6-pm-python-game-development-167/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20211003T090000
DTEND;TZID=America/Los_Angeles:20211003T100000
DTSTAMP:20260424T125332
CREATED:20211003T025930Z
LAST-MODIFIED:20211003T025930Z
UID:9665-1633251600-1633255200@www.ayclogic.com
SUMMARY:9 AM - Scratch 1
DESCRIPTION:Homework\n\nContinue with Punch the Dummy project by adding hair on the Head costume.\nDuplicate the first head costume so you have 2 head costumes with the same hair.\nOn the first head costume\, create a smile and name this costume happy\nOn the second head costume\, create a frowning mouth and name this costume “unhappy”.\nWhen the eyeballs is hit\, switch costume to “unhappy” costume. And then after it moves back to the original position\, switch the costume back to “happy” costume.\nLook at picture below
URL:https://www.ayclogic.com/event/9-am-scratch-1-9/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20211003T190000
DTEND;TZID=America/Los_Angeles:20211003T200000
DTSTAMP:20260424T125332
CREATED:20211004T030110Z
LAST-MODIFIED:20211004T030132Z
UID:9682-1633287600-1633291200@www.ayclogic.com
SUMMARY:7 PM - Python Game Development
DESCRIPTION:Today \n\nWe went over how to draw the birds on the screen on top of the blue background.\nWe reviewed how the game loop works.\nWe added animation to the green bird.\nWe made the green bird move up the screen.\n\nHomework \n\nLoad the orange bird in the upper left hand corner of the screen.\nMake the orange bird move down and right.
URL:https://www.ayclogic.com/event/7-pm-python-game-development-84/
CATEGORIES:Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20211004T160000
DTEND;TZID=America/Los_Angeles:20211004T170000
DTSTAMP:20260424T125332
CREATED:20211005T015444Z
LAST-MODIFIED:20211005T015444Z
UID:9690-1633363200-1633366800@www.ayclogic.com
SUMMARY:4PM - Advanced Python Game Development
DESCRIPTION:Today We Did:\n\nCreate EnemyTank class\n\nHomework:\n\nmake set_tank_direction in enemy_tank.py so that the enemy tank can be controlled by the up\, down\, left\, and right keys\n\nIf you have any questions\, please send an email to latisha@ayclogic.com
URL:https://www.ayclogic.com/event/4pm-advanced-python-game-development-3/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20211004T170000
DTEND;TZID=America/Los_Angeles:20211004T180000
DTSTAMP:20260424T125332
CREATED:20211005T010752Z
LAST-MODIFIED:20211005T010752Z
UID:9688-1633366800-1633370400@www.ayclogic.com
SUMMARY:5pm Scratch Level 2 - Bill
DESCRIPTION:Today We:\n\nContinued the Rocket Ship Game\nMade the stars and asteroids random sizes\nMade a bomb projectile\nLimited the amount of bombs the user can shoot\nAdded a bomb powerup for the user to get bombs to shoot again\nFixed bug where powerups would stay on the screen after you died\nFixed bug where you can still shoot bombs and fireballs after you died\n\nYour HW:\n\nMake your bomb costumes more space themed.\nMake your bomb power up sprite costume more fancy and space themed.
URL:https://www.ayclogic.com/event/5pm-scratch-level-2-bill-3/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20211004T170000
DTEND;TZID=America/Los_Angeles:20211004T180000
DTSTAMP:20260424T125332
CREATED:20211011T212056Z
LAST-MODIFIED:20211011T212056Z
UID:9777-1633366800-1633370400@www.ayclogic.com
SUMMARY:5PM - Advanced Digital Illustration
DESCRIPTION:MONDAY \nToday we continued our Todoroki project.\nWe finished the final details of the lines in class\, and we also finished coloring him. We started the process for shading the drawing\, which will be finished next class. \nHOMEWORK \nFill out this form. \nNo homework for the Todoroki
URL:https://www.ayclogic.com/event/5pm-advanced-digital-illustration-8/
CATEGORIES:Digital Illustration,Intermediate Digital Illustration
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20211004T180000
DTEND;TZID=America/Los_Angeles:20211004T190000
DTSTAMP:20260424T125332
CREATED:20211011T233903Z
LAST-MODIFIED:20211011T233903Z
UID:9780-1633370400-1633374000@www.ayclogic.com
SUMMARY:6PM - Advanced Digital Illustration
DESCRIPTION:MONDAY \nIn class\, we continued the girl in the stars. We colored the figure\, and added shading details. We started on the background too. \nFinal Project Homework \nFinish up any lines and details you didn’t get to from last class. \nAdd the flat colors to your drawing. Colors should be on a different layer than lines.
URL:https://www.ayclogic.com/event/6pm-advanced-digital-illustration-7/
CATEGORIES:Digital Illustration,Intermediate Digital Illustration
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20211005T160000
DTEND;TZID=America/Los_Angeles:20211005T170000
DTSTAMP:20260424T125332
CREATED:20211010T083427Z
LAST-MODIFIED:20211010T083427Z
UID:9764-1633449600-1633453200@www.ayclogic.com
SUMMARY:4PM - Advanced Python Game Development
DESCRIPTION:Today We Did:\n\nModify EnemyTank so that it uses its own images\nCreate set_tank_direction\n\nHomework:\n\nMake the EnemyTurret class in enemy_turret.py that inherits from PlayerTurret and make load_image in EnemyTurret load EnemyTank_1_Turret_0.png\, and also make create_turret function in enemy_tank that returns a EnemyTurret\n\nIf you have any questions\, please send an email to latisha@ayclogic.com
URL:https://www.ayclogic.com/event/4pm-advanced-python-game-development-4/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20211005T180000
DTEND;TZID=America/Los_Angeles:20211005T190000
DTSTAMP:20260424T125332
CREATED:20211006T014629Z
LAST-MODIFIED:20211006T014629Z
UID:9705-1633456800-1633460400@www.ayclogic.com
SUMMARY:6 PM - Intro to Python - Nathaniel
DESCRIPTION:Today we: \n\nFinished hangman\n\nHomework: \n\nDo the following problem:\n\nGet a word from the user. And print each character of the word along with its index.\n\nex.\nword input = "race"\n\noutput:\n"r at index 0"\n"a at index 1"\n"c at index 2"\n"e at index 3"\n 
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-nathaniel-10/
CATEGORIES:Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20211005T180000
DTEND;TZID=America/Los_Angeles:20211005T190000
DTSTAMP:20260424T125332
CREATED:20211006T022258Z
LAST-MODIFIED:20211006T022258Z
UID:9707-1633456800-1633460400@www.ayclogic.com
SUMMARY:6 PM - Scratch Class Level 1 - Yitong
DESCRIPTION:Today we:\n\ncreated sprites\nlearned about costumes\nand learned about backdrops\n\nHomework:\nScratch Coding Book page 40 – 41 \nPages 40-41
URL:https://www.ayclogic.com/event/6-pm-scratch-class-level-1-yitong/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20211006T170000
DTEND;TZID=America/Los_Angeles:20211006T180000
DTSTAMP:20260424T125332
CREATED:20211007T010137Z
LAST-MODIFIED:20211007T010137Z
UID:9713-1633539600-1633543200@www.ayclogic.com
SUMMARY:5pm Intro To Python - Bill
DESCRIPTION:Today We:\n\nStarted the Magic 8 Ball project\nFinished the first version of the Magic 8 Ball project\nStarted a new version of Magic 8 Ball project\nThis new version uses a list of responses\nIt also used the random.choice function instead of using random numbers\nFinished the second version of Magic 8 Ball project\n\nYour HW:\n\nCreate a new file called  “StarwarsProblemHW”\nDo 1-4 on this link https://www.ayclogic.com/intro-to-python/star-wars-problem/
URL:https://www.ayclogic.com/event/5pm-intro-to-python-bill-3/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20211006T170000
DTEND;TZID=America/Los_Angeles:20211006T180000
DTSTAMP:20260424T125332
CREATED:20211012T070545Z
LAST-MODIFIED:20211012T070545Z
UID:9807-1633539600-1633543200@www.ayclogic.com
SUMMARY:5PM - Advanced Digital Illustration
DESCRIPTION:WEDNESDAY \nContinuing the Ayaka project: we finished the sketch – by adding the clothes. And we started on the lines.  Below is the progress we made in class. \n \nHOMEWORK \nFinish the lines of Ayaka’s face. This includes her other eye\, nose\, and mouth.
URL:https://www.ayclogic.com/event/5pm-advanced-digital-illustration-10/
CATEGORIES:Digital Illustration,Intermediate Digital Illustration
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20211006T180000
DTEND;TZID=America/Los_Angeles:20211006T190000
DTSTAMP:20260424T125332
CREATED:20211007T020152Z
LAST-MODIFIED:20211007T020152Z
UID:9715-1633543200-1633546800@www.ayclogic.com
SUMMARY:6 PM - Python Game Development
DESCRIPTION:We went over how to implement gravity and jumping on the bottom of the screen.\nContinue working on your final project
URL:https://www.ayclogic.com/event/6-pm-python-game-development-168/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20211006T180000
DTEND;TZID=America/Los_Angeles:20211006T190000
DTSTAMP:20260424T125332
CREATED:20211010T084038Z
LAST-MODIFIED:20211010T084038Z
UID:9768-1633543200-1633546800@www.ayclogic.com
SUMMARY:6PM - Intro to Python
DESCRIPTION:Today we learned:\n\nWhat is a variable\nHow to make and print a variable\nIntegers\, Doubles/Floats\, Strings\, Boolean\nHow to combine strings\n\nHomework:\n\npg. 20-23 from the book (IntroToPythonP20toP23)\, put into a file called Oct6_StringHomework.py\n\nIf you have any questions\, please send an email to latisha@ayclogic.com
URL:https://www.ayclogic.com/event/6pm-intro-to-python/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20211006T190000
DTEND;TZID=America/Los_Angeles:20211006T200000
DTSTAMP:20260424T125332
CREATED:20211007T032147Z
LAST-MODIFIED:20211007T032147Z
UID:9721-1633546800-1633550400@www.ayclogic.com
SUMMARY:7 PM - Python Game Development
DESCRIPTION:Today: \n\nWe went over the homework to add the turret\nWe added the ability to create the map.\n\nHomework: \n\nCreate your own map. It should have 28 columns and 20 rows.  Include a mix of empty spaces and walls.
URL:https://www.ayclogic.com/event/7-pm-python-game-development-85/
CATEGORIES:Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20211007T160000
DTEND;TZID=America/Los_Angeles:20211007T170000
DTSTAMP:20260424T125332
CREATED:20211010T083710Z
LAST-MODIFIED:20211010T083710Z
UID:9766-1633622400-1633626000@www.ayclogic.com
SUMMARY:4PM - Object Oriented Python
DESCRIPTION:Today we did:\n\nContinued working on Adventure Game\n\nContinued adding to application_loop\nAdded normal attack\nBegan working on magic attack\n\n\n\nHomework:\n\nWhen the user chooses normal attack\, assign a random number from 5 to the monster’s attack to a variable called monster_attack and subtract that number from the user’s life points. Then\, print to the shell how much the user was attacked by and how much life they have left.\n\nIf you have any questions\, please send an email to latisha@ayclogic.com
URL:https://www.ayclogic.com/event/4pm-object-oriented-python-5/
END:VEVENT
END:VCALENDAR