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:20240310T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20241103T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240227T180000
DTEND;TZID=America/Los_Angeles:20240227T190000
DTSTAMP:20260428T084022
CREATED:20240228T030337Z
LAST-MODIFIED:20240228T030337Z
UID:24095-1709056800-1709060400@www.ayclogic.com
SUMMARY:6 PM – Python Game Development – Sebastian
DESCRIPTION:Today We Did \n\nCreated explosion objects that show a score corresponding to balloon speed\nLearned how to only display a sprite for a certain amount of time\nBegan adding extra game modes & title screen\nYou can always find the code we wrote in class in my Gitlab repository here:\nhttps://gitlab.com/gsugiart/tue-6-pm-shoot-balloon/-/tree/Sebastian?ref_type=heads\nAYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nContinue with the homework we wrote together in our project proposal document.
URL:https://www.ayclogic.com/event/6-pm-python-game-development-sebastian-21/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240227T180000
DTEND;TZID=America/Los_Angeles:20240227T190000
DTSTAMP:20260428T084022
CREATED:20240228T083740Z
LAST-MODIFIED:20240304T171744Z
UID:24106-1709056800-1709060400@www.ayclogic.com
SUMMARY:6 PM - Intro To Python - Darin
DESCRIPTION:Today We Do\n\nContinued on the RobotBuilder project\, where we further connected the shapes together using a bit of math and logic.\nIntroduced creating a function for creating the right arm\, where we used more x and y parameters for the function as a way to change the location of the arm every time we call the makeRightArm() function\n\nHomework\n\nContinue on the same file called Feb20_RobotBuilder.py\, and submit it into the google drive when you finish\nCreate the makeLeftArm() function that takes in 2 parameters\, x and y\na) The very first thing you want to do is make the left arm without using a function.\nb) After you’ve made it work without a function\, you want to turn into a function with these 2 parameters x and y so that we can specify where we want our left arm to be made.\nc) In order to make this work\, you need to use x and y as the starting coordinates of the first shape being made inside of the function (as seen in with the makeRightHand() function\nd) Every other shape that is made inside of the function must use\n(x + or – {the difference between the first shape’s value and the current shape})\ne) Now that you have a function for the left arm\, go ahead and make 2 left arms similar to the 2 right arms.\n\n\nan example of how to turn any shape into a function: \ncode below draws a + shape:\nmakeRectangle(0\, 0\, “blue”\, 10\, 40)\nmakeRectangle(-15\, -15\, “blue”\, 40\, 10) \nIf we want to make it a function\, it would look like this: \ndef makePlus(x\, y):\n   makeRectangle(x\, y\, “blue”\, 10\, 40)\n   makeRectangle(x-15\, y-15\, “blue”\, 40\, 10) \nSee that in the example above\, we made every other shape after the first shape inside of the function use x and y added/subtracted with the difference between the first shape coordinate and the next shape coordinate from the original code before it became a function. \nNotes:\nIf you have any questions\, email me at ddjapri@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-54/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR