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:20230312T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20231105T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230828T190000
DTEND;TZID=America/Los_Angeles:20230828T200000
DTSTAMP:20260430T070715
CREATED:20230829T222250Z
LAST-MODIFIED:20230829T222250Z
UID:21370-1693249200-1693252800@www.ayclogic.com
SUMMARY:7 PM – Python Game Development – Sebastian
DESCRIPTION:Today We Did\n\nGave each object their own hit box when we set “TESTING” mode to True\nConfigured group collisions for the fireball and bird groups\nYou can always find the code we wrote in class in my Gitlab repository here:\nhttps://gitlab.com/gsugiart/mon-7-pm-dragon-birdie/-/tree/MON-7PM-Sebastian\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nPlease submit your homework by Sunday night\nHomework: Our next steps will be to add a landing screen for our game. Your homework will ensure we get a head start on this.\n\nLets make some new global variables. It’s your job to try and figure out which file we should add these in.\n\nSet new global variable “GAME_LANDING_PAGE” to 1\nSet new global variable “GAME_IN_SESSION” to 2\n\n\nNext\, in main.py create the following methods which we will use for the landing page. We’ll go over what to put inside these methods in class\, so for now just write “pass” as the method’s content:\n\ngame_landing_page()\ndraw_play_button_and_title()\n\n\nFinally\, let’s add a new attribute in main.py called “self.mode” and set it to the global variable we made earlier called “GAME_LANDING_PAGE”. It’s your job to think of which method we should create this new attribute.
URL:https://www.ayclogic.com/event/7-pm-python-game-development-sebastian-7/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
END:VCALENDAR