<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Program and Play with Python Parker 8/1 by CodeNinjas_CastleRock</title>
      <link>https://padlet.com/ninjascr/yvrssgzrmwo03o97</link>
      <description></description>
      <language>en-us</language>
      <pubDate>2022-08-05 14:45:09 UTC</pubDate>
      <lastBuildDate>2025-11-10 05:05:48 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>https://padlet.net/icons/png/1f40d.png</url>
      </image>
      <item>
         <title>Overview</title>
         <author>ninjascr</author>
         <link>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255519253</link>
         <description><![CDATA[<div>For this activity, we created our own Mad Libs using Python's input( ) and print( ) functions.</div><ul><li>input( ) will prompt the user to type something in the command line then store the user's response into a predefined variable</li></ul><pre>color = input('What is your favorite color?')</pre><ul><li>print( ) will display a pre-coded message onto the command line</li></ul><pre>print('Your favorite color is ' + color + '. That's mine, too!')</pre>]]></description>
         <enclosure url="" />
         <pubDate>2022-08-05 14:45:09 UTC</pubDate>
         <guid>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255519253</guid>
      </item>
      <item>
         <title>Game Video</title>
         <author>ninjascr</author>
         <link>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255519264</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1194687459/380e9c7eaebb6b01bef2cbbb1010e831/2022_07_01_16_13_14.gif" />
         <pubDate>2022-08-05 14:45:09 UTC</pubDate>
         <guid>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255519264</guid>
      </item>
      <item>
         <title>Overview</title>
         <author>ninjascr</author>
         <link>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255519265</link>
         <description><![CDATA[<ul><li>This week we worked through "Code This Game!" by Meg Ray. This instructional book walked the students through some very important coding concepts (listed below) and building a game called Attack of the Vampire Pizzas! where the goal is to prevent the vampire pizzas from reaching the delivery trucks using a variety of different traps and boosts (think Plants vs. Zombies).</li><li>What we learned this week:<ul><li>Classes (described in greater detail under the <strong>Monster Class Activity</strong> section<ul><li>Methods<ul><li>&nbsp;Ex: def x(self):</li></ul></li><li>Attributes<ul><li>Ex: self.x = x</li></ul></li></ul></li><li>Loops:<ul><li>For Loops<ul><li>Ex: for x in range(y):</li></ul></li><li>While Loops<ul><li>Ex: while x:</li></ul></li></ul></li><li>Booleans<ul><li>Ex: x = True, y = False</li></ul></li><li>Variables<ul><li>Definitions<ul><li>Ex: x = 100</li></ul></li><li>Increment/Decrement<ul><li>Ex: x += 1, y -=1</li></ul></li></ul></li><li>Game Window<ul><li>Defining the size<ul><li>display.set_mode(WIDTH, HEIGHT)</li></ul></li><li>Displaying images<ul><li>game_window.blit(self.image,&nbsp; &nbsp; &nbsp; (self.rect.x, self.rect.y))</li><li>draw.circle(GAME_WINDOW, (r,g,b), (x,y), radius, thickness)</li><li>draw.rect(GAME_WINDOW, (r,g,b), (x,y, width, height), thickness)&nbsp;</li></ul></li></ul></li><li>Conditionals:<ul><li>If/Else statements<ul><li>Ex: if x:, elif y:, else:</li></ul></li></ul></li></ul></li><li>Thank you for the week! It was super awesome to get to know all of you/your kids. I hope they had fun, learned something this week, and formed an interest in this kind of stuff!</li><li>The completed code (through Chapter 13) is attached in the <strong>Attack of the Vampire Pizzas! Overview</strong> section. This can be used to help the students finish up their basic game and/or be used as a base line to work on Part 3 - Break This Game!, where students will modify, hack, and rebuild their game to make it even more fun and spectacular.&nbsp;</li></ul><div><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2022-08-05 14:45:09 UTC</pubDate>
         <guid>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255519265</guid>
      </item>
      <item>
         <title>Day 1</title>
         <author>ninjascr</author>
         <link>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255519266</link>
         <description><![CDATA[<ul><li>MadLib Activity<ul><li>Students programmed their own MadLib using Python's input( ) function to prompt the user for a variety of word types (different nouns, verbs, etc.) then used Python's print( ) function to display their story using the user inputs.</li></ul></li><li>Began working on the Vampire Pizza Attack! game<ul><li>Students worked through roughly Chapters 1 - 2 of "Code This Game!" to create their game window, add their background and first enemy image to the screen.</li></ul></li></ul>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1194687459/dd1c36db778b3130d841eb87be6762a4/day1.png" />
         <pubDate>2022-08-05 14:45:09 UTC</pubDate>
         <guid>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255519266</guid>
      </item>
      <item>
         <title>Day 2</title>
         <author>ninjascr</author>
         <link>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255519267</link>
         <description><![CDATA[<ul><li>Continued working on the Vampire Pizza Attack! game<ul><li>Students worked through roughly Chapters 3 - 6 of "Code this Game!" to practice drawing and displaying shapes to the game window, create the background grid, and define and create their enemy object.</li></ul></li></ul>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1194687459/0da4ec85404d2ef2d1f96a1f5c354dd3/day2.png" />
         <pubDate>2022-08-05 14:45:09 UTC</pubDate>
         <guid>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255519267</guid>
      </item>
      <item>
         <title>Day 3</title>
         <author>ninjascr</author>
         <link>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255519268</link>
         <description><![CDATA[<ul><li>Monster Class Activity<ul><li>Students used a pre-programmed file to obtain a better understanding of how to define and instantiate (create) class objects.</li></ul></li><li>Continued working on the Vampire Pizza Attack! game<ul><li>Students worked through roughly Chapters&nbsp;7 - 9 of "Code this Game!" to make their enemies move, create interactive fields, and create collision detection.</li></ul></li></ul><div><br></div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1194687459/39d9baa5de39fe0337c11d87eddf5e7d/day3.png" />
         <pubDate>2022-08-05 14:45:09 UTC</pubDate>
         <guid>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255519268</guid>
      </item>
      <item>
         <title>Day 4</title>
         <author>ninjascr</author>
         <link>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255519270</link>
         <description><![CDATA[<ul><li>Continued working on the Vampire Pizza Attack! game<ul><li>Students worked through roughly Chapters 10-11 of "Code this Game!" to add a points system and apply traps for the Vampire Pizzas.</li></ul></li></ul>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1194687459/66d298ef11de9ad5886c9b0b3e7c8311/day4.png" />
         <pubDate>2022-08-05 14:45:09 UTC</pubDate>
         <guid>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255519270</guid>
      </item>
      <item>
         <title>Day 5</title>
         <author>ninjascr</author>
         <link>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255519271</link>
         <description><![CDATA[<ul><li>Continued working on the Vampire Pizza Attack! game<ul><li>Students worked through Chapters 12 - 13 to finish up the basic concepts of their game by connecting the traps to the grid and add win/lose conditions</li></ul></li><li>Camp Celebrations!</li><li>Thank you for the week! It was super awesome to get to know all of you/your kids. Hopefully they had fun, learned something this week, and formed an interest in this kind of stuff!</li><li>The completed code (through Chapter 13) is attached in the Vampire Pizza Attack! Overview section. This can be used to help the students finish up their basic game and/or be used as a base line to work on Part 3 - Break This Game!, where students will modify, hack, and rebuild their game to make it even more fun and spectacular.&nbsp;</li></ul>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1194687459/fa140fb84e5a3bb979a197e38626e15a/day5.png" />
         <pubDate>2022-08-05 14:45:09 UTC</pubDate>
         <guid>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255519271</guid>
      </item>
      <item>
         <title>Step 1</title>
         <author>ninjascr</author>
         <link>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255519272</link>
         <description><![CDATA[<div>Follow the link to download the latest version of Python</div>]]></description>
         <enclosure url="https://www.python.org/downloads/" />
         <pubDate>2022-08-05 14:45:09 UTC</pubDate>
         <guid>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255519272</guid>
      </item>
      <item>
         <title>Step 2</title>
         <author>ninjascr</author>
         <link>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255519274</link>
         <description><![CDATA[<ul><li>Double click the download to open the Python Installer</li><li><strong><mark>Be sure to select "Add Python to PATH" (towards the bottom of the installer window)</mark></strong></li><li>Click Install Now</li></ul>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1194687459/946258b0652ee7f0f755a8c7ad3c5a70/wizard.png" />
         <pubDate>2022-08-05 14:45:09 UTC</pubDate>
         <guid>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255519274</guid>
      </item>
      <item>
         <title>Step 3</title>
         <author>ninjascr</author>
         <link>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255519275</link>
         <description><![CDATA[<div><strong><mark>Windows OS Computers</mark></strong></div><ul><li>Type "Command Prompt" in your Windows search bar and open the application</li><li>In Command Prompt, Type "python --version" to verify Python installation</li><li>Type "python -m pip install -U pygame --user" to install Python's game development module, called Pygame</li><li>Wait for the message "successfully installed pygame"</li></ul><div><br><strong><mark>iOS Computers</mark></strong></div><ul><li>Type "Terminal" in the search bar and open the application</li><li>In Terminal, Type "python3 --version" to verify Python installation</li><li>Type "python3 -m pip install -U pygame --user"</li><li>Wait for the message "successfully installed pygame"</li></ul>]]></description>
         <enclosure url="" />
         <pubDate>2022-08-05 14:45:09 UTC</pubDate>
         <guid>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255519275</guid>
      </item>
      <item>
         <title>Step 4</title>
         <author>ninjascr</author>
         <link>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255519277</link>
         <description><![CDATA[<div>Create a new directory (folder) using the command line</div><ul><li>While still in Command Prompt or Terminal, type "mkdir vampire_pizza_directory" to create the directory</li><li>Type "cd vampire_pizza_directory" to go into the new directory</li></ul><div><br>We practiced getting to this folder several times through out the week, but the path will be slightly different on your home computer. A general guide to locate this folder on your computer is as follows:<br><br><strong><mark>Windows OS Computers</mark></strong><br>** Open the Files app<br>-&gt; This PC<br>&nbsp; -&gt; Local Disk (C:)<br>&nbsp; &nbsp; -&gt; Users<br>&nbsp; &nbsp; &nbsp; -&gt; ** Your User Profile ** <br>&nbsp; &nbsp; &nbsp; &nbsp; -&gt; vampire_pizza_directory<br><br><strong><mark>iOS Computers</mark></strong><br>** Open Finder App<br>-&gt; This Mac<br>&nbsp; -&gt; vampire_pizza_directory<br><br>Also feel free to just search your computer for this folder!</div>]]></description>
         <enclosure url="" />
         <pubDate>2022-08-05 14:45:09 UTC</pubDate>
         <guid>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255519277</guid>
      </item>
      <item>
         <title>Step 5</title>
         <author>ninjascr</author>
         <link>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255519278</link>
         <description><![CDATA[<ul><li>Download MadLib.py and/or VampirePizzaAttack.py. Once downloaded drag these program files into the vampire_pizza_attack folder.&nbsp;</li><li>To download the additional assets required for Part 3, follow the above link and click "Download image asset package!"</li><li>Click the .zip file downloaded to open the images</li><li>Copy and paste all images (it is not necessary to copy the folders included and shown at the top) into vampire_pizza_directory</li></ul><div><br></div><div><strong><mark>** If your VampirePizzaAttack.py and game asset images are not in the same folder, your game will not run correctly! **</mark></strong></div>]]></description>
         <enclosure url="https://www.odddot.com/codethisgame" />
         <pubDate>2022-08-05 14:45:09 UTC</pubDate>
         <guid>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255519278</guid>
      </item>
      <item>
         <title>Step 6</title>
         <author>ninjascr</author>
         <link>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255519279</link>
         <description><![CDATA[<ul><li>Open IDLE,&nbsp; Python's own Integrated Development Environment (IDE). This was downloaded as a part of a Python package. To open it, just search your computer for IDLE</li><li>Open your program file (.py) of choice in IDLE:&nbsp;</li></ul><ol><li>File -&gt; Open</li><li>Browse for the vampire_pizza_directory using the path given in <strong>Step 4</strong></li></ol><div><br>Make sure that when trying to edit a program file in IDLE you are not in the Python shell! If you are in the shell you will see red arrows ( &gt;&gt; ) over towards the left hand side of the window.</div>]]></description>
         <enclosure url="" />
         <pubDate>2022-08-05 14:45:09 UTC</pubDate>
         <guid>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255519279</guid>
      </item>
      <item>
         <title>Overview</title>
         <author>ninjascr</author>
         <link>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255519280</link>
         <description><![CDATA[<div>This linked file was used to help the students to become familiar with the syntax of defining and instantiating (creating) a class object in Python.&nbsp;<br><br>A class is one of the core ideas of object-oriented programming. A class can hold a multiple different things called methods and attributes. It can also contain other classes, making it a "super class."<br><br>When this code is run, it takes inputs (using the input( ) function) from the user and prints (using the print( ) function) certain responses depending on the user input.</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1194687459/838b5e41c50466c7054e138a7d80063e/MonsterFoods.py" />
         <pubDate>2022-08-05 14:45:09 UTC</pubDate>
         <guid>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255519280</guid>
      </item>
      <item>
         <title>Overview</title>
         <author>ninjascr</author>
         <link>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255519282</link>
         <description><![CDATA[<div>Coding this game was the meat and potatoes of our camp! It allowed us to put into practice the concepts we learned in other activities, as well as several others, in order to create a playable and detailed tower-defense-style game. <br><br>Students put in a lot of hard work and coded hundreds of lines of code this week.We still learned a lot of very important coding concepts (described in the <strong>About this Camp Overview</strong> section) and gained the necessary skill of debugging! <br><br>The above file is the completed and working base code (through Chapter 13). Students can use this file to compare and continue working on their own code and/or use is as a launching pad for working on <strong>Part 3 -- Break This Code. <br><br></strong><strong><mark>Please use the linked file rather than the one seen on the GitHub linked on odddot.com as there are several bugs on that version that have been taken care of for you above!</mark></strong></div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1194687459/6e31cdfaf427fd5b01b50f129d7bba44/VampirePizzaAttack.py" />
         <pubDate>2022-08-05 14:45:09 UTC</pubDate>
         <guid>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255519282</guid>
      </item>
      <item>
         <title>Important Checks</title>
         <author>ninjascr</author>
         <link>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255519293</link>
         <description><![CDATA[<ul><li>Follow <strong>Step 5</strong> of <strong>Installing Python and Pygame</strong> to ensure both the game assets and program files are inside your vampire_pizza_directory. <strong><mark>If these items are not in the same folder, your code will no run correctly!</mark></strong></li></ul>]]></description>
         <enclosure url="https://media1.giphy.com/media/RZnxFGpzEyPMvNbnCl/giphy.gif" />
         <pubDate>2022-08-05 14:45:09 UTC</pubDate>
         <guid>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255519293</guid>
      </item>
      <item>
         <title>Creating a New File</title>
         <author>ninjascr</author>
         <link>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255519294</link>
         <description><![CDATA[<ul><li>In IDLE, go to File -&gt; New File</li><li>IDLE will open a new untitled program file window (be sure you are seeing a program file and not a shell window, you should not see any red arrows ( &gt;&gt; ) on the left side of your screen)</li><li>File -&gt; Save As</li><li>Browse to the directory you wish to save the file in (this could be vampire_pizza_directory or another directory you created using <strong>Step 4 of Installing Python and Pygame</strong>)</li><li>Name the file (make sure sure there are no spaces in your file name, only letters and underscores!)</li><li>Click "Save"</li></ul>]]></description>
         <enclosure url="" />
         <pubDate>2022-08-05 14:45:09 UTC</pubDate>
         <guid>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255519294</guid>
      </item>
      <item>
         <title>Opening a File</title>
         <author>ninjascr</author>
         <link>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255519295</link>
         <description><![CDATA[<ul><li>In IDLE, go to File -&gt; Open</li><li>Browse to the directory you wish to save the file in (this could be vampire_pizza_directory or another directory you created using <strong>Step 4 of Installing Python and Pygame</strong>)</li><li>Double click on the program file you wish to open (be sure you are seeing a program file window and not a shell window, you should not see any red arrows ( &gt;&gt; ) on the left side of your screen)</li></ul>]]></description>
         <enclosure url="" />
         <pubDate>2022-08-05 14:45:09 UTC</pubDate>
         <guid>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255519295</guid>
      </item>
      <item>
         <title>Run a File</title>
         <author>ninjascr</author>
         <link>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255519296</link>
         <description><![CDATA[<div>In IDLE, with your program file window selected, go to Run -&gt; Run this Module</div>]]></description>
         <enclosure url="" />
         <pubDate>2022-08-05 14:45:09 UTC</pubDate>
         <guid>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255519296</guid>
      </item>
      <item>
         <title>Overview</title>
         <author>ninjascr</author>
         <link>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255519297</link>
         <description><![CDATA[<div>If you/your child is interested in making the additional modifications and features (listed below), the additional code required and lessons covered in the book are given, chapter by chapter, in the program files linked below.&nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2022-08-05 14:45:09 UTC</pubDate>
         <guid>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255519297</guid>
      </item>
      <item>
         <title>Code This Game Assets</title>
         <author>ninjascr</author>
         <link>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255519298</link>
         <description><![CDATA[<ul><li>To download the additional assets required for Part 3, follow the above link and click "Download image asset package!"</li><li>Click the .zip file downloaded to open the images</li><li>Copy and paste all images (it is not necessary to copy the folders included and shown at the top) into vampire_pizza_directory<ul><li><mark>If you do not put the images in the correct location, you will not be able to use them in your code!</mark></li></ul></li></ul>]]></description>
         <enclosure url="https://www.odddot.com/codethisgame" />
         <pubDate>2022-08-05 14:45:09 UTC</pubDate>
         <guid>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255519298</guid>
      </item>
      <item>
         <title>Chapter 14 - Customize Your Game</title>
         <author>ninjascr</author>
         <link>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255519299</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1194687459/577a9bfd97ef8728e16fb893d1d18727/Chapter14.pdf" />
         <pubDate>2022-08-05 14:45:09 UTC</pubDate>
         <guid>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255519299</guid>
      </item>
      <item>
         <title>Chapter 15 - Mod Your Game</title>
         <author>ninjascr</author>
         <link>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255519300</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1194687459/f4cdb743d25c69dc804c68272094a1aa/Chapter15.pdf" />
         <pubDate>2022-08-05 14:45:09 UTC</pubDate>
         <guid>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255519300</guid>
      </item>
      <item>
         <title>Chapter 16 - Hack Your Game</title>
         <author>ninjascr</author>
         <link>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255519301</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1194687459/18b6cb3b738f52082df22a1325852490/Chapter16.pdf" />
         <pubDate>2022-08-05 14:45:09 UTC</pubDate>
         <guid>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255519301</guid>
      </item>
      <item>
         <title>Chapter 17 - Explore New Games</title>
         <author>ninjascr</author>
         <link>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255519302</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1194687459/51a539cac3debf0a1679c278cca3ad09/Chapter17.pdf" />
         <pubDate>2022-08-05 14:45:09 UTC</pubDate>
         <guid>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255519302</guid>
      </item>
      <item>
         <title></title>
         <author>ninjascr</author>
         <link>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255628957</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1194687459/b04d7fb39f357abeaa822a836070eef1/IMG_0872.JPEG" />
         <pubDate>2022-08-05 18:57:37 UTC</pubDate>
         <guid>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255628957</guid>
      </item>
      <item>
         <title></title>
         <author>ninjascr</author>
         <link>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255628971</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1194687459/e680760ea22a9b6f3642e6566ce09ac7/IMG_9736.JPEG" />
         <pubDate>2022-08-05 18:57:39 UTC</pubDate>
         <guid>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255628971</guid>
      </item>
      <item>
         <title></title>
         <author>ninjascr</author>
         <link>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255628988</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1194687459/6bb6c4056e16187a2f253578db6392e6/IMG_9737.JPEG" />
         <pubDate>2022-08-05 18:57:41 UTC</pubDate>
         <guid>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255628988</guid>
      </item>
      <item>
         <title></title>
         <author>ninjascr</author>
         <link>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255629006</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1194687459/8cb2f9256dc55aa7af2daf37f7e0545b/IMG_9738.JPEG" />
         <pubDate>2022-08-05 18:57:44 UTC</pubDate>
         <guid>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255629006</guid>
      </item>
      <item>
         <title></title>
         <author>ninjascr</author>
         <link>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255629019</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1194687459/d229462ef339a3da60c6250bd3404e8c/IMG_9739.JPEG" />
         <pubDate>2022-08-05 18:57:47 UTC</pubDate>
         <guid>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255629019</guid>
      </item>
      <item>
         <title>Troy</title>
         <author></author>
         <link>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255632013</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1766811422/3fd550a5b0f7e31f190f13b71d39f39a/Vampire_Pizzas.py" />
         <pubDate>2022-08-05 19:06:33 UTC</pubDate>
         <guid>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255632013</guid>
      </item>
      <item>
         <title>Dane</title>
         <author></author>
         <link>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255632391</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1766812847/41450d625bb3a20db740f1ab02b97d63/vampire_pizza.py" />
         <pubDate>2022-08-05 19:07:35 UTC</pubDate>
         <guid>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255632391</guid>
      </item>
      <item>
         <title>Evan</title>
         <author></author>
         <link>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255632993</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1766813456/7f988c6c61be9409ff9b9f49c81a5401/Vampire_Pizza_s.py" />
         <pubDate>2022-08-05 19:09:25 UTC</pubDate>
         <guid>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255632993</guid>
      </item>
      <item>
         <title>Holden</title>
         <author></author>
         <link>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255653914</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1766835097/e1c0bd53917da3a98d65d5eccdbe3b5b/vampire_pizzas.py" />
         <pubDate>2022-08-05 20:18:42 UTC</pubDate>
         <guid>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255653914</guid>
      </item>
      <item>
         <title>Aidan M.</title>
         <author></author>
         <link>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255663179</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1766844084/03899569a7ffa18b51f3d0189bbb6fc6/Vampire_Pizza.py" />
         <pubDate>2022-08-05 20:53:56 UTC</pubDate>
         <guid>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255663179</guid>
      </item>
      <item>
         <title>Josh</title>
         <author></author>
         <link>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255663486</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1766844462/ef6d43a496fc43033a37de1f14bb98ea/VampirePizzas.py" />
         <pubDate>2022-08-05 20:55:07 UTC</pubDate>
         <guid>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255663486</guid>
      </item>
      <item>
         <title>Gwyn</title>
         <author></author>
         <link>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255663708</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1766844604/812d03d5bf9eddc37ebc3a7d1fb4d25b/Vampire_Pizza.py" />
         <pubDate>2022-08-05 20:56:03 UTC</pubDate>
         <guid>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255663708</guid>
      </item>
      <item>
         <title>Aiden R.</title>
         <author></author>
         <link>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255663967</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1766844899/d320e5596cf0cf6a90b3114a026ef342/vampire_pizzas.py" />
         <pubDate>2022-08-05 20:57:09 UTC</pubDate>
         <guid>https://padlet.com/ninjascr/yvrssgzrmwo03o97/wish/2255663967</guid>
      </item>
   </channel>
</rss>
