<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Chess Class Diagram by Iman Khan</title>
      <link>https://padlet.com/imankhan2/veoxjyo0xzi8ihxg</link>
      <description>Includes classes, attributes (type), and methods</description>
      <language>en-us</language>
      <pubDate>2020-11-18 02:40:03 UTC</pubDate>
      <lastBuildDate>2025-12-28 23:26:25 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>Class Board ()</title>
         <author>imankhan2</author>
         <link>https://padlet.com/imankhan2/veoxjyo0xzi8ihxg/wish/934801700</link>
         <description><![CDATA[<div><strong>Attributes:</strong></div><ul><li>self. board (2D List)</li><li>self.tiles (2D List)</li><li>self.check (Boolean)</li></ul><div><strong>Method:</strong></div><ul><li>tie (self)</li><li>pawn_check (self)</li><li>generate (self)</li><li>draw(self)</li><li>check_piece (self)</li><li>reset_tiles (self)</li><li>return_board (self)</li><li>return_tiles (self)</li><li>move_pieces (self, row, column)</li><li>return_check (self)</li><li>reset_check (self)</li><li>checkmate (self)</li><li>remove_ tiles (self)</li></ul>]]></description>
         <enclosure url="" />
         <pubDate>2020-11-18 02:40:03 UTC</pubDate>
         <guid>https://padlet.com/imankhan2/veoxjyo0xzi8ihxg/wish/934801700</guid>
      </item>
      <item>
         <title>Class Square ()</title>
         <author>imankhan2</author>
         <link>https://padlet.com/imankhan2/veoxjyo0xzi8ihxg/wish/934801712</link>
         <description><![CDATA[<div><strong>Attribute:</strong></div><ul><li>self.colour (int)</li><li>self.colour2 (int)</li><li>self.dim (int)</li></ul><div><strong>Method:</strong></div><ul><li>draw (self)</li><li>change_colour(self)</li><li>return_colour (self)</li><li>return_selected (self)</li></ul>]]></description>
         <enclosure url="" />
         <pubDate>2020-11-18 02:40:03 UTC</pubDate>
         <guid>https://padlet.com/imankhan2/veoxjyo0xzi8ihxg/wish/934801712</guid>
      </item>
      <item>
         <title>Class Knight (Piece)</title>
         <author>imankhan2</author>
         <link>https://padlet.com/imankhan2/veoxjyo0xzi8ihxg/wish/934801715</link>
         <description><![CDATA[<div>No attributes set up as the class Piece is passed in.<br><strong>Methods:</strong></div><ul><li>draw (self)</li><li>find_spot (self)</li></ul>]]></description>
         <enclosure url="" />
         <pubDate>2020-11-18 02:40:03 UTC</pubDate>
         <guid>https://padlet.com/imankhan2/veoxjyo0xzi8ihxg/wish/934801715</guid>
      </item>
      <item>
         <title>Class Game ()</title>
         <author>imankhan2</author>
         <link>https://padlet.com/imankhan2/veoxjyo0xzi8ihxg/wish/934801718</link>
         <description><![CDATA[<div><strong>Attributes:</strong></div><ul><li>self.mode (str)</li><li>self.turn (str)</li><li>self.blackpieces (dict)</li><li>self.whitepieces (dict)</li><li>self.whitemoves (int)</li><li>self.blackmoves(int)</li><li>self.genreate (boolean)</li></ul><div><strong>Method:</strong></div><ul><li>return_pieces(self)</li><li>changemode (self)</li><li>run (self)</li><li>homescreen(self)</li><li>instructionscreen(self)</li><li>gamescreen(self)</li><li>endscreen(self)</li><li>tiescreen(self)</li><li>endscreen (self)</li><li>generate(self)</li><li>returngenerate(self)</li><li>changeturn(self)</li><li>returnturn(self)</li><li>captured (self)</li><li>side_ui(self)</li></ul>]]></description>
         <enclosure url="" />
         <pubDate>2020-11-18 02:40:03 UTC</pubDate>
         <guid>https://padlet.com/imankhan2/veoxjyo0xzi8ihxg/wish/934801718</guid>
      </item>
      <item>
         <title>Class Pawn (Piece)</title>
         <author>imankhan2</author>
         <link>https://padlet.com/imankhan2/veoxjyo0xzi8ihxg/wish/934801722</link>
         <description><![CDATA[<div>No attributes set up as the class Piece is passed in.<br><strong>Methods:</strong></div><ul><li>draw (self)</li><li>find_spot (self)</li></ul>]]></description>
         <enclosure url="" />
         <pubDate>2020-11-18 02:40:03 UTC</pubDate>
         <guid>https://padlet.com/imankhan2/veoxjyo0xzi8ihxg/wish/934801722</guid>
      </item>
      <item>
         <title>Class Piece ()</title>
         <author>imankhan2</author>
         <link>https://padlet.com/imankhan2/veoxjyo0xzi8ihxg/wish/934801724</link>
         <description><![CDATA[<div><strong>Attributes:</strong></div><ul><li>self.type (str)</li><li>self.row (int)</li><li>self.column (int)</li></ul><div><strong>Method:</strong></div><ul><li>return_type (self)</li><li>update_position (self, row, column)</li><li>__repr__ (self)</li><li>return_location (self)</li></ul>]]></description>
         <enclosure url="" />
         <pubDate>2020-11-18 02:40:03 UTC</pubDate>
         <guid>https://padlet.com/imankhan2/veoxjyo0xzi8ihxg/wish/934801724</guid>
      </item>
      <item>
         <title>Class Bishop (Piece)</title>
         <author>imankhan2</author>
         <link>https://padlet.com/imankhan2/veoxjyo0xzi8ihxg/wish/934845844</link>
         <description><![CDATA[<div>No attributes set up as the class Piece is passed in.<br><strong>Methods:</strong></div><ul><li>draw (self)</li><li>find_spot (self)</li></ul>]]></description>
         <enclosure url="" />
         <pubDate>2020-11-18 03:05:53 UTC</pubDate>
         <guid>https://padlet.com/imankhan2/veoxjyo0xzi8ihxg/wish/934845844</guid>
      </item>
      <item>
         <title>Class Rook (Piece)</title>
         <author>imankhan2</author>
         <link>https://padlet.com/imankhan2/veoxjyo0xzi8ihxg/wish/934847763</link>
         <description><![CDATA[<div>No attributes set up as the class Piece is passed in.<br><strong>Methods:</strong></div><ul><li>draw (self)</li><li>find_spot (self)</li></ul>]]></description>
         <enclosure url="" />
         <pubDate>2020-11-18 03:07:04 UTC</pubDate>
         <guid>https://padlet.com/imankhan2/veoxjyo0xzi8ihxg/wish/934847763</guid>
      </item>
      <item>
         <title>Class King (Piece)</title>
         <author>imankhan2</author>
         <link>https://padlet.com/imankhan2/veoxjyo0xzi8ihxg/wish/934848724</link>
         <description><![CDATA[<div>No attributes set up as the class Piece is passed in.<br><strong>Methods:</strong></div><ul><li>draw (self)</li><li>find_spot (self)</li><li>checkmate (self)</li><li>diagonalcheck(self)</li><li>pawn_check (self)</li><li>knight_check (self)</li><li>king_check (self)</li></ul>]]></description>
         <enclosure url="" />
         <pubDate>2020-11-18 03:07:42 UTC</pubDate>
         <guid>https://padlet.com/imankhan2/veoxjyo0xzi8ihxg/wish/934848724</guid>
      </item>
      <item>
         <title>Class Queen (Piece)</title>
         <author>imankhan2</author>
         <link>https://padlet.com/imankhan2/veoxjyo0xzi8ihxg/wish/934848792</link>
         <description><![CDATA[<div>No attributes set up as the class Piece is passed in.<br><strong>Methods:</strong></div><ul><li>draw (self)</li><li>find_spot (self)</li></ul>]]></description>
         <enclosure url="" />
         <pubDate>2020-11-18 03:07:43 UTC</pubDate>
         <guid>https://padlet.com/imankhan2/veoxjyo0xzi8ihxg/wish/934848792</guid>
      </item>
   </channel>
</rss>
