<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>RPG Flowchart / Steps by Luke Calderon</title>
      <link>https://padlet.com/lukecalderon/ueimrjd2vo6zlmm6</link>
      <description>For the boys:
</description>
      <language>en-us</language>
      <pubDate>2020-11-23 19:19:14 UTC</pubDate>
      <lastBuildDate>2025-12-04 08:19:59 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>https://padlet.net/icons/png/27a1.png</url>
      </image>
      <item>
         <title>Step 1:</title>
         <author>lukecalderon</author>
         <link>https://padlet.com/lukecalderon/ueimrjd2vo6zlmm6/wish/953729999</link>
         <description><![CDATA[<div>Rooms can be navigated through a nested dictionary. "Key 1" is the rooms and the dictionary which is the value  of Key 1 is the rooms which you can navigate to and their respective directions from the room.</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-11-23 19:20:57 UTC</pubDate>
         <guid>https://padlet.com/lukecalderon/ueimrjd2vo6zlmm6/wish/953729999</guid>
      </item>
      <item>
         <title>Step 2:</title>
         <author>lukecalderon</author>
         <link>https://padlet.com/lukecalderon/ueimrjd2vo6zlmm6/wish/953736359</link>
         <description><![CDATA[<div>Add a garden to the list of rooms you can navigate to and add the respective directions to other rooms from the garden. It helps if you diagram your rooms to keep track of them.</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-11-23 19:22:35 UTC</pubDate>
         <guid>https://padlet.com/lukecalderon/ueimrjd2vo6zlmm6/wish/953736359</guid>
      </item>
      <item>
         <title>Step 3:</title>
         <author>nigelbrigstocke</author>
         <link>https://padlet.com/lukecalderon/ueimrjd2vo6zlmm6/wish/953742852</link>
         <description><![CDATA[<div>Add items to your rooms (a key). This item is added in the dictionary for the room, see example.<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2020-11-23 19:24:22 UTC</pubDate>
         <guid>https://padlet.com/lukecalderon/ueimrjd2vo6zlmm6/wish/953742852</guid>
      </item>
      <item>
         <title>Step 4:</title>
         <author>nigelbrigstocke</author>
         <link>https://padlet.com/lukecalderon/ueimrjd2vo6zlmm6/wish/953749918</link>
         <description><![CDATA[<div>Add a way to lose by walking into a room with a werewolf. This will be an if statement when entering an room which checks to see if a werewolf is in the room. Use a boolean to "break" or exit the loop.</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-11-23 19:26:13 UTC</pubDate>
         <guid>https://padlet.com/lukecalderon/ueimrjd2vo6zlmm6/wish/953749918</guid>
      </item>
      <item>
         <title>Step 5:</title>
         <author>nigelbrigstocke</author>
         <link>https://padlet.com/lukecalderon/ueimrjd2vo6zlmm6/wish/953757228</link>
         <description><![CDATA[<div>Add a way to win by walking into a room that has treasure in it while also having a key. Add an import to satisfy Popfizz.</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-11-23 19:28:19 UTC</pubDate>
         <guid>https://padlet.com/lukecalderon/ueimrjd2vo6zlmm6/wish/953757228</guid>
      </item>
      <item>
         <title>Step 6:</title>
         <author>nigelbrigstocke</author>
         <link>https://padlet.com/lukecalderon/ueimrjd2vo6zlmm6/wish/953760239</link>
         <description><![CDATA[<div>Add a way to slay the werewolf by walking into the room that has the werewolf with a sword.</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-11-23 19:29:07 UTC</pubDate>
         <guid>https://padlet.com/lukecalderon/ueimrjd2vo6zlmm6/wish/953760239</guid>
      </item>
      <item>
         <title>START</title>
         <author>lukecalderon</author>
         <link>https://padlet.com/lukecalderon/ueimrjd2vo6zlmm6/wish/953772437</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2020-11-23 19:32:35 UTC</pubDate>
         <guid>https://padlet.com/lukecalderon/ueimrjd2vo6zlmm6/wish/953772437</guid>
      </item>
      <item>
         <title> Show instructions:</title>
         <author>lukecalderon</author>
         <link>https://padlet.com/lukecalderon/ueimrjd2vo6zlmm6/wish/953774605</link>
         <description><![CDATA[<div>Show instructions is a function which  displays the available actions to the user.</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-11-23 19:33:10 UTC</pubDate>
         <guid>https://padlet.com/lukecalderon/ueimrjd2vo6zlmm6/wish/953774605</guid>
      </item>
      <item>
         <title>Show Status</title>
         <author>nigelbrigstocke</author>
         <link>https://padlet.com/lukecalderon/ueimrjd2vo6zlmm6/wish/953787987</link>
         <description><![CDATA[<div>Print inventory and the room the player is currently in. Also, say if there is an item in the room.</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-11-23 19:37:00 UTC</pubDate>
         <guid>https://padlet.com/lukecalderon/ueimrjd2vo6zlmm6/wish/953787987</guid>
      </item>
      <item>
         <title>Is there a werewolf in this room?</title>
         <author>lukecalderon</author>
         <link>https://padlet.com/lukecalderon/ueimrjd2vo6zlmm6/wish/953795480</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2020-11-23 19:39:11 UTC</pubDate>
         <guid>https://padlet.com/lukecalderon/ueimrjd2vo6zlmm6/wish/953795480</guid>
      </item>
      <item>
         <title>Does player have sword?</title>
         <author>lukecalderon</author>
         <link>https://padlet.com/lukecalderon/ueimrjd2vo6zlmm6/wish/953796579</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2020-11-23 19:39:31 UTC</pubDate>
         <guid>https://padlet.com/lukecalderon/ueimrjd2vo6zlmm6/wish/953796579</guid>
      </item>
      <item>
         <title>Player inputs action:</title>
         <author>lukecalderon</author>
         <link>https://padlet.com/lukecalderon/ueimrjd2vo6zlmm6/wish/953802914</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2020-11-23 19:41:23 UTC</pubDate>
         <guid>https://padlet.com/lukecalderon/ueimrjd2vo6zlmm6/wish/953802914</guid>
      </item>
      <item>
         <title>Did user type Go first?</title>
         <author>lukecalderon</author>
         <link>https://padlet.com/lukecalderon/ueimrjd2vo6zlmm6/wish/953805436</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2020-11-23 19:42:03 UTC</pubDate>
         <guid>https://padlet.com/lukecalderon/ueimrjd2vo6zlmm6/wish/953805436</guid>
      </item>
      <item>
         <title>Game Over.</title>
         <author>nigelbrigstocke</author>
         <link>https://padlet.com/lukecalderon/ueimrjd2vo6zlmm6/wish/953806280</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2020-11-23 19:42:18 UTC</pubDate>
         <guid>https://padlet.com/lukecalderon/ueimrjd2vo6zlmm6/wish/953806280</guid>
      </item>
      <item>
         <title>Is the second word typed able to be moved to (in the dictionary for that room)?</title>
         <author>lukecalderon</author>
         <link>https://padlet.com/lukecalderon/ueimrjd2vo6zlmm6/wish/953808710</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2020-11-23 19:42:58 UTC</pubDate>
         <guid>https://padlet.com/lukecalderon/ueimrjd2vo6zlmm6/wish/953808710</guid>
      </item>
      <item>
         <title>Slay the werewolf and continue the game.</title>
         <author>nigelbrigstocke</author>
         <link>https://padlet.com/lukecalderon/ueimrjd2vo6zlmm6/wish/953808872</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2020-11-23 19:43:01 UTC</pubDate>
         <guid>https://padlet.com/lukecalderon/ueimrjd2vo6zlmm6/wish/953808872</guid>
      </item>
      <item>
         <title>Player is now in the room they moved to</title>
         <author>lukecalderon</author>
         <link>https://padlet.com/lukecalderon/ueimrjd2vo6zlmm6/wish/953814388</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2020-11-23 19:44:37 UTC</pubDate>
         <guid>https://padlet.com/lukecalderon/ueimrjd2vo6zlmm6/wish/953814388</guid>
      </item>
      <item>
         <title>Loop to start</title>
         <author>lukecalderon</author>
         <link>https://padlet.com/lukecalderon/ueimrjd2vo6zlmm6/wish/953816402</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2020-11-23 19:45:14 UTC</pubDate>
         <guid>https://padlet.com/lukecalderon/ueimrjd2vo6zlmm6/wish/953816402</guid>
      </item>
      <item>
         <title>Loop to start</title>
         <author>lukecalderon</author>
         <link>https://padlet.com/lukecalderon/ueimrjd2vo6zlmm6/wish/953816967</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2020-11-23 19:45:24 UTC</pubDate>
         <guid>https://padlet.com/lukecalderon/ueimrjd2vo6zlmm6/wish/953816967</guid>
      </item>
      <item>
         <title>Did the user type &quot;get&quot; first?</title>
         <author>lukecalderon</author>
         <link>https://padlet.com/lukecalderon/ueimrjd2vo6zlmm6/wish/953819241</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2020-11-23 19:46:05 UTC</pubDate>
         <guid>https://padlet.com/lukecalderon/ueimrjd2vo6zlmm6/wish/953819241</guid>
      </item>
      <item>
         <title>Bad input</title>
         <author>lukecalderon</author>
         <link>https://padlet.com/lukecalderon/ueimrjd2vo6zlmm6/wish/953822288</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2020-11-23 19:46:58 UTC</pubDate>
         <guid>https://padlet.com/lukecalderon/ueimrjd2vo6zlmm6/wish/953822288</guid>
      </item>
      <item>
         <title>Does room contain the item they typed as the second word?</title>
         <author>lukecalderon</author>
         <link>https://padlet.com/lukecalderon/ueimrjd2vo6zlmm6/wish/953826263</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2020-11-23 19:48:03 UTC</pubDate>
         <guid>https://padlet.com/lukecalderon/ueimrjd2vo6zlmm6/wish/953826263</guid>
      </item>
      <item>
         <title>NOTE:</title>
         <author>lukecalderon</author>
         <link>https://padlet.com/lukecalderon/ueimrjd2vo6zlmm6/wish/953832610</link>
         <description><![CDATA[<div>the move variable in the code  can be very confusing as a variable name. If it helps, change the move variable to "action" so that its role in the code makes more logical sense with its name.</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-11-23 19:49:51 UTC</pubDate>
         <guid>https://padlet.com/lukecalderon/ueimrjd2vo6zlmm6/wish/953832610</guid>
      </item>
      <item>
         <title>Is room garden?</title>
         <author>nigelbrigstocke</author>
         <link>https://padlet.com/lukecalderon/ueimrjd2vo6zlmm6/wish/953833126</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2020-11-23 19:50:00 UTC</pubDate>
         <guid>https://padlet.com/lukecalderon/ueimrjd2vo6zlmm6/wish/953833126</guid>
      </item>
      <item>
         <title>Win Game</title>
         <author>nigelbrigstocke</author>
         <link>https://padlet.com/lukecalderon/ueimrjd2vo6zlmm6/wish/953834654</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2020-11-23 19:50:28 UTC</pubDate>
         <guid>https://padlet.com/lukecalderon/ueimrjd2vo6zlmm6/wish/953834654</guid>
      </item>
      <item>
         <title>Add item to inventory, inform user, remove item from room.</title>
         <author>lukecalderon</author>
         <link>https://padlet.com/lukecalderon/ueimrjd2vo6zlmm6/wish/953838824</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2020-11-23 19:51:43 UTC</pubDate>
         <guid>https://padlet.com/lukecalderon/ueimrjd2vo6zlmm6/wish/953838824</guid>
      </item>
      <item>
         <title>Loop to start</title>
         <author>lukecalderon</author>
         <link>https://padlet.com/lukecalderon/ueimrjd2vo6zlmm6/wish/953849566</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2020-11-23 19:54:56 UTC</pubDate>
         <guid>https://padlet.com/lukecalderon/ueimrjd2vo6zlmm6/wish/953849566</guid>
      </item>
      <item>
         <title>Does player have a key and a treasure?</title>
         <author>lukecalderon</author>
         <link>https://padlet.com/lukecalderon/ueimrjd2vo6zlmm6/wish/953859972</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2020-11-23 19:58:14 UTC</pubDate>
         <guid>https://padlet.com/lukecalderon/ueimrjd2vo6zlmm6/wish/953859972</guid>
      </item>
      <item>
         <title>Tell user that they cannot pick up their input</title>
         <author>lukecalderon</author>
         <link>https://padlet.com/lukecalderon/ueimrjd2vo6zlmm6/wish/953864331</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2020-11-23 19:59:36 UTC</pubDate>
         <guid>https://padlet.com/lukecalderon/ueimrjd2vo6zlmm6/wish/953864331</guid>
      </item>
      <item>
         <title>bad input</title>
         <author>lukecalderon</author>
         <link>https://padlet.com/lukecalderon/ueimrjd2vo6zlmm6/wish/981800661</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2020-12-02 21:23:23 UTC</pubDate>
         <guid>https://padlet.com/lukecalderon/ueimrjd2vo6zlmm6/wish/981800661</guid>
      </item>
   </channel>
</rss>
