In [18]:


In [19]:
builtwith.parse('http://cr31.co.uk/stagecast/wang/tiles_c.html')


Out[19]:
{'web-servers': ['Apache']}

In [20]:
import builtwith
builtwith.parse('http://www.ef.com')


Out[20]:
{'javascript-frameworks': ['Modernizr', 'jQuery'],
 'tag-managers': ['Google Tag Manager'],
 'web-frameworks': ['Twitter Bootstrap']}

In [26]:
import requests
from bs4 import BeautifulSoup

page = requests.get('http://cr31.co.uk/stagecast/wang/tiles_c.html')
soup = BeautifulSoup(page.content, 'html.parser')

In [27]:
print (soup.prettify())


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
 <!-- #BeginTemplate "/Templates/wang.dwt" -->
 <!-- DW6 -->
 <head>
  <!-- #BeginEditable "doctitle" -->
  <title>
   Tiles 2-corner
  </title>
  <!-- #EndEditable -->
  <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
  <!-- #BeginEditable "Meta" -->
  <link href="text.css" rel="stylesheet" type="text/css"/>
  <script src="../js/wang.js" type="text/JavaScript">
  </script>
  <meta content="Stagecast puzzles, games, animation and sims" name="description"/>
  <meta content="tiles, icons, tile set, 32, 32x32, maze, labyrinth, edge matching, Stagecast, Creator, sims" name="keywords"/>
  <!-- #EndEditable -->
 </head>
 <body>
  <table cellpadding="0" cellspacing="0" class="tabs">
   <tr>
    <td class="main">
     <ul>
      <li>
       <a href="../trains/tt0_intro.html">
        Turing Trains
       </a>
      </li>
      <li>
       <a href="../../logolite/logolite.html">
        Logo Lite
       </a>
      </li>
      <li class="this">
       Wang Tiles
      </li>
      <li>
       <a href="stage.html">
        Maze Arrays
       </a>
      </li>
     </ul>
    </td>
    <td class="side">
     <ul>
      <li>
       <a href="../../index.html">
        cr31
       </a>
      </li>
     </ul>
    </td>
   </tr>
  </table>
  <table cellpadding="0" cellspacing="0" class="head">
   <tr>
    <td class="main">
     <h1>
      Wang Tiles
     </h1>
    </td>
    <td class="side">
    </td>
   </tr>
  </table>
  <table cellpadding="0" cellspacing="0" class="strap">
   <tr>
    <td class="main">
     <p>
      edge and corner matched tilesets
     </p>
    </td>
    <td class="side">
     <p>
      menu
     </p>
    </td>
   </tr>
  </table>
  <table cellpadding="0" cellspacing="0" class="cont">
   <tr>
    <td class="main">
     <div class="content">
      <!-- #BeginEditable "contents" -->
      <h2>
       2-corner
      </h2>
      <p>
       Corner Wang tiles are usually
       <a href="3corn.html">
        patch
       </a>
       or terrain type tiles. Some though can show diagonal paths between tiles. All tilesets below are shown in a Brigid's Cross layout.
       <br/>
       You can see that the 2-corner Wang tiles are a subset of a
       <a href="3corn.html">
        3-corner
       </a>
       Wang tileset.
       <br/>
       All tilesets can be explored using the
       <a href="stage.html">
        Stage
       </a>
       . Select '2-corner' tilesets from the pull-down menu below the Stage window.
      </p>
      <table cellpadding="0" cellspacing="0" class="lout">
       <tr>
        <td>
         <table cellpadding="0" cellspacing="0" class="sq">
          <caption>
           Wang 2corner
          </caption>
          <tr>
           <td>
            <img alt="6" height="32" src="../art/corn/wang-2c/4.gif" width="32"/>
           </td>
           <td>
            <img alt="14" height="32" src="../art/corn/wang-2c/3.gif" width="32"/>
           </td>
           <td>
            <img alt="8" height="32" src="../art/corn/wang-2c/14.gif" width="32"/>
           </td>
           <td>
            <img alt="4" height="32" src="../art/corn/wang-2c/6.gif" width="32"/>
           </td>
          </tr>
          <tr>
           <td>
            <img alt="1" height="32" src="../art/corn/wang-2c/10.gif" width="32"/>
           </td>
           <td>
            <img alt="7" height="32" src="../art/corn/wang-2c/7.gif" width="32"/>
           </td>
           <td>
            <img alt="12" height="32" src="../art/corn/wang-2c/15.gif" width="32"/>
           </td>
           <td>
            <img alt="5" height="32" src="../art/corn/wang-2c/13.gif" width="32"/>
           </td>
          </tr>
          <tr>
           <td>
            <img alt="2" height="32" src="../art/corn/wang-2c/1.gif" width="32"/>
           </td>
           <td>
            <img alt="15" height="32" src="../art/corn/wang-2c/9.gif" width="32"/>
           </td>
           <td>
            <img alt="11" height="32" src="../art/corn/wang-2c/11.gif" width="32"/>
           </td>
           <td>
            <img alt="13" height="32" src="../art/corn/wang-2c/12.gif" width="32"/>
           </td>
          </tr>
          <tr>
           <td>
            <img alt="3" height="32" src="../art/corn/wang-2c/0.gif" width="32"/>
           </td>
           <td>
            <img alt="3" height="32" src="../art/corn/wang-2c/2.gif" width="32"/>
           </td>
           <td>
            <img alt="8" height="32" src="../art/corn/wang-2c/5.gif" width="32"/>
           </td>
           <td>
            <img alt="1" height="32" src="../art/corn/wang-2c/8.gif" width="32"/>
           </td>
          </tr>
         </table>
         <table cellpadding="0" cellspacing="0" class="sq">
          <caption>
           Path
          </caption>
          <tr>
           <td>
            <img alt="6" height="32" src="../art/corn/path/4.gif" width="32"/>
           </td>
           <td>
            <img alt="14" height="32" src="../art/corn/path/3.gif" width="32"/>
           </td>
           <td>
            <img alt="8" height="32" src="../art/corn/path/14.gif" width="32"/>
           </td>
           <td>
            <img alt="4" height="32" src="../art/corn/path/6.gif" width="32"/>
           </td>
          </tr>
          <tr>
           <td>
            <img alt="1" height="32" src="../art/corn/path/10.gif" width="32"/>
           </td>
           <td>
            <img alt="7" height="32" src="../art/corn/path/7.gif" width="32"/>
           </td>
           <td>
            <img alt="12" height="32" src="../art/corn/path/15.gif" width="32"/>
           </td>
           <td>
            <img alt="5" height="32" src="../art/corn/path/13.gif" width="32"/>
           </td>
          </tr>
          <tr>
           <td>
            <img alt="2" height="32" src="../art/corn/path/1.gif" width="32"/>
           </td>
           <td>
            <img alt="15" height="32" src="../art/corn/path/9.gif" width="32"/>
           </td>
           <td>
            <img alt="11" height="32" src="../art/corn/path/11.gif" width="32"/>
           </td>
           <td>
            <img alt="13" height="32" src="../art/corn/path/12.gif" width="32"/>
           </td>
          </tr>
          <tr>
           <td>
            <img alt="3" height="32" src="../art/corn/path/0.gif" width="32"/>
           </td>
           <td>
            <img alt="3" height="32" src="../art/corn/path/2.gif" width="32"/>
           </td>
           <td>
            <img alt="8" height="32" src="../art/corn/path/5.gif" width="32"/>
           </td>
           <td>
            <img alt="1" height="32" src="../art/corn/path/8.gif" width="32"/>
           </td>
          </tr>
         </table>
         <table cellpadding="0" cellspacing="0" class="sq">
          <caption>
           Ground
          </caption>
          <tr>
           <td>
            <img alt="6" height="32" src="../art/corn/ground/4.gif" width="32"/>
           </td>
           <td>
            <img alt="14" height="32" src="../art/corn/ground/3.gif" width="32"/>
           </td>
           <td>
            <img alt="8" height="32" src="../art/corn/ground/14.gif" width="32"/>
           </td>
           <td>
            <img alt="4" height="32" src="../art/corn/ground/6.gif" width="32"/>
           </td>
          </tr>
          <tr>
           <td>
            <img alt="1" height="32" src="../art/corn/ground/10.gif" width="32"/>
           </td>
           <td>
            <img alt="7" height="32" src="../art/corn/ground/7.gif" width="32"/>
           </td>
           <td>
            <img alt="12" height="32" src="../art/corn/ground/15.gif" width="32"/>
           </td>
           <td>
            <img alt="5" height="32" src="../art/corn/ground/13.gif" width="32"/>
           </td>
          </tr>
          <tr>
           <td>
            <img alt="2" height="32" src="../art/corn/ground/1.gif" width="32"/>
           </td>
           <td>
            <img alt="15" height="32" src="../art/corn/ground/9.gif" width="32"/>
           </td>
           <td>
            <img alt="11" height="32" src="../art/corn/ground/11.gif" width="32"/>
           </td>
           <td>
            <img alt="13" height="32" src="../art/corn/ground/12.gif" width="32"/>
           </td>
          </tr>
          <tr>
           <td>
            <img alt="3" height="32" src="../art/corn/ground/0.gif" width="32"/>
           </td>
           <td>
            <img alt="3" height="32" src="../art/corn/ground/2.gif" width="32"/>
           </td>
           <td>
            <img alt="8" height="32" src="../art/corn/ground/5.gif" width="32"/>
           </td>
           <td>
            <img alt="1" height="32" src="../art/corn/ground/8.gif" width="32"/>
           </td>
          </tr>
         </table>
         <table cellpadding="0" cellspacing="0" class="sq">
          <caption>
           Cliff
          </caption>
          <tr>
           <td>
            <img alt="6" height="32" src="../art/corn/cliff/4.gif" width="32"/>
           </td>
           <td>
            <img alt="14" height="32" src="../art/corn/cliff/3.gif" width="32"/>
           </td>
           <td>
            <img alt="8" height="32" src="../art/corn/cliff/14.gif" width="32"/>
           </td>
           <td>
            <img alt="4" height="32" src="../art/corn/cliff/6.gif" width="32"/>
           </td>
          </tr>
          <tr>
           <td>
            <img alt="1" height="32" src="../art/corn/cliff/10.gif" width="32"/>
           </td>
           <td>
            <img alt="7" height="32" src="../art/corn/cliff/7.gif" width="32"/>
           </td>
           <td>
            <img alt="12" height="32" src="../art/corn/cliff/15.gif" width="32"/>
           </td>
           <td>
            <img alt="5" height="32" src="../art/corn/cliff/13.gif" width="32"/>
           </td>
          </tr>
          <tr>
           <td>
            <img alt="2" height="32" src="../art/corn/cliff/1.gif" width="32"/>
           </td>
           <td>
            <img alt="15" height="32" src="../art/corn/cliff/9.gif" width="32"/>
           </td>
           <td>
            <img alt="11" height="32" src="../art/corn/cliff/11.gif" width="32"/>
           </td>
           <td>
            <img alt="13" height="32" src="../art/corn/cliff/12.gif" width="32"/>
           </td>
          </tr>
          <tr>
           <td>
            <img alt="3" height="32" src="../art/corn/cliff/0.gif" width="32"/>
           </td>
           <td>
            <img alt="3" height="32" src="../art/corn/cliff/2.gif" width="32"/>
           </td>
           <td>
            <img alt="8" height="32" src="../art/corn/cliff/5.gif" width="32"/>
           </td>
           <td>
            <img alt="1" height="32" src="../art/corn/cliff/8.gif" width="32"/>
           </td>
          </tr>
         </table>
         <table cellpadding="0" cellspacing="0" class="sq">
          <caption>
           Sea Sand
          </caption>
          <tr>
           <td>
            <img alt="6" height="32" src="../art/corn/seasand/4.gif" width="32"/>
           </td>
           <td>
            <img alt="14" height="32" src="../art/corn/seasand/3.gif" width="32"/>
           </td>
           <td>
            <img alt="8" height="32" src="../art/corn/seasand/14.gif" width="32"/>
           </td>
           <td>
            <img alt="4" height="32" src="../art/corn/seasand/6.gif" width="32"/>
           </td>
          </tr>
          <tr>
           <td>
            <img alt="1" height="32" src="../art/corn/seasand/10.gif" width="32"/>
           </td>
           <td>
            <img alt="7" height="32" src="../art/corn/seasand/7.gif" width="32"/>
           </td>
           <td>
            <img alt="12" height="32" src="../art/corn/seasand/15.gif" width="32"/>
           </td>
           <td>
            <img alt="5" height="32" src="../art/corn/seasand/13.gif" width="32"/>
           </td>
          </tr>
          <tr>
           <td>
            <img alt="2" height="32" src="../art/corn/seasand/1.gif" width="32"/>
           </td>
           <td>
            <img alt="15" height="32" src="../art/corn/seasand/9.gif" width="32"/>
           </td>
           <td>
            <img alt="11" height="32" src="../art/corn/seasand/11.gif" width="32"/>
           </td>
           <td>
            <img alt="13" height="32" src="../art/corn/seasand/12.gif" width="32"/>
           </td>
          </tr>
          <tr>
           <td>
            <img alt="3" height="32" src="../art/corn/seasand/0.gif" width="32"/>
           </td>
           <td>
            <img alt="3" height="32" src="../art/corn/seasand/2.gif" width="32"/>
           </td>
           <td>
            <img alt="8" height="32" src="../art/corn/seasand/5.gif" width="32"/>
           </td>
           <td>
            <img alt="1" height="32" src="../art/corn/seasand/8.gif" width="32"/>
           </td>
          </tr>
         </table>
         <table cellpadding="0" cellspacing="0" class="sq">
          <caption>
           Glob
          </caption>
          <tr>
           <td>
            <img alt="6" height="32" src="../art/corn/glob/4.gif" width="32"/>
           </td>
           <td>
            <img alt="14" height="32" src="../art/corn/glob/3.gif" width="32"/>
           </td>
           <td>
            <img alt="8" height="32" src="../art/corn/glob/14.gif" width="32"/>
           </td>
           <td>
            <img alt="4" height="32" src="../art/corn/glob/6.gif" width="32"/>
           </td>
          </tr>
          <tr>
           <td>
            <img alt="1" height="32" src="../art/corn/glob/10.gif" width="32"/>
           </td>
           <td>
            <img alt="7" height="32" src="../art/corn/glob/7.gif" width="32"/>
           </td>
           <td>
            <img alt="12" height="32" src="../art/corn/glob/15.gif" width="32"/>
           </td>
           <td>
            <img alt="5" height="32" src="../art/corn/glob/13.gif" width="32"/>
           </td>
          </tr>
          <tr>
           <td>
            <img alt="2" height="32" src="../art/corn/glob/1.gif" width="32"/>
           </td>
           <td>
            <img alt="15" height="32" src="../art/corn/glob/9.gif" width="32"/>
           </td>
           <td>
            <img alt="11" height="32" src="../art/corn/glob/11.gif" width="32"/>
           </td>
           <td>
            <img alt="13" height="32" src="../art/corn/glob/12.gif" width="32"/>
           </td>
          </tr>
          <tr>
           <td>
            <img alt="3" height="32" src="../art/corn/glob/0.gif" width="32"/>
           </td>
           <td>
            <img alt="3" height="32" src="../art/corn/glob/2.gif" width="32"/>
           </td>
           <td>
            <img alt="8" height="32" src="../art/corn/glob/5.gif" width="32"/>
           </td>
           <td>
            <img alt="1" height="32" src="../art/corn/glob/8.gif" width="32"/>
           </td>
          </tr>
         </table>
        </td>
        <td>
         <table cellpadding="0" cellspacing="0" class="sq">
          <caption>
           Terrain*
          </caption>
          <tr>
           <td>
            <img alt="6" height="32" src="../art/corn/terrain/4.gif" width="32"/>
           </td>
           <td>
            <img alt="14" height="32" src="../art/corn/terrain/3.gif" width="32"/>
           </td>
           <td>
            <img alt="8" height="32" src="../art/corn/terrain/14.gif" width="32"/>
           </td>
           <td>
            <img alt="4" height="32" src="../art/corn/terrain/6.gif" width="32"/>
           </td>
          </tr>
          <tr>
           <td>
            <img alt="1" height="32" src="../art/corn/terrain/10.gif" width="32"/>
           </td>
           <td>
            <img alt="7" height="32" src="../art/corn/terrain/7.gif" width="32"/>
           </td>
           <td>
            <img alt="12" height="32" src="../art/corn/terrain/15.gif" width="32"/>
           </td>
           <td>
            <img alt="5" height="32" src="../art/corn/terrain/13.gif" width="32"/>
           </td>
          </tr>
          <tr>
           <td>
            <img alt="2" height="32" src="../art/corn/terrain/1.gif" width="32"/>
           </td>
           <td>
            <img alt="15" height="32" src="../art/corn/terrain/9.gif" width="32"/>
           </td>
           <td>
            <img alt="11" height="32" src="../art/corn/terrain/11.gif" width="32"/>
           </td>
           <td>
            <img alt="13" height="32" src="../art/corn/terrain/12.gif" width="32"/>
           </td>
          </tr>
          <tr>
           <td>
            <img alt="3" height="32" src="../art/corn/terrain/0.gif" width="32"/>
           </td>
           <td>
            <img alt="3" height="32" src="../art/corn/terrain/2.gif" width="32"/>
           </td>
           <td>
            <img alt="8" height="32" src="../art/corn/terrain/5.gif" width="32"/>
           </td>
           <td>
            <img alt="1" height="32" src="../art/corn/terrain/8.gif" width="32"/>
           </td>
          </tr>
         </table>
         <table cellpadding="0" cellspacing="0" class="sq">
          <caption>
           Patch
          </caption>
          <tr>
           <td>
            <img alt="6" height="32" src="../art/corn/patch/4.gif" width="32"/>
           </td>
           <td>
            <img alt="14" height="32" src="../art/corn/patch/3.gif" width="32"/>
           </td>
           <td>
            <img alt="8" height="32" src="../art/corn/patch/14.gif" width="32"/>
           </td>
           <td>
            <img alt="4" height="32" src="../art/corn/patch/6.gif" width="32"/>
           </td>
          </tr>
          <tr>
           <td>
            <img alt="1" height="32" src="../art/corn/patch/10.gif" width="32"/>
           </td>
           <td>
            <img alt="7" height="32" src="../art/corn/patch/7.gif" width="32"/>
           </td>
           <td>
            <img alt="12" height="32" src="../art/corn/patch/15.gif" width="32"/>
           </td>
           <td>
            <img alt="5" height="32" src="../art/corn/patch/13.gif" width="32"/>
           </td>
          </tr>
          <tr>
           <td>
            <img alt="2" height="32" src="../art/corn/patch/1.gif" width="32"/>
           </td>
           <td>
            <img alt="15" height="32" src="../art/corn/patch/9.gif" width="32"/>
           </td>
           <td>
            <img alt="11" height="32" src="../art/corn/patch/11.gif" width="32"/>
           </td>
           <td>
            <img alt="13" height="32" src="../art/corn/patch/12.gif" width="32"/>
           </td>
          </tr>
          <tr>
           <td>
            <img alt="3" height="32" src="../art/corn/patch/0.gif" width="32"/>
           </td>
           <td>
            <img alt="3" height="32" src="../art/corn/patch/2.gif" width="32"/>
           </td>
           <td>
            <img alt="8" height="32" src="../art/corn/patch/5.gif" width="32"/>
           </td>
           <td>
            <img alt="1" height="32" src="../art/corn/patch/8.gif" width="32"/>
           </td>
          </tr>
         </table>
         <table cellpadding="0" cellspacing="0" class="sq">
          <caption>
           Border
          </caption>
          <tr>
           <td>
            <img alt="6" height="32" src="../art/corn/border/4.gif" width="32"/>
           </td>
           <td>
            <img alt="14" height="32" src="../art/corn/border/3.gif" width="32"/>
           </td>
           <td>
            <img alt="8" height="32" src="../art/corn/border/14.gif" width="32"/>
           </td>
           <td>
            <img alt="4" height="32" src="../art/corn/border/6.gif" width="32"/>
           </td>
          </tr>
          <tr>
           <td>
            <img alt="1" height="32" src="../art/corn/border/10.gif" width="32"/>
           </td>
           <td>
            <img alt="7" height="32" src="../art/corn/border/7.gif" width="32"/>
           </td>
           <td>
            <img alt="12" height="32" src="../art/corn/border/15.gif" width="32"/>
           </td>
           <td>
            <img alt="5" height="32" src="../art/corn/border/13.gif" width="32"/>
           </td>
          </tr>
          <tr>
           <td>
            <img alt="2" height="32" src="../art/corn/border/1.gif" width="32"/>
           </td>
           <td>
            <img alt="15" height="32" src="../art/corn/border/9.gif" width="32"/>
           </td>
           <td>
            <img alt="11" height="32" src="../art/corn/border/11.gif" width="32"/>
           </td>
           <td>
            <img alt="13" height="32" src="../art/corn/border/12.gif" width="32"/>
           </td>
          </tr>
          <tr>
           <td>
            <img alt="3" height="32" src="../art/corn/border/0.gif" width="32"/>
           </td>
           <td>
            <img alt="3" height="32" src="../art/corn/border/2.gif" width="32"/>
           </td>
           <td>
            <img alt="8" height="32" src="../art/corn/border/5.gif" width="32"/>
           </td>
           <td>
            <img alt="1" height="32" src="../art/corn/border/8.gif" width="32"/>
           </td>
          </tr>
         </table>
         <table cellpadding="0" cellspacing="0" class="sq">
          <caption>
           Cellar
          </caption>
          <tr>
           <td>
            <img alt="6" height="32" src="../art/corn/cellar/4.gif" width="32"/>
           </td>
           <td>
            <img alt="14" height="32" src="../art/corn/cellar/3.gif" width="32"/>
           </td>
           <td>
            <img alt="8" height="32" src="../art/corn/cellar/14.gif" width="32"/>
           </td>
           <td>
            <img alt="4" height="32" src="../art/corn/cellar/6.gif" width="32"/>
           </td>
          </tr>
          <tr>
           <td>
            <img alt="1" height="32" src="../art/corn/cellar/10.gif" width="32"/>
           </td>
           <td>
            <img alt="7" height="32" src="../art/corn/cellar/7.gif" width="32"/>
           </td>
           <td>
            <img alt="12" height="32" src="../art/corn/cellar/15.gif" width="32"/>
           </td>
           <td>
            <img alt="5" height="32" src="../art/corn/cellar/13.gif" width="32"/>
           </td>
          </tr>
          <tr>
           <td>
            <img alt="2" height="32" src="../art/corn/cellar/1.gif" width="32"/>
           </td>
           <td>
            <img alt="15" height="32" src="../art/corn/cellar/9.gif" width="32"/>
           </td>
           <td>
            <img alt="11" height="32" src="../art/corn/cellar/11.gif" width="32"/>
           </td>
           <td>
            <img alt="13" height="32" src="../art/corn/cellar/12.gif" width="32"/>
           </td>
          </tr>
          <tr>
           <td>
            <img alt="3" height="32" src="../art/corn/cellar/0.gif" width="32"/>
           </td>
           <td>
            <img alt="3" height="32" src="../art/corn/cellar/2.gif" width="32"/>
           </td>
           <td>
            <img alt="8" height="32" src="../art/corn/cellar/5.gif" width="32"/>
           </td>
           <td>
            <img alt="1" height="32" src="../art/corn/cellar/8.gif" width="32"/>
           </td>
          </tr>
         </table>
         <table cellpadding="0" cellspacing="0" class="sq">
          <caption>
           Sand Grass
          </caption>
          <tr>
           <td>
            <img alt="6" height="32" src="../art/corn/sandgrass/4.gif" width="32"/>
           </td>
           <td>
            <img alt="14" height="32" src="../art/corn/sandgrass/3.gif" width="32"/>
           </td>
           <td>
            <img alt="8" height="32" src="../art/corn/sandgrass/14.gif" width="32"/>
           </td>
           <td>
            <img alt="4" height="32" src="../art/corn/sandgrass/6.gif" width="32"/>
           </td>
          </tr>
          <tr>
           <td>
            <img alt="1" height="32" src="../art/corn/sandgrass/10.gif" width="32"/>
           </td>
           <td>
            <img alt="7" height="32" src="../art/corn/sandgrass/7.gif" width="32"/>
           </td>
           <td>
            <img alt="12" height="32" src="../art/corn/sandgrass/15.gif" width="32"/>
           </td>
           <td>
            <img alt="5" height="32" src="../art/corn/sandgrass/13.gif" width="32"/>
           </td>
          </tr>
          <tr>
           <td>
            <img alt="2" height="32" src="../art/corn/sandgrass/1.gif" width="32"/>
           </td>
           <td>
            <img alt="15" height="32" src="../art/corn/sandgrass/9.gif" width="32"/>
           </td>
           <td>
            <img alt="11" height="32" src="../art/corn/sandgrass/11.gif" width="32"/>
           </td>
           <td>
            <img alt="13" height="32" src="../art/corn/sandgrass/12.gif" width="32"/>
           </td>
          </tr>
          <tr>
           <td>
            <img alt="3" height="32" src="../art/corn/sandgrass/0.gif" width="32"/>
           </td>
           <td>
            <img alt="3" height="32" src="../art/corn/sandgrass/2.gif" width="32"/>
           </td>
           <td>
            <img alt="8" height="32" src="../art/corn/sandgrass/5.gif" width="32"/>
           </td>
           <td>
            <img alt="1" height="32" src="../art/corn/sandgrass/8.gif" width="32"/>
           </td>
          </tr>
         </table>
         <table cellpadding="0" cellspacing="0" class="sq">
          <caption>
           Square
          </caption>
          <tr>
           <td>
            <img alt="6" height="32" src="../art/corn/square/4.gif" width="32"/>
           </td>
           <td>
            <img alt="14" height="32" src="../art/corn/square/3.gif" width="32"/>
           </td>
           <td>
            <img alt="8" height="32" src="../art/corn/square/14.gif" width="32"/>
           </td>
           <td>
            <img alt="4" height="32" src="../art/corn/square/6.gif" width="32"/>
           </td>
          </tr>
          <tr>
           <td>
            <img alt="1" height="32" src="../art/corn/square/10.gif" width="32"/>
           </td>
           <td>
            <img alt="7" height="32" src="../art/corn/square/7.gif" width="32"/>
           </td>
           <td>
            <img alt="12" height="32" src="../art/corn/square/15.gif" width="32"/>
           </td>
           <td>
            <img alt="5" height="32" src="../art/corn/square/13.gif" width="32"/>
           </td>
          </tr>
          <tr>
           <td>
            <img alt="2" height="32" src="../art/corn/square/1.gif" width="32"/>
           </td>
           <td>
            <img alt="15" height="32" src="../art/corn/square/9.gif" width="32"/>
           </td>
           <td>
            <img alt="11" height="32" src="../art/corn/square/11.gif" width="32"/>
           </td>
           <td>
            <img alt="13" height="32" src="../art/corn/square/12.gif" width="32"/>
           </td>
          </tr>
          <tr>
           <td>
            <img alt="3" height="32" src="../art/corn/square/0.gif" width="32"/>
           </td>
           <td>
            <img alt="3" height="32" src="../art/corn/square/2.gif" width="32"/>
           </td>
           <td>
            <img alt="8" height="32" src="../art/corn/square/5.gif" width="32"/>
           </td>
           <td>
            <img alt="1" height="32" src="../art/corn/square/8.gif" width="32"/>
           </td>
          </tr>
         </table>
        </td>
        <td>
         <table cellpadding="0" cellspacing="0" class="sq">
          <caption>
           Island
          </caption>
          <tr>
           <td>
            <img alt="6" height="32" src="../art/corn/island/4.gif" width="32"/>
           </td>
           <td>
            <img alt="14" height="32" src="../art/corn/island/3.gif" width="32"/>
           </td>
           <td>
            <img alt="8" height="32" src="../art/corn/island/14.gif" width="32"/>
           </td>
           <td>
            <img alt="4" height="32" src="../art/corn/island/6.gif" width="32"/>
           </td>
          </tr>
          <tr>
           <td>
            <img alt="1" height="32" src="../art/corn/island/10.gif" width="32"/>
           </td>
           <td>
            <img alt="7" height="32" src="../art/corn/island/7.gif" width="32"/>
           </td>
           <td>
            <img alt="12" height="32" src="../art/corn/island/15.gif" width="32"/>
           </td>
           <td>
            <img alt="5" height="32" src="../art/corn/island/13.gif" width="32"/>
           </td>
          </tr>
          <tr>
           <td>
            <img alt="2" height="32" src="../art/corn/island/1.gif" width="32"/>
           </td>
           <td>
            <img alt="15" height="32" src="../art/corn/island/9.gif" width="32"/>
           </td>
           <td>
            <img alt="11" height="32" src="../art/corn/island/11.gif" width="32"/>
           </td>
           <td>
            <img alt="13" height="32" src="../art/corn/island/12.gif" width="32"/>
           </td>
          </tr>
          <tr>
           <td>
            <img alt="3" height="32" src="../art/corn/island/0.gif" width="32"/>
           </td>
           <td>
            <img alt="3" height="32" src="../art/corn/island/2.gif" width="32"/>
           </td>
           <td>
            <img alt="8" height="32" src="../art/corn/island/5.gif" width="32"/>
           </td>
           <td>
            <img alt="1" height="32" src="../art/corn/island/8.gif" width="32"/>
           </td>
          </tr>
         </table>
         <table cellpadding="0" cellspacing="0" class="sq">
          <caption>
           PCB
          </caption>
          <tr>
           <td>
            <img alt="6" height="32" src="../art/corn/pcb/4.gif" width="32"/>
           </td>
           <td>
            <img alt="14" height="32" src="../art/corn/pcb/3.gif" width="32"/>
           </td>
           <td>
            <img alt="8" height="32" src="../art/corn/pcb/14.gif" width="32"/>
           </td>
           <td>
            <img alt="4" height="32" src="../art/corn/pcb/6.gif" width="32"/>
           </td>
          </tr>
          <tr>
           <td>
            <img alt="1" height="32" src="../art/corn/pcb/10.gif" width="32"/>
           </td>
           <td>
            <img alt="7" height="32" src="../art/corn/pcb/7.gif" width="32"/>
           </td>
           <td>
            <img alt="12" height="32" src="../art/corn/pcb/15.gif" width="32"/>
           </td>
           <td>
            <img alt="5" height="32" src="../art/corn/pcb/13.gif" width="32"/>
           </td>
          </tr>
          <tr>
           <td>
            <img alt="2" height="32" src="../art/corn/pcb/1.gif" width="32"/>
           </td>
           <td>
            <img alt="15" height="32" src="../art/corn/pcb/9.gif" width="32"/>
           </td>
           <td>
            <img alt="11" height="32" src="../art/corn/pcb/11.gif" width="32"/>
           </td>
           <td>
            <img alt="13" height="32" src="../art/corn/pcb/12.gif" width="32"/>
           </td>
          </tr>
          <tr>
           <td>
            <img alt="3" height="32" src="../art/corn/pcb/0.gif" width="32"/>
           </td>
           <td>
            <img alt="3" height="32" src="../art/corn/pcb/2.gif" width="32"/>
           </td>
           <td>
            <img alt="8" height="32" src="../art/corn/pcb/5.gif" width="32"/>
           </td>
           <td>
            <img alt="1" height="32" src="../art/corn/pcb/8.gif" width="32"/>
           </td>
          </tr>
         </table>
         <table cellpadding="0" cellspacing="0" class="sq">
          <caption>
           Lido
          </caption>
          <tr>
           <td>
            <img alt="6" height="32" src="../art/corn/lido/4.gif" width="32"/>
           </td>
           <td>
            <img alt="14" height="32" src="../art/corn/lido/3.gif" width="32"/>
           </td>
           <td>
            <img alt="8" height="32" src="../art/corn/lido/14.gif" width="32"/>
           </td>
           <td>
            <img alt="4" height="32" src="../art/corn/lido/6.gif" width="32"/>
           </td>
          </tr>
          <tr>
           <td>
            <img alt="1" height="32" src="../art/corn/lido/10.gif" width="32"/>
           </td>
           <td>
            <img alt="7" height="32" src="../art/corn/lido/7.gif" width="32"/>
           </td>
           <td>
            <img alt="12" height="32" src="../art/corn/lido/15.gif" width="32"/>
           </td>
           <td>
            <img alt="5" height="32" src="../art/corn/lido/13.gif" width="32"/>
           </td>
          </tr>
          <tr>
           <td>
            <img alt="2" height="32" src="../art/corn/lido/1.gif" width="32"/>
           </td>
           <td>
            <img alt="15" height="32" src="../art/corn/lido/9.gif" width="32"/>
           </td>
           <td>
            <img alt="11" height="32" src="../art/corn/lido/11.gif" width="32"/>
           </td>
           <td>
            <img alt="13" height="32" src="../art/corn/lido/12.gif" width="32"/>
           </td>
          </tr>
          <tr>
           <td>
            <img alt="3" height="32" src="../art/corn/lido/0.gif" width="32"/>
           </td>
           <td>
            <img alt="3" height="32" src="../art/corn/lido/2.gif" width="32"/>
           </td>
           <td>
            <img alt="8" height="32" src="../art/corn/lido/5.gif" width="32"/>
           </td>
           <td>
            <img alt="1" height="32" src="../art/corn/lido/8.gif" width="32"/>
           </td>
          </tr>
         </table>
         <table cellpadding="0" cellspacing="0" class="sq">
          <caption>
           Beam
          </caption>
          <tr>
           <td>
            <img alt="6" height="32" src="../art/corn/beam/4.gif" width="32"/>
           </td>
           <td>
            <img alt="14" height="32" src="../art/corn/beam/3.gif" width="32"/>
           </td>
           <td>
            <img alt="8" height="32" src="../art/corn/beam/14.gif" width="32"/>
           </td>
           <td>
            <img alt="4" height="32" src="../art/corn/beam/6.gif" width="32"/>
           </td>
          </tr>
          <tr>
           <td>
            <img alt="1" height="32" src="../art/corn/beam/10.gif" width="32"/>
           </td>
           <td>
            <img alt="7" height="32" src="../art/corn/beam/7.gif" width="32"/>
           </td>
           <td>
            <img alt="12" height="32" src="../art/corn/beam/15.gif" width="32"/>
           </td>
           <td>
            <img alt="5" height="32" src="../art/corn/beam/13.gif" width="32"/>
           </td>
          </tr>
          <tr>
           <td>
            <img alt="2" height="32" src="../art/corn/beam/1.gif" width="32"/>
           </td>
           <td>
            <img alt="15" height="32" src="../art/corn/beam/9.gif" width="32"/>
           </td>
           <td>
            <img alt="11" height="32" src="../art/corn/beam/11.gif" width="32"/>
           </td>
           <td>
            <img alt="13" height="32" src="../art/corn/beam/12.gif" width="32"/>
           </td>
          </tr>
          <tr>
           <td>
            <img alt="3" height="32" src="../art/corn/beam/0.gif" width="32"/>
           </td>
           <td>
            <img alt="3" height="32" src="../art/corn/beam/2.gif" width="32"/>
           </td>
           <td>
            <img alt="8" height="32" src="../art/corn/beam/5.gif" width="32"/>
           </td>
           <td>
            <img alt="1" height="32" src="../art/corn/beam/8.gif" width="32"/>
           </td>
          </tr>
         </table>
         <table cellpadding="0" cellspacing="0" class="sq">
          <caption>
           Roof
          </caption>
          <tr>
           <td>
            <img alt="6" height="32" src="../art/corn/roof/4.gif" width="32"/>
           </td>
           <td>
            <img alt="14" height="32" src="../art/corn/roof/3.gif" width="32"/>
           </td>
           <td>
            <img alt="8" height="32" src="../art/corn/roof/14.gif" width="32"/>
           </td>
           <td>
            <img alt="4" height="32" src="../art/corn/roof/6.gif" width="32"/>
           </td>
          </tr>
          <tr>
           <td>
            <img alt="1" height="32" src="../art/corn/roof/10.gif" width="32"/>
           </td>
           <td>
            <img alt="7" height="32" src="../art/corn/roof/7.gif" width="32"/>
           </td>
           <td>
            <img alt="12" height="32" src="../art/corn/roof/15.gif" width="32"/>
           </td>
           <td>
            <img alt="5" height="32" src="../art/corn/roof/13.gif" width="32"/>
           </td>
          </tr>
          <tr>
           <td>
            <img alt="2" height="32" src="../art/corn/roof/1.gif" width="32"/>
           </td>
           <td>
            <img alt="15" height="32" src="../art/corn/roof/9.gif" width="32"/>
           </td>
           <td>
            <img alt="11" height="32" src="../art/corn/roof/11.gif" width="32"/>
           </td>
           <td>
            <img alt="13" height="32" src="../art/corn/roof/12.gif" width="32"/>
           </td>
          </tr>
          <tr>
           <td>
            <img alt="3" height="32" src="../art/corn/roof/0.gif" width="32"/>
           </td>
           <td>
            <img alt="3" height="32" src="../art/corn/roof/2.gif" width="32"/>
           </td>
           <td>
            <img alt="8" height="32" src="../art/corn/roof/5.gif" width="32"/>
           </td>
           <td>
            <img alt="1" height="32" src="../art/corn/roof/8.gif" width="32"/>
           </td>
          </tr>
         </table>
         <table cellpadding="0" cellspacing="0" class="sq">
          <caption>
           Brench
          </caption>
          <tr>
           <td>
            <img alt="6" height="32" src="../art/corn/brench/4.gif" width="32"/>
           </td>
           <td>
            <img alt="14" height="32" src="../art/corn/brench/3.gif" width="32"/>
           </td>
           <td>
            <img alt="8" height="32" src="../art/corn/brench/14.gif" width="32"/>
           </td>
           <td>
            <img alt="4" height="32" src="../art/corn/brench/6.gif" width="32"/>
           </td>
          </tr>
          <tr>
           <td>
            <img alt="1" height="32" src="../art/corn/brench/10.gif" width="32"/>
           </td>
           <td>
            <img alt="7" height="32" src="../art/corn/brench/7.gif" width="32"/>
           </td>
           <td>
            <img alt="12" height="32" src="../art/corn/brench/15.gif" width="32"/>
           </td>
           <td>
            <img alt="5" height="32" src="../art/corn/brench/13.gif" width="32"/>
           </td>
          </tr>
          <tr>
           <td>
            <img alt="2" height="32" src="../art/corn/brench/1.gif" width="32"/>
           </td>
           <td>
            <img alt="15" height="32" src="../art/corn/brench/9.gif" width="32"/>
           </td>
           <td>
            <img alt="11" height="32" src="../art/corn/brench/11.gif" width="32"/>
           </td>
           <td>
            <img alt="13" height="32" src="../art/corn/brench/12.gif" width="32"/>
           </td>
          </tr>
          <tr>
           <td>
            <img alt="3" height="32" src="../art/corn/brench/0.gif" width="32"/>
           </td>
           <td>
            <img alt="3" height="32" src="../art/corn/brench/2.gif" width="32"/>
           </td>
           <td>
            <img alt="8" height="32" src="../art/corn/brench/5.gif" width="32"/>
           </td>
           <td>
            <img alt="1" height="32" src="../art/corn/brench/8.gif" width="32"/>
           </td>
          </tr>
         </table>
        </td>
       </tr>
      </table>
      <p>
       * Terrain tiles from a full landscape tileset at
       <a href="http://www.lostgarden.com/2006/07/more-free-game-graphics.html">
        LostGarden
       </a>
       .
       <br/>
       * Sea Sand and Sand Grass tilesets from
       <a href="http://www.robotality.com">
        Robotality
       </a>
       .
      </p>
      <p>
       All  tiles are 32x32 pixels and in GIF format. You can copy and paste  any tile directly into the Stagecast Paint window.
      </p>
      <!-- #EndEditable -->
      <!-- end .content -->
     </div>
    </td>
    <td class="side">
     <ul>
      <li class="nolink">
       Intro
      </li>
      <li>
       <a href="intro.html">
        Wang tiles
       </a>
      </li>
      <li>
       <a href="array.html">
        Maze arrays
       </a>
      </li>
      <li class="nolink">
       Wang Tiles
      </li>
      <li>
       <a href="2edge.html">
        2-edge tiles
       </a>
      </li>
      <li>
       <a href="2corn.html">
        2-corner tiles
       </a>
      </li>
      <li>
       <a href="3edge.html">
        3-edge tiles
       </a>
      </li>
      <li>
       <a href="3corn.html">
        3-corner tiles
       </a>
      </li>
      <li>
       <a href="4ord.html">
        4-order tiles
       </a>
      </li>
      <li class="nolink">
       Tilesets
      </li>
      <li>
       <a href="blob.html">
        Blob tileset
       </a>
      </li>
      <li>
       <a href="lout2e.html">
        Layout 2-edge
       </a>
      </li>
      <li>
       <a href="reduced.html">
        Reduced sets
       </a>
      </li>
      <li class="nolink">
       Single Side
      </li>
      <li>
       <a href="block.html">
        Block tiles
       </a>
      </li>
      <li>
       <a href="1sideedge.html">
        1-side edge
       </a>
      </li>
      <li>
       <a href="1sidecorn.html">
        1-side corner
       </a>
      </li>
      <li class="nolink">
       Paths
      </li>
      <li>
       <a href="angled.html">
        Angled paths
       </a>
      </li>
      <li>
       <a href="border.html">
        Border paths
       </a>
      </li>
      <!--<li>Colour paths</li>-->
      <li>
       <a href="directed.html">
        Directed path
       </a>
      </li>
      <li>
       <a href="isometric.html">
        Isometric path
       </a>
      </li>
      <li>
       <a href="positioned.html">
        Position path
       </a>
      </li>
      <li>
       <a href="shape.html">
        Shape tiles
       </a>
      </li>
      <li class="nolink">
       Mazes
      </li>
      <li>
       <a href="perfect.html">
        Perfect
       </a>
      </li>
      <li>
       <a href="connect.html">
        Connected
       </a>
      </li>
      <li>
       <a href="imperfect.html">
        Imperfect
       </a>
      </li>
      <li>
       <a href="labyrinth.html">
        Labyrinth
       </a>
      </li>
      <li>
       <a href="twin.html">
        Twin maze
       </a>
      </li>
      <li class="nolink">
       Gallery
      </li>
      <li>
       <a href="tiles_e.html">
        Tiles 2-edge
       </a>
      </li>
      <li>
       <a href="tiles_c.html">
        Tiles 2-corner
       </a>
      </li>
      <li>
       <a href="tiles_3ec.html">
        Tiles 3-order
       </a>
      </li>
      <li>
       <a href="blob_g.html">
        Blob tilesets
       </a>
      </li>
      <li>
       <a href="twin_g.html">
        Twin tilesets
       </a>
      </li>
      <li>
       <a href="icons.html">
        Icons
       </a>
      </li>
      <li>
       <a href="patts.html">
        Patterns
       </a>
      </li>
      <li>
       <a href="block_g.html">
        Block tiles
       </a>
      </li>
      <li>
       <a href="1side.html">
        1-side sets
       </a>
      </li>
      <li class="nolink">
       Info
      </li>
      <li>
       <a href="maths.html">
        Maths
       </a>
      </li>
      <li>
       <a href="knots.html">
        Knots
       </a>
      </li>
      <li>
       <a href="pattern.html">
        Patterns
       </a>
      </li>
      <li>
       <a href="puzzle.html">
        Puzzles
       </a>
      </li>
      <li>
       <a href="web.html">
        Web news
       </a>
      </li>
      <li>
       <a href="glossary.html">
        Glossary
       </a>
      </li>
      <li>
      </li>
     </ul>
    </td>
   </tr>
  </table>
  <table cellpadding="0" cellspacing="0" class="foot">
   <tr>
    <td class="main">
     <p>
      Wang Tiles | cr31.co.uk | 2017
     </p>
    </td>
    <td class="side">
    </td>
   </tr>
  </table>
 </body>
 <!-- #EndTemplate -->
</html>


In [28]:
list(soup.children)


Out[28]:
['HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"',
 '\n',
 <html xmlns="http://www.w3.org/1999/xhtml"><!-- #BeginTemplate "/Templates/wang.dwt" --><!-- DW6 -->
 <head>
 <!-- #BeginEditable "doctitle" -->
 <title>Tiles 2-corner</title>
 <!-- #EndEditable -->
 <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
 <!-- #BeginEditable "Meta" -->
 <link href="text.css" rel="stylesheet" type="text/css"/>
 <script src="../js/wang.js" type="text/JavaScript"></script>
 <meta content="Stagecast puzzles, games, animation and sims" name="description"/>
 <meta content="tiles, icons, tile set, 32, 32x32, maze, labyrinth, edge matching, Stagecast, Creator, sims" name="keywords"/>
 <!-- #EndEditable -->
 </head>
 <body>
 <table cellpadding="0" cellspacing="0" class="tabs">
 <tr>
 <td class="main"><ul>
 <li><a href="../trains/tt0_intro.html">Turing Trains</a></li>
 <li><a href="../../logolite/logolite.html">Logo Lite</a></li>
 <li class="this">Wang Tiles</li>
 <li><a href="stage.html">Maze Arrays</a></li>
 </ul></td>
 <td class="side"><ul>
 <li><a href="../../index.html">cr31</a></li>
 </ul></td>
 </tr>
 </table>
 <table cellpadding="0" cellspacing="0" class="head">
 <tr>
 <td class="main"><h1>Wang Tiles</h1></td>
 <td class="side"> </td>
 </tr>
 </table>
 <table cellpadding="0" cellspacing="0" class="strap">
 <tr>
 <td class="main"><p>edge and corner matched tilesets</p></td>
 <td class="side"><p>menu</p></td>
 </tr>
 </table>
 <table cellpadding="0" cellspacing="0" class="cont">
 <tr>
 <td class="main"><div class="content"><!-- #BeginEditable "contents" -->
 <h2>2-corner </h2>
 <p>Corner Wang tiles are usually <a href="3corn.html">patch</a> or terrain type tiles. Some though can show diagonal paths between tiles. All tilesets below are shown in a Brigid's Cross layout. <br/>
 				You can see that the 2-corner Wang tiles are a subset of a <a href="3corn.html">3-corner</a> Wang tileset.<br/>
 				All tilesets can be explored using the <a href="stage.html">Stage</a>. Select '2-corner' tilesets from the pull-down menu below the Stage window. </p>
 <table cellpadding="0" cellspacing="0" class="lout">
 <tr>
 <td><table cellpadding="0" cellspacing="0" class="sq">
 <caption>
 							Wang 2corner
 							</caption>
 <tr>
 <td><img alt="6" height="32" src="../art/corn/wang-2c/4.gif" width="32"/></td>
 <td><img alt="14" height="32" src="../art/corn/wang-2c/3.gif" width="32"/></td>
 <td><img alt="8" height="32" src="../art/corn/wang-2c/14.gif" width="32"/></td>
 <td><img alt="4" height="32" src="../art/corn/wang-2c/6.gif" width="32"/></td>
 </tr>
 <tr>
 <td><img alt="1" height="32" src="../art/corn/wang-2c/10.gif" width="32"/></td>
 <td><img alt="7" height="32" src="../art/corn/wang-2c/7.gif" width="32"/></td>
 <td><img alt="12" height="32" src="../art/corn/wang-2c/15.gif" width="32"/></td>
 <td><img alt="5" height="32" src="../art/corn/wang-2c/13.gif" width="32"/></td>
 </tr>
 <tr>
 <td><img alt="2" height="32" src="../art/corn/wang-2c/1.gif" width="32"/></td>
 <td><img alt="15" height="32" src="../art/corn/wang-2c/9.gif" width="32"/></td>
 <td><img alt="11" height="32" src="../art/corn/wang-2c/11.gif" width="32"/></td>
 <td><img alt="13" height="32" src="../art/corn/wang-2c/12.gif" width="32"/></td>
 </tr>
 <tr>
 <td><img alt="3" height="32" src="../art/corn/wang-2c/0.gif" width="32"/></td>
 <td><img alt="3" height="32" src="../art/corn/wang-2c/2.gif" width="32"/></td>
 <td><img alt="8" height="32" src="../art/corn/wang-2c/5.gif" width="32"/></td>
 <td><img alt="1" height="32" src="../art/corn/wang-2c/8.gif" width="32"/></td>
 </tr>
 </table>
 <table cellpadding="0" cellspacing="0" class="sq">
 <caption>
 								Path
 								</caption>
 <tr>
 <td><img alt="6" height="32" src="../art/corn/path/4.gif" width="32"/></td>
 <td><img alt="14" height="32" src="../art/corn/path/3.gif" width="32"/></td>
 <td><img alt="8" height="32" src="../art/corn/path/14.gif" width="32"/></td>
 <td><img alt="4" height="32" src="../art/corn/path/6.gif" width="32"/></td>
 </tr>
 <tr>
 <td><img alt="1" height="32" src="../art/corn/path/10.gif" width="32"/></td>
 <td><img alt="7" height="32" src="../art/corn/path/7.gif" width="32"/></td>
 <td><img alt="12" height="32" src="../art/corn/path/15.gif" width="32"/></td>
 <td><img alt="5" height="32" src="../art/corn/path/13.gif" width="32"/></td>
 </tr>
 <tr>
 <td><img alt="2" height="32" src="../art/corn/path/1.gif" width="32"/></td>
 <td><img alt="15" height="32" src="../art/corn/path/9.gif" width="32"/></td>
 <td><img alt="11" height="32" src="../art/corn/path/11.gif" width="32"/></td>
 <td><img alt="13" height="32" src="../art/corn/path/12.gif" width="32"/></td>
 </tr>
 <tr>
 <td><img alt="3" height="32" src="../art/corn/path/0.gif" width="32"/></td>
 <td><img alt="3" height="32" src="../art/corn/path/2.gif" width="32"/></td>
 <td><img alt="8" height="32" src="../art/corn/path/5.gif" width="32"/></td>
 <td><img alt="1" height="32" src="../art/corn/path/8.gif" width="32"/></td>
 </tr>
 </table>
 <table cellpadding="0" cellspacing="0" class="sq">
 <caption>
 								Ground
 								</caption>
 <tr>
 <td><img alt="6" height="32" src="../art/corn/ground/4.gif" width="32"/></td>
 <td><img alt="14" height="32" src="../art/corn/ground/3.gif" width="32"/></td>
 <td><img alt="8" height="32" src="../art/corn/ground/14.gif" width="32"/></td>
 <td><img alt="4" height="32" src="../art/corn/ground/6.gif" width="32"/></td>
 </tr>
 <tr>
 <td><img alt="1" height="32" src="../art/corn/ground/10.gif" width="32"/></td>
 <td><img alt="7" height="32" src="../art/corn/ground/7.gif" width="32"/></td>
 <td><img alt="12" height="32" src="../art/corn/ground/15.gif" width="32"/></td>
 <td><img alt="5" height="32" src="../art/corn/ground/13.gif" width="32"/></td>
 </tr>
 <tr>
 <td><img alt="2" height="32" src="../art/corn/ground/1.gif" width="32"/></td>
 <td><img alt="15" height="32" src="../art/corn/ground/9.gif" width="32"/></td>
 <td><img alt="11" height="32" src="../art/corn/ground/11.gif" width="32"/></td>
 <td><img alt="13" height="32" src="../art/corn/ground/12.gif" width="32"/></td>
 </tr>
 <tr>
 <td><img alt="3" height="32" src="../art/corn/ground/0.gif" width="32"/></td>
 <td><img alt="3" height="32" src="../art/corn/ground/2.gif" width="32"/></td>
 <td><img alt="8" height="32" src="../art/corn/ground/5.gif" width="32"/></td>
 <td><img alt="1" height="32" src="../art/corn/ground/8.gif" width="32"/></td>
 </tr>
 </table>
 <table cellpadding="0" cellspacing="0" class="sq">
 <caption>
 								Cliff
 								</caption>
 <tr>
 <td><img alt="6" height="32" src="../art/corn/cliff/4.gif" width="32"/></td>
 <td><img alt="14" height="32" src="../art/corn/cliff/3.gif" width="32"/></td>
 <td><img alt="8" height="32" src="../art/corn/cliff/14.gif" width="32"/></td>
 <td><img alt="4" height="32" src="../art/corn/cliff/6.gif" width="32"/></td>
 </tr>
 <tr>
 <td><img alt="1" height="32" src="../art/corn/cliff/10.gif" width="32"/></td>
 <td><img alt="7" height="32" src="../art/corn/cliff/7.gif" width="32"/></td>
 <td><img alt="12" height="32" src="../art/corn/cliff/15.gif" width="32"/></td>
 <td><img alt="5" height="32" src="../art/corn/cliff/13.gif" width="32"/></td>
 </tr>
 <tr>
 <td><img alt="2" height="32" src="../art/corn/cliff/1.gif" width="32"/></td>
 <td><img alt="15" height="32" src="../art/corn/cliff/9.gif" width="32"/></td>
 <td><img alt="11" height="32" src="../art/corn/cliff/11.gif" width="32"/></td>
 <td><img alt="13" height="32" src="../art/corn/cliff/12.gif" width="32"/></td>
 </tr>
 <tr>
 <td><img alt="3" height="32" src="../art/corn/cliff/0.gif" width="32"/></td>
 <td><img alt="3" height="32" src="../art/corn/cliff/2.gif" width="32"/></td>
 <td><img alt="8" height="32" src="../art/corn/cliff/5.gif" width="32"/></td>
 <td><img alt="1" height="32" src="../art/corn/cliff/8.gif" width="32"/></td>
 </tr>
 </table>
 <table cellpadding="0" cellspacing="0" class="sq">
 <caption>
 								Sea Sand
 								</caption>
 <tr>
 <td><img alt="6" height="32" src="../art/corn/seasand/4.gif" width="32"/></td>
 <td><img alt="14" height="32" src="../art/corn/seasand/3.gif" width="32"/></td>
 <td><img alt="8" height="32" src="../art/corn/seasand/14.gif" width="32"/></td>
 <td><img alt="4" height="32" src="../art/corn/seasand/6.gif" width="32"/></td>
 </tr>
 <tr>
 <td><img alt="1" height="32" src="../art/corn/seasand/10.gif" width="32"/></td>
 <td><img alt="7" height="32" src="../art/corn/seasand/7.gif" width="32"/></td>
 <td><img alt="12" height="32" src="../art/corn/seasand/15.gif" width="32"/></td>
 <td><img alt="5" height="32" src="../art/corn/seasand/13.gif" width="32"/></td>
 </tr>
 <tr>
 <td><img alt="2" height="32" src="../art/corn/seasand/1.gif" width="32"/></td>
 <td><img alt="15" height="32" src="../art/corn/seasand/9.gif" width="32"/></td>
 <td><img alt="11" height="32" src="../art/corn/seasand/11.gif" width="32"/></td>
 <td><img alt="13" height="32" src="../art/corn/seasand/12.gif" width="32"/></td>
 </tr>
 <tr>
 <td><img alt="3" height="32" src="../art/corn/seasand/0.gif" width="32"/></td>
 <td><img alt="3" height="32" src="../art/corn/seasand/2.gif" width="32"/></td>
 <td><img alt="8" height="32" src="../art/corn/seasand/5.gif" width="32"/></td>
 <td><img alt="1" height="32" src="../art/corn/seasand/8.gif" width="32"/></td>
 </tr>
 </table>
 <table cellpadding="0" cellspacing="0" class="sq">
 <caption>
 								Glob
 								</caption>
 <tr>
 <td><img alt="6" height="32" src="../art/corn/glob/4.gif" width="32"/></td>
 <td><img alt="14" height="32" src="../art/corn/glob/3.gif" width="32"/></td>
 <td><img alt="8" height="32" src="../art/corn/glob/14.gif" width="32"/></td>
 <td><img alt="4" height="32" src="../art/corn/glob/6.gif" width="32"/></td>
 </tr>
 <tr>
 <td><img alt="1" height="32" src="../art/corn/glob/10.gif" width="32"/></td>
 <td><img alt="7" height="32" src="../art/corn/glob/7.gif" width="32"/></td>
 <td><img alt="12" height="32" src="../art/corn/glob/15.gif" width="32"/></td>
 <td><img alt="5" height="32" src="../art/corn/glob/13.gif" width="32"/></td>
 </tr>
 <tr>
 <td><img alt="2" height="32" src="../art/corn/glob/1.gif" width="32"/></td>
 <td><img alt="15" height="32" src="../art/corn/glob/9.gif" width="32"/></td>
 <td><img alt="11" height="32" src="../art/corn/glob/11.gif" width="32"/></td>
 <td><img alt="13" height="32" src="../art/corn/glob/12.gif" width="32"/></td>
 </tr>
 <tr>
 <td><img alt="3" height="32" src="../art/corn/glob/0.gif" width="32"/></td>
 <td><img alt="3" height="32" src="../art/corn/glob/2.gif" width="32"/></td>
 <td><img alt="8" height="32" src="../art/corn/glob/5.gif" width="32"/></td>
 <td><img alt="1" height="32" src="../art/corn/glob/8.gif" width="32"/></td>
 </tr>
 </table></td>
 <td><table cellpadding="0" cellspacing="0" class="sq">
 <caption>
 							Terrain*
 							</caption>
 <tr>
 <td><img alt="6" height="32" src="../art/corn/terrain/4.gif" width="32"/></td>
 <td><img alt="14" height="32" src="../art/corn/terrain/3.gif" width="32"/></td>
 <td><img alt="8" height="32" src="../art/corn/terrain/14.gif" width="32"/></td>
 <td><img alt="4" height="32" src="../art/corn/terrain/6.gif" width="32"/></td>
 </tr>
 <tr>
 <td><img alt="1" height="32" src="../art/corn/terrain/10.gif" width="32"/></td>
 <td><img alt="7" height="32" src="../art/corn/terrain/7.gif" width="32"/></td>
 <td><img alt="12" height="32" src="../art/corn/terrain/15.gif" width="32"/></td>
 <td><img alt="5" height="32" src="../art/corn/terrain/13.gif" width="32"/></td>
 </tr>
 <tr>
 <td><img alt="2" height="32" src="../art/corn/terrain/1.gif" width="32"/></td>
 <td><img alt="15" height="32" src="../art/corn/terrain/9.gif" width="32"/></td>
 <td><img alt="11" height="32" src="../art/corn/terrain/11.gif" width="32"/></td>
 <td><img alt="13" height="32" src="../art/corn/terrain/12.gif" width="32"/></td>
 </tr>
 <tr>
 <td><img alt="3" height="32" src="../art/corn/terrain/0.gif" width="32"/></td>
 <td><img alt="3" height="32" src="../art/corn/terrain/2.gif" width="32"/></td>
 <td><img alt="8" height="32" src="../art/corn/terrain/5.gif" width="32"/></td>
 <td><img alt="1" height="32" src="../art/corn/terrain/8.gif" width="32"/></td>
 </tr>
 </table>
 <table cellpadding="0" cellspacing="0" class="sq">
 <caption>
 								Patch
 								</caption>
 <tr>
 <td><img alt="6" height="32" src="../art/corn/patch/4.gif" width="32"/></td>
 <td><img alt="14" height="32" src="../art/corn/patch/3.gif" width="32"/></td>
 <td><img alt="8" height="32" src="../art/corn/patch/14.gif" width="32"/></td>
 <td><img alt="4" height="32" src="../art/corn/patch/6.gif" width="32"/></td>
 </tr>
 <tr>
 <td><img alt="1" height="32" src="../art/corn/patch/10.gif" width="32"/></td>
 <td><img alt="7" height="32" src="../art/corn/patch/7.gif" width="32"/></td>
 <td><img alt="12" height="32" src="../art/corn/patch/15.gif" width="32"/></td>
 <td><img alt="5" height="32" src="../art/corn/patch/13.gif" width="32"/></td>
 </tr>
 <tr>
 <td><img alt="2" height="32" src="../art/corn/patch/1.gif" width="32"/></td>
 <td><img alt="15" height="32" src="../art/corn/patch/9.gif" width="32"/></td>
 <td><img alt="11" height="32" src="../art/corn/patch/11.gif" width="32"/></td>
 <td><img alt="13" height="32" src="../art/corn/patch/12.gif" width="32"/></td>
 </tr>
 <tr>
 <td><img alt="3" height="32" src="../art/corn/patch/0.gif" width="32"/></td>
 <td><img alt="3" height="32" src="../art/corn/patch/2.gif" width="32"/></td>
 <td><img alt="8" height="32" src="../art/corn/patch/5.gif" width="32"/></td>
 <td><img alt="1" height="32" src="../art/corn/patch/8.gif" width="32"/></td>
 </tr>
 </table>
 <table cellpadding="0" cellspacing="0" class="sq">
 <caption>
 								Border
 								</caption>
 <tr>
 <td><img alt="6" height="32" src="../art/corn/border/4.gif" width="32"/></td>
 <td><img alt="14" height="32" src="../art/corn/border/3.gif" width="32"/></td>
 <td><img alt="8" height="32" src="../art/corn/border/14.gif" width="32"/></td>
 <td><img alt="4" height="32" src="../art/corn/border/6.gif" width="32"/></td>
 </tr>
 <tr>
 <td><img alt="1" height="32" src="../art/corn/border/10.gif" width="32"/></td>
 <td><img alt="7" height="32" src="../art/corn/border/7.gif" width="32"/></td>
 <td><img alt="12" height="32" src="../art/corn/border/15.gif" width="32"/></td>
 <td><img alt="5" height="32" src="../art/corn/border/13.gif" width="32"/></td>
 </tr>
 <tr>
 <td><img alt="2" height="32" src="../art/corn/border/1.gif" width="32"/></td>
 <td><img alt="15" height="32" src="../art/corn/border/9.gif" width="32"/></td>
 <td><img alt="11" height="32" src="../art/corn/border/11.gif" width="32"/></td>
 <td><img alt="13" height="32" src="../art/corn/border/12.gif" width="32"/></td>
 </tr>
 <tr>
 <td><img alt="3" height="32" src="../art/corn/border/0.gif" width="32"/></td>
 <td><img alt="3" height="32" src="../art/corn/border/2.gif" width="32"/></td>
 <td><img alt="8" height="32" src="../art/corn/border/5.gif" width="32"/></td>
 <td><img alt="1" height="32" src="../art/corn/border/8.gif" width="32"/></td>
 </tr>
 </table>
 <table cellpadding="0" cellspacing="0" class="sq">
 <caption>
 								Cellar
 								</caption>
 <tr>
 <td><img alt="6" height="32" src="../art/corn/cellar/4.gif" width="32"/></td>
 <td><img alt="14" height="32" src="../art/corn/cellar/3.gif" width="32"/></td>
 <td><img alt="8" height="32" src="../art/corn/cellar/14.gif" width="32"/></td>
 <td><img alt="4" height="32" src="../art/corn/cellar/6.gif" width="32"/></td>
 </tr>
 <tr>
 <td><img alt="1" height="32" src="../art/corn/cellar/10.gif" width="32"/></td>
 <td><img alt="7" height="32" src="../art/corn/cellar/7.gif" width="32"/></td>
 <td><img alt="12" height="32" src="../art/corn/cellar/15.gif" width="32"/></td>
 <td><img alt="5" height="32" src="../art/corn/cellar/13.gif" width="32"/></td>
 </tr>
 <tr>
 <td><img alt="2" height="32" src="../art/corn/cellar/1.gif" width="32"/></td>
 <td><img alt="15" height="32" src="../art/corn/cellar/9.gif" width="32"/></td>
 <td><img alt="11" height="32" src="../art/corn/cellar/11.gif" width="32"/></td>
 <td><img alt="13" height="32" src="../art/corn/cellar/12.gif" width="32"/></td>
 </tr>
 <tr>
 <td><img alt="3" height="32" src="../art/corn/cellar/0.gif" width="32"/></td>
 <td><img alt="3" height="32" src="../art/corn/cellar/2.gif" width="32"/></td>
 <td><img alt="8" height="32" src="../art/corn/cellar/5.gif" width="32"/></td>
 <td><img alt="1" height="32" src="../art/corn/cellar/8.gif" width="32"/></td>
 </tr>
 </table>
 <table cellpadding="0" cellspacing="0" class="sq">
 <caption>
 								Sand Grass
 								</caption>
 <tr>
 <td><img alt="6" height="32" src="../art/corn/sandgrass/4.gif" width="32"/></td>
 <td><img alt="14" height="32" src="../art/corn/sandgrass/3.gif" width="32"/></td>
 <td><img alt="8" height="32" src="../art/corn/sandgrass/14.gif" width="32"/></td>
 <td><img alt="4" height="32" src="../art/corn/sandgrass/6.gif" width="32"/></td>
 </tr>
 <tr>
 <td><img alt="1" height="32" src="../art/corn/sandgrass/10.gif" width="32"/></td>
 <td><img alt="7" height="32" src="../art/corn/sandgrass/7.gif" width="32"/></td>
 <td><img alt="12" height="32" src="../art/corn/sandgrass/15.gif" width="32"/></td>
 <td><img alt="5" height="32" src="../art/corn/sandgrass/13.gif" width="32"/></td>
 </tr>
 <tr>
 <td><img alt="2" height="32" src="../art/corn/sandgrass/1.gif" width="32"/></td>
 <td><img alt="15" height="32" src="../art/corn/sandgrass/9.gif" width="32"/></td>
 <td><img alt="11" height="32" src="../art/corn/sandgrass/11.gif" width="32"/></td>
 <td><img alt="13" height="32" src="../art/corn/sandgrass/12.gif" width="32"/></td>
 </tr>
 <tr>
 <td><img alt="3" height="32" src="../art/corn/sandgrass/0.gif" width="32"/></td>
 <td><img alt="3" height="32" src="../art/corn/sandgrass/2.gif" width="32"/></td>
 <td><img alt="8" height="32" src="../art/corn/sandgrass/5.gif" width="32"/></td>
 <td><img alt="1" height="32" src="../art/corn/sandgrass/8.gif" width="32"/></td>
 </tr>
 </table>
 <table cellpadding="0" cellspacing="0" class="sq">
 <caption>
 								Square
 								</caption>
 <tr>
 <td><img alt="6" height="32" src="../art/corn/square/4.gif" width="32"/></td>
 <td><img alt="14" height="32" src="../art/corn/square/3.gif" width="32"/></td>
 <td><img alt="8" height="32" src="../art/corn/square/14.gif" width="32"/></td>
 <td><img alt="4" height="32" src="../art/corn/square/6.gif" width="32"/></td>
 </tr>
 <tr>
 <td><img alt="1" height="32" src="../art/corn/square/10.gif" width="32"/></td>
 <td><img alt="7" height="32" src="../art/corn/square/7.gif" width="32"/></td>
 <td><img alt="12" height="32" src="../art/corn/square/15.gif" width="32"/></td>
 <td><img alt="5" height="32" src="../art/corn/square/13.gif" width="32"/></td>
 </tr>
 <tr>
 <td><img alt="2" height="32" src="../art/corn/square/1.gif" width="32"/></td>
 <td><img alt="15" height="32" src="../art/corn/square/9.gif" width="32"/></td>
 <td><img alt="11" height="32" src="../art/corn/square/11.gif" width="32"/></td>
 <td><img alt="13" height="32" src="../art/corn/square/12.gif" width="32"/></td>
 </tr>
 <tr>
 <td><img alt="3" height="32" src="../art/corn/square/0.gif" width="32"/></td>
 <td><img alt="3" height="32" src="../art/corn/square/2.gif" width="32"/></td>
 <td><img alt="8" height="32" src="../art/corn/square/5.gif" width="32"/></td>
 <td><img alt="1" height="32" src="../art/corn/square/8.gif" width="32"/></td>
 </tr>
 </table></td>
 <td><table cellpadding="0" cellspacing="0" class="sq">
 <caption>
 							Island
 							</caption>
 <tr>
 <td><img alt="6" height="32" src="../art/corn/island/4.gif" width="32"/></td>
 <td><img alt="14" height="32" src="../art/corn/island/3.gif" width="32"/></td>
 <td><img alt="8" height="32" src="../art/corn/island/14.gif" width="32"/></td>
 <td><img alt="4" height="32" src="../art/corn/island/6.gif" width="32"/></td>
 </tr>
 <tr>
 <td><img alt="1" height="32" src="../art/corn/island/10.gif" width="32"/></td>
 <td><img alt="7" height="32" src="../art/corn/island/7.gif" width="32"/></td>
 <td><img alt="12" height="32" src="../art/corn/island/15.gif" width="32"/></td>
 <td><img alt="5" height="32" src="../art/corn/island/13.gif" width="32"/></td>
 </tr>
 <tr>
 <td><img alt="2" height="32" src="../art/corn/island/1.gif" width="32"/></td>
 <td><img alt="15" height="32" src="../art/corn/island/9.gif" width="32"/></td>
 <td><img alt="11" height="32" src="../art/corn/island/11.gif" width="32"/></td>
 <td><img alt="13" height="32" src="../art/corn/island/12.gif" width="32"/></td>
 </tr>
 <tr>
 <td><img alt="3" height="32" src="../art/corn/island/0.gif" width="32"/></td>
 <td><img alt="3" height="32" src="../art/corn/island/2.gif" width="32"/></td>
 <td><img alt="8" height="32" src="../art/corn/island/5.gif" width="32"/></td>
 <td><img alt="1" height="32" src="../art/corn/island/8.gif" width="32"/></td>
 </tr>
 </table>
 <table cellpadding="0" cellspacing="0" class="sq">
 <caption>
 								PCB
 								</caption>
 <tr>
 <td><img alt="6" height="32" src="../art/corn/pcb/4.gif" width="32"/></td>
 <td><img alt="14" height="32" src="../art/corn/pcb/3.gif" width="32"/></td>
 <td><img alt="8" height="32" src="../art/corn/pcb/14.gif" width="32"/></td>
 <td><img alt="4" height="32" src="../art/corn/pcb/6.gif" width="32"/></td>
 </tr>
 <tr>
 <td><img alt="1" height="32" src="../art/corn/pcb/10.gif" width="32"/></td>
 <td><img alt="7" height="32" src="../art/corn/pcb/7.gif" width="32"/></td>
 <td><img alt="12" height="32" src="../art/corn/pcb/15.gif" width="32"/></td>
 <td><img alt="5" height="32" src="../art/corn/pcb/13.gif" width="32"/></td>
 </tr>
 <tr>
 <td><img alt="2" height="32" src="../art/corn/pcb/1.gif" width="32"/></td>
 <td><img alt="15" height="32" src="../art/corn/pcb/9.gif" width="32"/></td>
 <td><img alt="11" height="32" src="../art/corn/pcb/11.gif" width="32"/></td>
 <td><img alt="13" height="32" src="../art/corn/pcb/12.gif" width="32"/></td>
 </tr>
 <tr>
 <td><img alt="3" height="32" src="../art/corn/pcb/0.gif" width="32"/></td>
 <td><img alt="3" height="32" src="../art/corn/pcb/2.gif" width="32"/></td>
 <td><img alt="8" height="32" src="../art/corn/pcb/5.gif" width="32"/></td>
 <td><img alt="1" height="32" src="../art/corn/pcb/8.gif" width="32"/></td>
 </tr>
 </table>
 <table cellpadding="0" cellspacing="0" class="sq">
 <caption>
 								Lido
 								</caption>
 <tr>
 <td><img alt="6" height="32" src="../art/corn/lido/4.gif" width="32"/></td>
 <td><img alt="14" height="32" src="../art/corn/lido/3.gif" width="32"/></td>
 <td><img alt="8" height="32" src="../art/corn/lido/14.gif" width="32"/></td>
 <td><img alt="4" height="32" src="../art/corn/lido/6.gif" width="32"/></td>
 </tr>
 <tr>
 <td><img alt="1" height="32" src="../art/corn/lido/10.gif" width="32"/></td>
 <td><img alt="7" height="32" src="../art/corn/lido/7.gif" width="32"/></td>
 <td><img alt="12" height="32" src="../art/corn/lido/15.gif" width="32"/></td>
 <td><img alt="5" height="32" src="../art/corn/lido/13.gif" width="32"/></td>
 </tr>
 <tr>
 <td><img alt="2" height="32" src="../art/corn/lido/1.gif" width="32"/></td>
 <td><img alt="15" height="32" src="../art/corn/lido/9.gif" width="32"/></td>
 <td><img alt="11" height="32" src="../art/corn/lido/11.gif" width="32"/></td>
 <td><img alt="13" height="32" src="../art/corn/lido/12.gif" width="32"/></td>
 </tr>
 <tr>
 <td><img alt="3" height="32" src="../art/corn/lido/0.gif" width="32"/></td>
 <td><img alt="3" height="32" src="../art/corn/lido/2.gif" width="32"/></td>
 <td><img alt="8" height="32" src="../art/corn/lido/5.gif" width="32"/></td>
 <td><img alt="1" height="32" src="../art/corn/lido/8.gif" width="32"/></td>
 </tr>
 </table>
 <table cellpadding="0" cellspacing="0" class="sq">
 <caption>
 								Beam
 								</caption>
 <tr>
 <td><img alt="6" height="32" src="../art/corn/beam/4.gif" width="32"/></td>
 <td><img alt="14" height="32" src="../art/corn/beam/3.gif" width="32"/></td>
 <td><img alt="8" height="32" src="../art/corn/beam/14.gif" width="32"/></td>
 <td><img alt="4" height="32" src="../art/corn/beam/6.gif" width="32"/></td>
 </tr>
 <tr>
 <td><img alt="1" height="32" src="../art/corn/beam/10.gif" width="32"/></td>
 <td><img alt="7" height="32" src="../art/corn/beam/7.gif" width="32"/></td>
 <td><img alt="12" height="32" src="../art/corn/beam/15.gif" width="32"/></td>
 <td><img alt="5" height="32" src="../art/corn/beam/13.gif" width="32"/></td>
 </tr>
 <tr>
 <td><img alt="2" height="32" src="../art/corn/beam/1.gif" width="32"/></td>
 <td><img alt="15" height="32" src="../art/corn/beam/9.gif" width="32"/></td>
 <td><img alt="11" height="32" src="../art/corn/beam/11.gif" width="32"/></td>
 <td><img alt="13" height="32" src="../art/corn/beam/12.gif" width="32"/></td>
 </tr>
 <tr>
 <td><img alt="3" height="32" src="../art/corn/beam/0.gif" width="32"/></td>
 <td><img alt="3" height="32" src="../art/corn/beam/2.gif" width="32"/></td>
 <td><img alt="8" height="32" src="../art/corn/beam/5.gif" width="32"/></td>
 <td><img alt="1" height="32" src="../art/corn/beam/8.gif" width="32"/></td>
 </tr>
 </table>
 <table cellpadding="0" cellspacing="0" class="sq">
 <caption>
 								Roof
 								</caption>
 <tr>
 <td><img alt="6" height="32" src="../art/corn/roof/4.gif" width="32"/></td>
 <td><img alt="14" height="32" src="../art/corn/roof/3.gif" width="32"/></td>
 <td><img alt="8" height="32" src="../art/corn/roof/14.gif" width="32"/></td>
 <td><img alt="4" height="32" src="../art/corn/roof/6.gif" width="32"/></td>
 </tr>
 <tr>
 <td><img alt="1" height="32" src="../art/corn/roof/10.gif" width="32"/></td>
 <td><img alt="7" height="32" src="../art/corn/roof/7.gif" width="32"/></td>
 <td><img alt="12" height="32" src="../art/corn/roof/15.gif" width="32"/></td>
 <td><img alt="5" height="32" src="../art/corn/roof/13.gif" width="32"/></td>
 </tr>
 <tr>
 <td><img alt="2" height="32" src="../art/corn/roof/1.gif" width="32"/></td>
 <td><img alt="15" height="32" src="../art/corn/roof/9.gif" width="32"/></td>
 <td><img alt="11" height="32" src="../art/corn/roof/11.gif" width="32"/></td>
 <td><img alt="13" height="32" src="../art/corn/roof/12.gif" width="32"/></td>
 </tr>
 <tr>
 <td><img alt="3" height="32" src="../art/corn/roof/0.gif" width="32"/></td>
 <td><img alt="3" height="32" src="../art/corn/roof/2.gif" width="32"/></td>
 <td><img alt="8" height="32" src="../art/corn/roof/5.gif" width="32"/></td>
 <td><img alt="1" height="32" src="../art/corn/roof/8.gif" width="32"/></td>
 </tr>
 </table>
 <table cellpadding="0" cellspacing="0" class="sq">
 <caption>
 								Brench
 								</caption>
 <tr>
 <td><img alt="6" height="32" src="../art/corn/brench/4.gif" width="32"/></td>
 <td><img alt="14" height="32" src="../art/corn/brench/3.gif" width="32"/></td>
 <td><img alt="8" height="32" src="../art/corn/brench/14.gif" width="32"/></td>
 <td><img alt="4" height="32" src="../art/corn/brench/6.gif" width="32"/></td>
 </tr>
 <tr>
 <td><img alt="1" height="32" src="../art/corn/brench/10.gif" width="32"/></td>
 <td><img alt="7" height="32" src="../art/corn/brench/7.gif" width="32"/></td>
 <td><img alt="12" height="32" src="../art/corn/brench/15.gif" width="32"/></td>
 <td><img alt="5" height="32" src="../art/corn/brench/13.gif" width="32"/></td>
 </tr>
 <tr>
 <td><img alt="2" height="32" src="../art/corn/brench/1.gif" width="32"/></td>
 <td><img alt="15" height="32" src="../art/corn/brench/9.gif" width="32"/></td>
 <td><img alt="11" height="32" src="../art/corn/brench/11.gif" width="32"/></td>
 <td><img alt="13" height="32" src="../art/corn/brench/12.gif" width="32"/></td>
 </tr>
 <tr>
 <td><img alt="3" height="32" src="../art/corn/brench/0.gif" width="32"/></td>
 <td><img alt="3" height="32" src="../art/corn/brench/2.gif" width="32"/></td>
 <td><img alt="8" height="32" src="../art/corn/brench/5.gif" width="32"/></td>
 <td><img alt="1" height="32" src="../art/corn/brench/8.gif" width="32"/></td>
 </tr>
 </table></td>
 </tr>
 </table>
 <p>* Terrain tiles from a full landscape tileset at <a href="http://www.lostgarden.com/2006/07/more-free-game-graphics.html">LostGarden</a>.<br/>
 				* Sea Sand and Sand Grass tilesets from <a href="http://www.robotality.com">Robotality</a>.</p>
 <p>All  tiles are 32x32 pixels and in GIF format. You can copy and paste  any tile directly into the Stagecast Paint window.</p>
 <!-- #EndEditable --><!-- end .content --></div></td>
 <td class="side"><ul>
 <li class="nolink">Intro</li>
 <li><a href="intro.html">Wang tiles</a></li>
 <li><a href="array.html">Maze arrays</a></li>
 <li class="nolink">Wang Tiles</li>
 <li><a href="2edge.html">2-edge tiles</a></li>
 <li><a href="2corn.html">2-corner tiles</a></li>
 <li><a href="3edge.html">3-edge tiles</a></li>
 <li><a href="3corn.html">3-corner tiles</a></li>
 <li><a href="4ord.html">4-order tiles</a></li>
 <li class="nolink">Tilesets</li>
 <li><a href="blob.html">Blob tileset</a></li>
 <li><a href="lout2e.html">Layout 2-edge</a></li>
 <li><a href="reduced.html">Reduced sets</a></li>
 <li class="nolink">Single Side</li>
 <li><a href="block.html">Block tiles</a></li>
 <li><a href="1sideedge.html">1-side edge</a></li>
 <li><a href="1sidecorn.html">1-side corner</a></li>
 <li class="nolink">Paths</li>
 <li><a href="angled.html">Angled paths</a></li>
 <li><a href="border.html">Border paths</a></li>
 <!--<li>Colour paths</li>-->
 <li><a href="directed.html">Directed path</a></li>
 <li><a href="isometric.html">Isometric path</a></li>
 <li><a href="positioned.html">Position path</a></li>
 <li><a href="shape.html">Shape tiles</a></li>
 <li class="nolink">Mazes</li>
 <li><a href="perfect.html">Perfect</a></li>
 <li><a href="connect.html">Connected</a></li>
 <li><a href="imperfect.html">Imperfect</a></li>
 <li><a href="labyrinth.html">Labyrinth</a></li>
 <li><a href="twin.html">Twin maze</a></li>
 <li class="nolink">Gallery</li>
 <li><a href="tiles_e.html">Tiles 2-edge</a></li>
 <li><a href="tiles_c.html">Tiles 2-corner</a></li>
 <li><a href="tiles_3ec.html">Tiles 3-order</a></li>
 <li><a href="blob_g.html">Blob tilesets</a></li>
 <li><a href="twin_g.html">Twin tilesets</a></li>
 <li><a href="icons.html">Icons</a></li>
 <li><a href="patts.html">Patterns</a></li>
 <li><a href="block_g.html">Block tiles</a></li>
 <li><a href="1side.html">1-side sets</a></li>
 <li class="nolink">Info</li>
 <li><a href="maths.html">Maths</a></li>
 <li><a href="knots.html">Knots</a></li>
 <li><a href="pattern.html">Patterns</a></li>
 <li><a href="puzzle.html">Puzzles</a></li>
 <li><a href="web.html">Web news</a></li>
 <li><a href="glossary.html">Glossary</a></li>
 <li> </li>
 </ul></td>
 </tr>
 </table>
 <table cellpadding="0" cellspacing="0" class="foot">
 <tr>
 <td class="main"><p>Wang Tiles | cr31.co.uk | 2017</p></td>
 <td class="side"> </td>
 </tr>
 </table>
 </body>
 <!-- #EndTemplate --></html>,
 '\n']

In [29]:
[type(item) for item in list(soup.children)]


Out[29]:
[bs4.element.Doctype,
 bs4.element.NavigableString,
 bs4.element.Tag,
 bs4.element.NavigableString]

In [31]:
html = list(soup.children)[2]
print (html)


<html xmlns="http://www.w3.org/1999/xhtml"><!-- #BeginTemplate "/Templates/wang.dwt" --><!-- DW6 -->
<head>
<!-- #BeginEditable "doctitle" -->
<title>Tiles 2-corner</title>
<!-- #EndEditable -->
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<!-- #BeginEditable "Meta" -->
<link href="text.css" rel="stylesheet" type="text/css"/>
<script src="../js/wang.js" type="text/JavaScript"></script>
<meta content="Stagecast puzzles, games, animation and sims" name="description"/>
<meta content="tiles, icons, tile set, 32, 32x32, maze, labyrinth, edge matching, Stagecast, Creator, sims" name="keywords"/>
<!-- #EndEditable -->
</head>
<body>
<table cellpadding="0" cellspacing="0" class="tabs">
<tr>
<td class="main"><ul>
<li><a href="../trains/tt0_intro.html">Turing Trains</a></li>
<li><a href="../../logolite/logolite.html">Logo Lite</a></li>
<li class="this">Wang Tiles</li>
<li><a href="stage.html">Maze Arrays</a></li>
</ul></td>
<td class="side"><ul>
<li><a href="../../index.html">cr31</a></li>
</ul></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" class="head">
<tr>
<td class="main"><h1>Wang Tiles</h1></td>
<td class="side"> </td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" class="strap">
<tr>
<td class="main"><p>edge and corner matched tilesets</p></td>
<td class="side"><p>menu</p></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" class="cont">
<tr>
<td class="main"><div class="content"><!-- #BeginEditable "contents" -->
<h2>2-corner </h2>
<p>Corner Wang tiles are usually <a href="3corn.html">patch</a> or terrain type tiles. Some though can show diagonal paths between tiles. All tilesets below are shown in a Brigid's Cross layout. <br/>
				You can see that the 2-corner Wang tiles are a subset of a <a href="3corn.html">3-corner</a> Wang tileset.<br/>
				All tilesets can be explored using the <a href="stage.html">Stage</a>. Select '2-corner' tilesets from the pull-down menu below the Stage window. </p>
<table cellpadding="0" cellspacing="0" class="lout">
<tr>
<td><table cellpadding="0" cellspacing="0" class="sq">
<caption>
							Wang 2corner
							</caption>
<tr>
<td><img alt="6" height="32" src="../art/corn/wang-2c/4.gif" width="32"/></td>
<td><img alt="14" height="32" src="../art/corn/wang-2c/3.gif" width="32"/></td>
<td><img alt="8" height="32" src="../art/corn/wang-2c/14.gif" width="32"/></td>
<td><img alt="4" height="32" src="../art/corn/wang-2c/6.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="1" height="32" src="../art/corn/wang-2c/10.gif" width="32"/></td>
<td><img alt="7" height="32" src="../art/corn/wang-2c/7.gif" width="32"/></td>
<td><img alt="12" height="32" src="../art/corn/wang-2c/15.gif" width="32"/></td>
<td><img alt="5" height="32" src="../art/corn/wang-2c/13.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="2" height="32" src="../art/corn/wang-2c/1.gif" width="32"/></td>
<td><img alt="15" height="32" src="../art/corn/wang-2c/9.gif" width="32"/></td>
<td><img alt="11" height="32" src="../art/corn/wang-2c/11.gif" width="32"/></td>
<td><img alt="13" height="32" src="../art/corn/wang-2c/12.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="3" height="32" src="../art/corn/wang-2c/0.gif" width="32"/></td>
<td><img alt="3" height="32" src="../art/corn/wang-2c/2.gif" width="32"/></td>
<td><img alt="8" height="32" src="../art/corn/wang-2c/5.gif" width="32"/></td>
<td><img alt="1" height="32" src="../art/corn/wang-2c/8.gif" width="32"/></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" class="sq">
<caption>
								Path
								</caption>
<tr>
<td><img alt="6" height="32" src="../art/corn/path/4.gif" width="32"/></td>
<td><img alt="14" height="32" src="../art/corn/path/3.gif" width="32"/></td>
<td><img alt="8" height="32" src="../art/corn/path/14.gif" width="32"/></td>
<td><img alt="4" height="32" src="../art/corn/path/6.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="1" height="32" src="../art/corn/path/10.gif" width="32"/></td>
<td><img alt="7" height="32" src="../art/corn/path/7.gif" width="32"/></td>
<td><img alt="12" height="32" src="../art/corn/path/15.gif" width="32"/></td>
<td><img alt="5" height="32" src="../art/corn/path/13.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="2" height="32" src="../art/corn/path/1.gif" width="32"/></td>
<td><img alt="15" height="32" src="../art/corn/path/9.gif" width="32"/></td>
<td><img alt="11" height="32" src="../art/corn/path/11.gif" width="32"/></td>
<td><img alt="13" height="32" src="../art/corn/path/12.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="3" height="32" src="../art/corn/path/0.gif" width="32"/></td>
<td><img alt="3" height="32" src="../art/corn/path/2.gif" width="32"/></td>
<td><img alt="8" height="32" src="../art/corn/path/5.gif" width="32"/></td>
<td><img alt="1" height="32" src="../art/corn/path/8.gif" width="32"/></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" class="sq">
<caption>
								Ground
								</caption>
<tr>
<td><img alt="6" height="32" src="../art/corn/ground/4.gif" width="32"/></td>
<td><img alt="14" height="32" src="../art/corn/ground/3.gif" width="32"/></td>
<td><img alt="8" height="32" src="../art/corn/ground/14.gif" width="32"/></td>
<td><img alt="4" height="32" src="../art/corn/ground/6.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="1" height="32" src="../art/corn/ground/10.gif" width="32"/></td>
<td><img alt="7" height="32" src="../art/corn/ground/7.gif" width="32"/></td>
<td><img alt="12" height="32" src="../art/corn/ground/15.gif" width="32"/></td>
<td><img alt="5" height="32" src="../art/corn/ground/13.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="2" height="32" src="../art/corn/ground/1.gif" width="32"/></td>
<td><img alt="15" height="32" src="../art/corn/ground/9.gif" width="32"/></td>
<td><img alt="11" height="32" src="../art/corn/ground/11.gif" width="32"/></td>
<td><img alt="13" height="32" src="../art/corn/ground/12.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="3" height="32" src="../art/corn/ground/0.gif" width="32"/></td>
<td><img alt="3" height="32" src="../art/corn/ground/2.gif" width="32"/></td>
<td><img alt="8" height="32" src="../art/corn/ground/5.gif" width="32"/></td>
<td><img alt="1" height="32" src="../art/corn/ground/8.gif" width="32"/></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" class="sq">
<caption>
								Cliff
								</caption>
<tr>
<td><img alt="6" height="32" src="../art/corn/cliff/4.gif" width="32"/></td>
<td><img alt="14" height="32" src="../art/corn/cliff/3.gif" width="32"/></td>
<td><img alt="8" height="32" src="../art/corn/cliff/14.gif" width="32"/></td>
<td><img alt="4" height="32" src="../art/corn/cliff/6.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="1" height="32" src="../art/corn/cliff/10.gif" width="32"/></td>
<td><img alt="7" height="32" src="../art/corn/cliff/7.gif" width="32"/></td>
<td><img alt="12" height="32" src="../art/corn/cliff/15.gif" width="32"/></td>
<td><img alt="5" height="32" src="../art/corn/cliff/13.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="2" height="32" src="../art/corn/cliff/1.gif" width="32"/></td>
<td><img alt="15" height="32" src="../art/corn/cliff/9.gif" width="32"/></td>
<td><img alt="11" height="32" src="../art/corn/cliff/11.gif" width="32"/></td>
<td><img alt="13" height="32" src="../art/corn/cliff/12.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="3" height="32" src="../art/corn/cliff/0.gif" width="32"/></td>
<td><img alt="3" height="32" src="../art/corn/cliff/2.gif" width="32"/></td>
<td><img alt="8" height="32" src="../art/corn/cliff/5.gif" width="32"/></td>
<td><img alt="1" height="32" src="../art/corn/cliff/8.gif" width="32"/></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" class="sq">
<caption>
								Sea Sand
								</caption>
<tr>
<td><img alt="6" height="32" src="../art/corn/seasand/4.gif" width="32"/></td>
<td><img alt="14" height="32" src="../art/corn/seasand/3.gif" width="32"/></td>
<td><img alt="8" height="32" src="../art/corn/seasand/14.gif" width="32"/></td>
<td><img alt="4" height="32" src="../art/corn/seasand/6.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="1" height="32" src="../art/corn/seasand/10.gif" width="32"/></td>
<td><img alt="7" height="32" src="../art/corn/seasand/7.gif" width="32"/></td>
<td><img alt="12" height="32" src="../art/corn/seasand/15.gif" width="32"/></td>
<td><img alt="5" height="32" src="../art/corn/seasand/13.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="2" height="32" src="../art/corn/seasand/1.gif" width="32"/></td>
<td><img alt="15" height="32" src="../art/corn/seasand/9.gif" width="32"/></td>
<td><img alt="11" height="32" src="../art/corn/seasand/11.gif" width="32"/></td>
<td><img alt="13" height="32" src="../art/corn/seasand/12.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="3" height="32" src="../art/corn/seasand/0.gif" width="32"/></td>
<td><img alt="3" height="32" src="../art/corn/seasand/2.gif" width="32"/></td>
<td><img alt="8" height="32" src="../art/corn/seasand/5.gif" width="32"/></td>
<td><img alt="1" height="32" src="../art/corn/seasand/8.gif" width="32"/></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" class="sq">
<caption>
								Glob
								</caption>
<tr>
<td><img alt="6" height="32" src="../art/corn/glob/4.gif" width="32"/></td>
<td><img alt="14" height="32" src="../art/corn/glob/3.gif" width="32"/></td>
<td><img alt="8" height="32" src="../art/corn/glob/14.gif" width="32"/></td>
<td><img alt="4" height="32" src="../art/corn/glob/6.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="1" height="32" src="../art/corn/glob/10.gif" width="32"/></td>
<td><img alt="7" height="32" src="../art/corn/glob/7.gif" width="32"/></td>
<td><img alt="12" height="32" src="../art/corn/glob/15.gif" width="32"/></td>
<td><img alt="5" height="32" src="../art/corn/glob/13.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="2" height="32" src="../art/corn/glob/1.gif" width="32"/></td>
<td><img alt="15" height="32" src="../art/corn/glob/9.gif" width="32"/></td>
<td><img alt="11" height="32" src="../art/corn/glob/11.gif" width="32"/></td>
<td><img alt="13" height="32" src="../art/corn/glob/12.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="3" height="32" src="../art/corn/glob/0.gif" width="32"/></td>
<td><img alt="3" height="32" src="../art/corn/glob/2.gif" width="32"/></td>
<td><img alt="8" height="32" src="../art/corn/glob/5.gif" width="32"/></td>
<td><img alt="1" height="32" src="../art/corn/glob/8.gif" width="32"/></td>
</tr>
</table></td>
<td><table cellpadding="0" cellspacing="0" class="sq">
<caption>
							Terrain*
							</caption>
<tr>
<td><img alt="6" height="32" src="../art/corn/terrain/4.gif" width="32"/></td>
<td><img alt="14" height="32" src="../art/corn/terrain/3.gif" width="32"/></td>
<td><img alt="8" height="32" src="../art/corn/terrain/14.gif" width="32"/></td>
<td><img alt="4" height="32" src="../art/corn/terrain/6.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="1" height="32" src="../art/corn/terrain/10.gif" width="32"/></td>
<td><img alt="7" height="32" src="../art/corn/terrain/7.gif" width="32"/></td>
<td><img alt="12" height="32" src="../art/corn/terrain/15.gif" width="32"/></td>
<td><img alt="5" height="32" src="../art/corn/terrain/13.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="2" height="32" src="../art/corn/terrain/1.gif" width="32"/></td>
<td><img alt="15" height="32" src="../art/corn/terrain/9.gif" width="32"/></td>
<td><img alt="11" height="32" src="../art/corn/terrain/11.gif" width="32"/></td>
<td><img alt="13" height="32" src="../art/corn/terrain/12.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="3" height="32" src="../art/corn/terrain/0.gif" width="32"/></td>
<td><img alt="3" height="32" src="../art/corn/terrain/2.gif" width="32"/></td>
<td><img alt="8" height="32" src="../art/corn/terrain/5.gif" width="32"/></td>
<td><img alt="1" height="32" src="../art/corn/terrain/8.gif" width="32"/></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" class="sq">
<caption>
								Patch
								</caption>
<tr>
<td><img alt="6" height="32" src="../art/corn/patch/4.gif" width="32"/></td>
<td><img alt="14" height="32" src="../art/corn/patch/3.gif" width="32"/></td>
<td><img alt="8" height="32" src="../art/corn/patch/14.gif" width="32"/></td>
<td><img alt="4" height="32" src="../art/corn/patch/6.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="1" height="32" src="../art/corn/patch/10.gif" width="32"/></td>
<td><img alt="7" height="32" src="../art/corn/patch/7.gif" width="32"/></td>
<td><img alt="12" height="32" src="../art/corn/patch/15.gif" width="32"/></td>
<td><img alt="5" height="32" src="../art/corn/patch/13.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="2" height="32" src="../art/corn/patch/1.gif" width="32"/></td>
<td><img alt="15" height="32" src="../art/corn/patch/9.gif" width="32"/></td>
<td><img alt="11" height="32" src="../art/corn/patch/11.gif" width="32"/></td>
<td><img alt="13" height="32" src="../art/corn/patch/12.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="3" height="32" src="../art/corn/patch/0.gif" width="32"/></td>
<td><img alt="3" height="32" src="../art/corn/patch/2.gif" width="32"/></td>
<td><img alt="8" height="32" src="../art/corn/patch/5.gif" width="32"/></td>
<td><img alt="1" height="32" src="../art/corn/patch/8.gif" width="32"/></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" class="sq">
<caption>
								Border
								</caption>
<tr>
<td><img alt="6" height="32" src="../art/corn/border/4.gif" width="32"/></td>
<td><img alt="14" height="32" src="../art/corn/border/3.gif" width="32"/></td>
<td><img alt="8" height="32" src="../art/corn/border/14.gif" width="32"/></td>
<td><img alt="4" height="32" src="../art/corn/border/6.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="1" height="32" src="../art/corn/border/10.gif" width="32"/></td>
<td><img alt="7" height="32" src="../art/corn/border/7.gif" width="32"/></td>
<td><img alt="12" height="32" src="../art/corn/border/15.gif" width="32"/></td>
<td><img alt="5" height="32" src="../art/corn/border/13.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="2" height="32" src="../art/corn/border/1.gif" width="32"/></td>
<td><img alt="15" height="32" src="../art/corn/border/9.gif" width="32"/></td>
<td><img alt="11" height="32" src="../art/corn/border/11.gif" width="32"/></td>
<td><img alt="13" height="32" src="../art/corn/border/12.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="3" height="32" src="../art/corn/border/0.gif" width="32"/></td>
<td><img alt="3" height="32" src="../art/corn/border/2.gif" width="32"/></td>
<td><img alt="8" height="32" src="../art/corn/border/5.gif" width="32"/></td>
<td><img alt="1" height="32" src="../art/corn/border/8.gif" width="32"/></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" class="sq">
<caption>
								Cellar
								</caption>
<tr>
<td><img alt="6" height="32" src="../art/corn/cellar/4.gif" width="32"/></td>
<td><img alt="14" height="32" src="../art/corn/cellar/3.gif" width="32"/></td>
<td><img alt="8" height="32" src="../art/corn/cellar/14.gif" width="32"/></td>
<td><img alt="4" height="32" src="../art/corn/cellar/6.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="1" height="32" src="../art/corn/cellar/10.gif" width="32"/></td>
<td><img alt="7" height="32" src="../art/corn/cellar/7.gif" width="32"/></td>
<td><img alt="12" height="32" src="../art/corn/cellar/15.gif" width="32"/></td>
<td><img alt="5" height="32" src="../art/corn/cellar/13.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="2" height="32" src="../art/corn/cellar/1.gif" width="32"/></td>
<td><img alt="15" height="32" src="../art/corn/cellar/9.gif" width="32"/></td>
<td><img alt="11" height="32" src="../art/corn/cellar/11.gif" width="32"/></td>
<td><img alt="13" height="32" src="../art/corn/cellar/12.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="3" height="32" src="../art/corn/cellar/0.gif" width="32"/></td>
<td><img alt="3" height="32" src="../art/corn/cellar/2.gif" width="32"/></td>
<td><img alt="8" height="32" src="../art/corn/cellar/5.gif" width="32"/></td>
<td><img alt="1" height="32" src="../art/corn/cellar/8.gif" width="32"/></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" class="sq">
<caption>
								Sand Grass
								</caption>
<tr>
<td><img alt="6" height="32" src="../art/corn/sandgrass/4.gif" width="32"/></td>
<td><img alt="14" height="32" src="../art/corn/sandgrass/3.gif" width="32"/></td>
<td><img alt="8" height="32" src="../art/corn/sandgrass/14.gif" width="32"/></td>
<td><img alt="4" height="32" src="../art/corn/sandgrass/6.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="1" height="32" src="../art/corn/sandgrass/10.gif" width="32"/></td>
<td><img alt="7" height="32" src="../art/corn/sandgrass/7.gif" width="32"/></td>
<td><img alt="12" height="32" src="../art/corn/sandgrass/15.gif" width="32"/></td>
<td><img alt="5" height="32" src="../art/corn/sandgrass/13.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="2" height="32" src="../art/corn/sandgrass/1.gif" width="32"/></td>
<td><img alt="15" height="32" src="../art/corn/sandgrass/9.gif" width="32"/></td>
<td><img alt="11" height="32" src="../art/corn/sandgrass/11.gif" width="32"/></td>
<td><img alt="13" height="32" src="../art/corn/sandgrass/12.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="3" height="32" src="../art/corn/sandgrass/0.gif" width="32"/></td>
<td><img alt="3" height="32" src="../art/corn/sandgrass/2.gif" width="32"/></td>
<td><img alt="8" height="32" src="../art/corn/sandgrass/5.gif" width="32"/></td>
<td><img alt="1" height="32" src="../art/corn/sandgrass/8.gif" width="32"/></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" class="sq">
<caption>
								Square
								</caption>
<tr>
<td><img alt="6" height="32" src="../art/corn/square/4.gif" width="32"/></td>
<td><img alt="14" height="32" src="../art/corn/square/3.gif" width="32"/></td>
<td><img alt="8" height="32" src="../art/corn/square/14.gif" width="32"/></td>
<td><img alt="4" height="32" src="../art/corn/square/6.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="1" height="32" src="../art/corn/square/10.gif" width="32"/></td>
<td><img alt="7" height="32" src="../art/corn/square/7.gif" width="32"/></td>
<td><img alt="12" height="32" src="../art/corn/square/15.gif" width="32"/></td>
<td><img alt="5" height="32" src="../art/corn/square/13.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="2" height="32" src="../art/corn/square/1.gif" width="32"/></td>
<td><img alt="15" height="32" src="../art/corn/square/9.gif" width="32"/></td>
<td><img alt="11" height="32" src="../art/corn/square/11.gif" width="32"/></td>
<td><img alt="13" height="32" src="../art/corn/square/12.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="3" height="32" src="../art/corn/square/0.gif" width="32"/></td>
<td><img alt="3" height="32" src="../art/corn/square/2.gif" width="32"/></td>
<td><img alt="8" height="32" src="../art/corn/square/5.gif" width="32"/></td>
<td><img alt="1" height="32" src="../art/corn/square/8.gif" width="32"/></td>
</tr>
</table></td>
<td><table cellpadding="0" cellspacing="0" class="sq">
<caption>
							Island
							</caption>
<tr>
<td><img alt="6" height="32" src="../art/corn/island/4.gif" width="32"/></td>
<td><img alt="14" height="32" src="../art/corn/island/3.gif" width="32"/></td>
<td><img alt="8" height="32" src="../art/corn/island/14.gif" width="32"/></td>
<td><img alt="4" height="32" src="../art/corn/island/6.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="1" height="32" src="../art/corn/island/10.gif" width="32"/></td>
<td><img alt="7" height="32" src="../art/corn/island/7.gif" width="32"/></td>
<td><img alt="12" height="32" src="../art/corn/island/15.gif" width="32"/></td>
<td><img alt="5" height="32" src="../art/corn/island/13.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="2" height="32" src="../art/corn/island/1.gif" width="32"/></td>
<td><img alt="15" height="32" src="../art/corn/island/9.gif" width="32"/></td>
<td><img alt="11" height="32" src="../art/corn/island/11.gif" width="32"/></td>
<td><img alt="13" height="32" src="../art/corn/island/12.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="3" height="32" src="../art/corn/island/0.gif" width="32"/></td>
<td><img alt="3" height="32" src="../art/corn/island/2.gif" width="32"/></td>
<td><img alt="8" height="32" src="../art/corn/island/5.gif" width="32"/></td>
<td><img alt="1" height="32" src="../art/corn/island/8.gif" width="32"/></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" class="sq">
<caption>
								PCB
								</caption>
<tr>
<td><img alt="6" height="32" src="../art/corn/pcb/4.gif" width="32"/></td>
<td><img alt="14" height="32" src="../art/corn/pcb/3.gif" width="32"/></td>
<td><img alt="8" height="32" src="../art/corn/pcb/14.gif" width="32"/></td>
<td><img alt="4" height="32" src="../art/corn/pcb/6.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="1" height="32" src="../art/corn/pcb/10.gif" width="32"/></td>
<td><img alt="7" height="32" src="../art/corn/pcb/7.gif" width="32"/></td>
<td><img alt="12" height="32" src="../art/corn/pcb/15.gif" width="32"/></td>
<td><img alt="5" height="32" src="../art/corn/pcb/13.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="2" height="32" src="../art/corn/pcb/1.gif" width="32"/></td>
<td><img alt="15" height="32" src="../art/corn/pcb/9.gif" width="32"/></td>
<td><img alt="11" height="32" src="../art/corn/pcb/11.gif" width="32"/></td>
<td><img alt="13" height="32" src="../art/corn/pcb/12.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="3" height="32" src="../art/corn/pcb/0.gif" width="32"/></td>
<td><img alt="3" height="32" src="../art/corn/pcb/2.gif" width="32"/></td>
<td><img alt="8" height="32" src="../art/corn/pcb/5.gif" width="32"/></td>
<td><img alt="1" height="32" src="../art/corn/pcb/8.gif" width="32"/></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" class="sq">
<caption>
								Lido
								</caption>
<tr>
<td><img alt="6" height="32" src="../art/corn/lido/4.gif" width="32"/></td>
<td><img alt="14" height="32" src="../art/corn/lido/3.gif" width="32"/></td>
<td><img alt="8" height="32" src="../art/corn/lido/14.gif" width="32"/></td>
<td><img alt="4" height="32" src="../art/corn/lido/6.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="1" height="32" src="../art/corn/lido/10.gif" width="32"/></td>
<td><img alt="7" height="32" src="../art/corn/lido/7.gif" width="32"/></td>
<td><img alt="12" height="32" src="../art/corn/lido/15.gif" width="32"/></td>
<td><img alt="5" height="32" src="../art/corn/lido/13.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="2" height="32" src="../art/corn/lido/1.gif" width="32"/></td>
<td><img alt="15" height="32" src="../art/corn/lido/9.gif" width="32"/></td>
<td><img alt="11" height="32" src="../art/corn/lido/11.gif" width="32"/></td>
<td><img alt="13" height="32" src="../art/corn/lido/12.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="3" height="32" src="../art/corn/lido/0.gif" width="32"/></td>
<td><img alt="3" height="32" src="../art/corn/lido/2.gif" width="32"/></td>
<td><img alt="8" height="32" src="../art/corn/lido/5.gif" width="32"/></td>
<td><img alt="1" height="32" src="../art/corn/lido/8.gif" width="32"/></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" class="sq">
<caption>
								Beam
								</caption>
<tr>
<td><img alt="6" height="32" src="../art/corn/beam/4.gif" width="32"/></td>
<td><img alt="14" height="32" src="../art/corn/beam/3.gif" width="32"/></td>
<td><img alt="8" height="32" src="../art/corn/beam/14.gif" width="32"/></td>
<td><img alt="4" height="32" src="../art/corn/beam/6.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="1" height="32" src="../art/corn/beam/10.gif" width="32"/></td>
<td><img alt="7" height="32" src="../art/corn/beam/7.gif" width="32"/></td>
<td><img alt="12" height="32" src="../art/corn/beam/15.gif" width="32"/></td>
<td><img alt="5" height="32" src="../art/corn/beam/13.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="2" height="32" src="../art/corn/beam/1.gif" width="32"/></td>
<td><img alt="15" height="32" src="../art/corn/beam/9.gif" width="32"/></td>
<td><img alt="11" height="32" src="../art/corn/beam/11.gif" width="32"/></td>
<td><img alt="13" height="32" src="../art/corn/beam/12.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="3" height="32" src="../art/corn/beam/0.gif" width="32"/></td>
<td><img alt="3" height="32" src="../art/corn/beam/2.gif" width="32"/></td>
<td><img alt="8" height="32" src="../art/corn/beam/5.gif" width="32"/></td>
<td><img alt="1" height="32" src="../art/corn/beam/8.gif" width="32"/></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" class="sq">
<caption>
								Roof
								</caption>
<tr>
<td><img alt="6" height="32" src="../art/corn/roof/4.gif" width="32"/></td>
<td><img alt="14" height="32" src="../art/corn/roof/3.gif" width="32"/></td>
<td><img alt="8" height="32" src="../art/corn/roof/14.gif" width="32"/></td>
<td><img alt="4" height="32" src="../art/corn/roof/6.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="1" height="32" src="../art/corn/roof/10.gif" width="32"/></td>
<td><img alt="7" height="32" src="../art/corn/roof/7.gif" width="32"/></td>
<td><img alt="12" height="32" src="../art/corn/roof/15.gif" width="32"/></td>
<td><img alt="5" height="32" src="../art/corn/roof/13.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="2" height="32" src="../art/corn/roof/1.gif" width="32"/></td>
<td><img alt="15" height="32" src="../art/corn/roof/9.gif" width="32"/></td>
<td><img alt="11" height="32" src="../art/corn/roof/11.gif" width="32"/></td>
<td><img alt="13" height="32" src="../art/corn/roof/12.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="3" height="32" src="../art/corn/roof/0.gif" width="32"/></td>
<td><img alt="3" height="32" src="../art/corn/roof/2.gif" width="32"/></td>
<td><img alt="8" height="32" src="../art/corn/roof/5.gif" width="32"/></td>
<td><img alt="1" height="32" src="../art/corn/roof/8.gif" width="32"/></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" class="sq">
<caption>
								Brench
								</caption>
<tr>
<td><img alt="6" height="32" src="../art/corn/brench/4.gif" width="32"/></td>
<td><img alt="14" height="32" src="../art/corn/brench/3.gif" width="32"/></td>
<td><img alt="8" height="32" src="../art/corn/brench/14.gif" width="32"/></td>
<td><img alt="4" height="32" src="../art/corn/brench/6.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="1" height="32" src="../art/corn/brench/10.gif" width="32"/></td>
<td><img alt="7" height="32" src="../art/corn/brench/7.gif" width="32"/></td>
<td><img alt="12" height="32" src="../art/corn/brench/15.gif" width="32"/></td>
<td><img alt="5" height="32" src="../art/corn/brench/13.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="2" height="32" src="../art/corn/brench/1.gif" width="32"/></td>
<td><img alt="15" height="32" src="../art/corn/brench/9.gif" width="32"/></td>
<td><img alt="11" height="32" src="../art/corn/brench/11.gif" width="32"/></td>
<td><img alt="13" height="32" src="../art/corn/brench/12.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="3" height="32" src="../art/corn/brench/0.gif" width="32"/></td>
<td><img alt="3" height="32" src="../art/corn/brench/2.gif" width="32"/></td>
<td><img alt="8" height="32" src="../art/corn/brench/5.gif" width="32"/></td>
<td><img alt="1" height="32" src="../art/corn/brench/8.gif" width="32"/></td>
</tr>
</table></td>
</tr>
</table>
<p>* Terrain tiles from a full landscape tileset at <a href="http://www.lostgarden.com/2006/07/more-free-game-graphics.html">LostGarden</a>.<br/>
				* Sea Sand and Sand Grass tilesets from <a href="http://www.robotality.com">Robotality</a>.</p>
<p>All  tiles are 32x32 pixels and in GIF format. You can copy and paste  any tile directly into the Stagecast Paint window.</p>
<!-- #EndEditable --><!-- end .content --></div></td>
<td class="side"><ul>
<li class="nolink">Intro</li>
<li><a href="intro.html">Wang tiles</a></li>
<li><a href="array.html">Maze arrays</a></li>
<li class="nolink">Wang Tiles</li>
<li><a href="2edge.html">2-edge tiles</a></li>
<li><a href="2corn.html">2-corner tiles</a></li>
<li><a href="3edge.html">3-edge tiles</a></li>
<li><a href="3corn.html">3-corner tiles</a></li>
<li><a href="4ord.html">4-order tiles</a></li>
<li class="nolink">Tilesets</li>
<li><a href="blob.html">Blob tileset</a></li>
<li><a href="lout2e.html">Layout 2-edge</a></li>
<li><a href="reduced.html">Reduced sets</a></li>
<li class="nolink">Single Side</li>
<li><a href="block.html">Block tiles</a></li>
<li><a href="1sideedge.html">1-side edge</a></li>
<li><a href="1sidecorn.html">1-side corner</a></li>
<li class="nolink">Paths</li>
<li><a href="angled.html">Angled paths</a></li>
<li><a href="border.html">Border paths</a></li>
<!--<li>Colour paths</li>-->
<li><a href="directed.html">Directed path</a></li>
<li><a href="isometric.html">Isometric path</a></li>
<li><a href="positioned.html">Position path</a></li>
<li><a href="shape.html">Shape tiles</a></li>
<li class="nolink">Mazes</li>
<li><a href="perfect.html">Perfect</a></li>
<li><a href="connect.html">Connected</a></li>
<li><a href="imperfect.html">Imperfect</a></li>
<li><a href="labyrinth.html">Labyrinth</a></li>
<li><a href="twin.html">Twin maze</a></li>
<li class="nolink">Gallery</li>
<li><a href="tiles_e.html">Tiles 2-edge</a></li>
<li><a href="tiles_c.html">Tiles 2-corner</a></li>
<li><a href="tiles_3ec.html">Tiles 3-order</a></li>
<li><a href="blob_g.html">Blob tilesets</a></li>
<li><a href="twin_g.html">Twin tilesets</a></li>
<li><a href="icons.html">Icons</a></li>
<li><a href="patts.html">Patterns</a></li>
<li><a href="block_g.html">Block tiles</a></li>
<li><a href="1side.html">1-side sets</a></li>
<li class="nolink">Info</li>
<li><a href="maths.html">Maths</a></li>
<li><a href="knots.html">Knots</a></li>
<li><a href="pattern.html">Patterns</a></li>
<li><a href="puzzle.html">Puzzles</a></li>
<li><a href="web.html">Web news</a></li>
<li><a href="glossary.html">Glossary</a></li>
<li> </li>
</ul></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" class="foot">
<tr>
<td class="main"><p>Wang Tiles | cr31.co.uk | 2017</p></td>
<td class="side"> </td>
</tr>
</table>
</body>
<!-- #EndTemplate --></html>

In [32]:
print (list(html.children))


[' #BeginTemplate "/Templates/wang.dwt" ', ' DW6 ', '\n', <head>
<!-- #BeginEditable "doctitle" -->
<title>Tiles 2-corner</title>
<!-- #EndEditable -->
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<!-- #BeginEditable "Meta" -->
<link href="text.css" rel="stylesheet" type="text/css"/>
<script src="../js/wang.js" type="text/JavaScript"></script>
<meta content="Stagecast puzzles, games, animation and sims" name="description"/>
<meta content="tiles, icons, tile set, 32, 32x32, maze, labyrinth, edge matching, Stagecast, Creator, sims" name="keywords"/>
<!-- #EndEditable -->
</head>, '\n', <body>
<table cellpadding="0" cellspacing="0" class="tabs">
<tr>
<td class="main"><ul>
<li><a href="../trains/tt0_intro.html">Turing Trains</a></li>
<li><a href="../../logolite/logolite.html">Logo Lite</a></li>
<li class="this">Wang Tiles</li>
<li><a href="stage.html">Maze Arrays</a></li>
</ul></td>
<td class="side"><ul>
<li><a href="../../index.html">cr31</a></li>
</ul></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" class="head">
<tr>
<td class="main"><h1>Wang Tiles</h1></td>
<td class="side"> </td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" class="strap">
<tr>
<td class="main"><p>edge and corner matched tilesets</p></td>
<td class="side"><p>menu</p></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" class="cont">
<tr>
<td class="main"><div class="content"><!-- #BeginEditable "contents" -->
<h2>2-corner </h2>
<p>Corner Wang tiles are usually <a href="3corn.html">patch</a> or terrain type tiles. Some though can show diagonal paths between tiles. All tilesets below are shown in a Brigid's Cross layout. <br/>
				You can see that the 2-corner Wang tiles are a subset of a <a href="3corn.html">3-corner</a> Wang tileset.<br/>
				All tilesets can be explored using the <a href="stage.html">Stage</a>. Select '2-corner' tilesets from the pull-down menu below the Stage window. </p>
<table cellpadding="0" cellspacing="0" class="lout">
<tr>
<td><table cellpadding="0" cellspacing="0" class="sq">
<caption>
							Wang 2corner
							</caption>
<tr>
<td><img alt="6" height="32" src="../art/corn/wang-2c/4.gif" width="32"/></td>
<td><img alt="14" height="32" src="../art/corn/wang-2c/3.gif" width="32"/></td>
<td><img alt="8" height="32" src="../art/corn/wang-2c/14.gif" width="32"/></td>
<td><img alt="4" height="32" src="../art/corn/wang-2c/6.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="1" height="32" src="../art/corn/wang-2c/10.gif" width="32"/></td>
<td><img alt="7" height="32" src="../art/corn/wang-2c/7.gif" width="32"/></td>
<td><img alt="12" height="32" src="../art/corn/wang-2c/15.gif" width="32"/></td>
<td><img alt="5" height="32" src="../art/corn/wang-2c/13.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="2" height="32" src="../art/corn/wang-2c/1.gif" width="32"/></td>
<td><img alt="15" height="32" src="../art/corn/wang-2c/9.gif" width="32"/></td>
<td><img alt="11" height="32" src="../art/corn/wang-2c/11.gif" width="32"/></td>
<td><img alt="13" height="32" src="../art/corn/wang-2c/12.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="3" height="32" src="../art/corn/wang-2c/0.gif" width="32"/></td>
<td><img alt="3" height="32" src="../art/corn/wang-2c/2.gif" width="32"/></td>
<td><img alt="8" height="32" src="../art/corn/wang-2c/5.gif" width="32"/></td>
<td><img alt="1" height="32" src="../art/corn/wang-2c/8.gif" width="32"/></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" class="sq">
<caption>
								Path
								</caption>
<tr>
<td><img alt="6" height="32" src="../art/corn/path/4.gif" width="32"/></td>
<td><img alt="14" height="32" src="../art/corn/path/3.gif" width="32"/></td>
<td><img alt="8" height="32" src="../art/corn/path/14.gif" width="32"/></td>
<td><img alt="4" height="32" src="../art/corn/path/6.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="1" height="32" src="../art/corn/path/10.gif" width="32"/></td>
<td><img alt="7" height="32" src="../art/corn/path/7.gif" width="32"/></td>
<td><img alt="12" height="32" src="../art/corn/path/15.gif" width="32"/></td>
<td><img alt="5" height="32" src="../art/corn/path/13.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="2" height="32" src="../art/corn/path/1.gif" width="32"/></td>
<td><img alt="15" height="32" src="../art/corn/path/9.gif" width="32"/></td>
<td><img alt="11" height="32" src="../art/corn/path/11.gif" width="32"/></td>
<td><img alt="13" height="32" src="../art/corn/path/12.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="3" height="32" src="../art/corn/path/0.gif" width="32"/></td>
<td><img alt="3" height="32" src="../art/corn/path/2.gif" width="32"/></td>
<td><img alt="8" height="32" src="../art/corn/path/5.gif" width="32"/></td>
<td><img alt="1" height="32" src="../art/corn/path/8.gif" width="32"/></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" class="sq">
<caption>
								Ground
								</caption>
<tr>
<td><img alt="6" height="32" src="../art/corn/ground/4.gif" width="32"/></td>
<td><img alt="14" height="32" src="../art/corn/ground/3.gif" width="32"/></td>
<td><img alt="8" height="32" src="../art/corn/ground/14.gif" width="32"/></td>
<td><img alt="4" height="32" src="../art/corn/ground/6.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="1" height="32" src="../art/corn/ground/10.gif" width="32"/></td>
<td><img alt="7" height="32" src="../art/corn/ground/7.gif" width="32"/></td>
<td><img alt="12" height="32" src="../art/corn/ground/15.gif" width="32"/></td>
<td><img alt="5" height="32" src="../art/corn/ground/13.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="2" height="32" src="../art/corn/ground/1.gif" width="32"/></td>
<td><img alt="15" height="32" src="../art/corn/ground/9.gif" width="32"/></td>
<td><img alt="11" height="32" src="../art/corn/ground/11.gif" width="32"/></td>
<td><img alt="13" height="32" src="../art/corn/ground/12.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="3" height="32" src="../art/corn/ground/0.gif" width="32"/></td>
<td><img alt="3" height="32" src="../art/corn/ground/2.gif" width="32"/></td>
<td><img alt="8" height="32" src="../art/corn/ground/5.gif" width="32"/></td>
<td><img alt="1" height="32" src="../art/corn/ground/8.gif" width="32"/></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" class="sq">
<caption>
								Cliff
								</caption>
<tr>
<td><img alt="6" height="32" src="../art/corn/cliff/4.gif" width="32"/></td>
<td><img alt="14" height="32" src="../art/corn/cliff/3.gif" width="32"/></td>
<td><img alt="8" height="32" src="../art/corn/cliff/14.gif" width="32"/></td>
<td><img alt="4" height="32" src="../art/corn/cliff/6.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="1" height="32" src="../art/corn/cliff/10.gif" width="32"/></td>
<td><img alt="7" height="32" src="../art/corn/cliff/7.gif" width="32"/></td>
<td><img alt="12" height="32" src="../art/corn/cliff/15.gif" width="32"/></td>
<td><img alt="5" height="32" src="../art/corn/cliff/13.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="2" height="32" src="../art/corn/cliff/1.gif" width="32"/></td>
<td><img alt="15" height="32" src="../art/corn/cliff/9.gif" width="32"/></td>
<td><img alt="11" height="32" src="../art/corn/cliff/11.gif" width="32"/></td>
<td><img alt="13" height="32" src="../art/corn/cliff/12.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="3" height="32" src="../art/corn/cliff/0.gif" width="32"/></td>
<td><img alt="3" height="32" src="../art/corn/cliff/2.gif" width="32"/></td>
<td><img alt="8" height="32" src="../art/corn/cliff/5.gif" width="32"/></td>
<td><img alt="1" height="32" src="../art/corn/cliff/8.gif" width="32"/></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" class="sq">
<caption>
								Sea Sand
								</caption>
<tr>
<td><img alt="6" height="32" src="../art/corn/seasand/4.gif" width="32"/></td>
<td><img alt="14" height="32" src="../art/corn/seasand/3.gif" width="32"/></td>
<td><img alt="8" height="32" src="../art/corn/seasand/14.gif" width="32"/></td>
<td><img alt="4" height="32" src="../art/corn/seasand/6.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="1" height="32" src="../art/corn/seasand/10.gif" width="32"/></td>
<td><img alt="7" height="32" src="../art/corn/seasand/7.gif" width="32"/></td>
<td><img alt="12" height="32" src="../art/corn/seasand/15.gif" width="32"/></td>
<td><img alt="5" height="32" src="../art/corn/seasand/13.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="2" height="32" src="../art/corn/seasand/1.gif" width="32"/></td>
<td><img alt="15" height="32" src="../art/corn/seasand/9.gif" width="32"/></td>
<td><img alt="11" height="32" src="../art/corn/seasand/11.gif" width="32"/></td>
<td><img alt="13" height="32" src="../art/corn/seasand/12.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="3" height="32" src="../art/corn/seasand/0.gif" width="32"/></td>
<td><img alt="3" height="32" src="../art/corn/seasand/2.gif" width="32"/></td>
<td><img alt="8" height="32" src="../art/corn/seasand/5.gif" width="32"/></td>
<td><img alt="1" height="32" src="../art/corn/seasand/8.gif" width="32"/></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" class="sq">
<caption>
								Glob
								</caption>
<tr>
<td><img alt="6" height="32" src="../art/corn/glob/4.gif" width="32"/></td>
<td><img alt="14" height="32" src="../art/corn/glob/3.gif" width="32"/></td>
<td><img alt="8" height="32" src="../art/corn/glob/14.gif" width="32"/></td>
<td><img alt="4" height="32" src="../art/corn/glob/6.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="1" height="32" src="../art/corn/glob/10.gif" width="32"/></td>
<td><img alt="7" height="32" src="../art/corn/glob/7.gif" width="32"/></td>
<td><img alt="12" height="32" src="../art/corn/glob/15.gif" width="32"/></td>
<td><img alt="5" height="32" src="../art/corn/glob/13.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="2" height="32" src="../art/corn/glob/1.gif" width="32"/></td>
<td><img alt="15" height="32" src="../art/corn/glob/9.gif" width="32"/></td>
<td><img alt="11" height="32" src="../art/corn/glob/11.gif" width="32"/></td>
<td><img alt="13" height="32" src="../art/corn/glob/12.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="3" height="32" src="../art/corn/glob/0.gif" width="32"/></td>
<td><img alt="3" height="32" src="../art/corn/glob/2.gif" width="32"/></td>
<td><img alt="8" height="32" src="../art/corn/glob/5.gif" width="32"/></td>
<td><img alt="1" height="32" src="../art/corn/glob/8.gif" width="32"/></td>
</tr>
</table></td>
<td><table cellpadding="0" cellspacing="0" class="sq">
<caption>
							Terrain*
							</caption>
<tr>
<td><img alt="6" height="32" src="../art/corn/terrain/4.gif" width="32"/></td>
<td><img alt="14" height="32" src="../art/corn/terrain/3.gif" width="32"/></td>
<td><img alt="8" height="32" src="../art/corn/terrain/14.gif" width="32"/></td>
<td><img alt="4" height="32" src="../art/corn/terrain/6.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="1" height="32" src="../art/corn/terrain/10.gif" width="32"/></td>
<td><img alt="7" height="32" src="../art/corn/terrain/7.gif" width="32"/></td>
<td><img alt="12" height="32" src="../art/corn/terrain/15.gif" width="32"/></td>
<td><img alt="5" height="32" src="../art/corn/terrain/13.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="2" height="32" src="../art/corn/terrain/1.gif" width="32"/></td>
<td><img alt="15" height="32" src="../art/corn/terrain/9.gif" width="32"/></td>
<td><img alt="11" height="32" src="../art/corn/terrain/11.gif" width="32"/></td>
<td><img alt="13" height="32" src="../art/corn/terrain/12.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="3" height="32" src="../art/corn/terrain/0.gif" width="32"/></td>
<td><img alt="3" height="32" src="../art/corn/terrain/2.gif" width="32"/></td>
<td><img alt="8" height="32" src="../art/corn/terrain/5.gif" width="32"/></td>
<td><img alt="1" height="32" src="../art/corn/terrain/8.gif" width="32"/></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" class="sq">
<caption>
								Patch
								</caption>
<tr>
<td><img alt="6" height="32" src="../art/corn/patch/4.gif" width="32"/></td>
<td><img alt="14" height="32" src="../art/corn/patch/3.gif" width="32"/></td>
<td><img alt="8" height="32" src="../art/corn/patch/14.gif" width="32"/></td>
<td><img alt="4" height="32" src="../art/corn/patch/6.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="1" height="32" src="../art/corn/patch/10.gif" width="32"/></td>
<td><img alt="7" height="32" src="../art/corn/patch/7.gif" width="32"/></td>
<td><img alt="12" height="32" src="../art/corn/patch/15.gif" width="32"/></td>
<td><img alt="5" height="32" src="../art/corn/patch/13.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="2" height="32" src="../art/corn/patch/1.gif" width="32"/></td>
<td><img alt="15" height="32" src="../art/corn/patch/9.gif" width="32"/></td>
<td><img alt="11" height="32" src="../art/corn/patch/11.gif" width="32"/></td>
<td><img alt="13" height="32" src="../art/corn/patch/12.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="3" height="32" src="../art/corn/patch/0.gif" width="32"/></td>
<td><img alt="3" height="32" src="../art/corn/patch/2.gif" width="32"/></td>
<td><img alt="8" height="32" src="../art/corn/patch/5.gif" width="32"/></td>
<td><img alt="1" height="32" src="../art/corn/patch/8.gif" width="32"/></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" class="sq">
<caption>
								Border
								</caption>
<tr>
<td><img alt="6" height="32" src="../art/corn/border/4.gif" width="32"/></td>
<td><img alt="14" height="32" src="../art/corn/border/3.gif" width="32"/></td>
<td><img alt="8" height="32" src="../art/corn/border/14.gif" width="32"/></td>
<td><img alt="4" height="32" src="../art/corn/border/6.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="1" height="32" src="../art/corn/border/10.gif" width="32"/></td>
<td><img alt="7" height="32" src="../art/corn/border/7.gif" width="32"/></td>
<td><img alt="12" height="32" src="../art/corn/border/15.gif" width="32"/></td>
<td><img alt="5" height="32" src="../art/corn/border/13.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="2" height="32" src="../art/corn/border/1.gif" width="32"/></td>
<td><img alt="15" height="32" src="../art/corn/border/9.gif" width="32"/></td>
<td><img alt="11" height="32" src="../art/corn/border/11.gif" width="32"/></td>
<td><img alt="13" height="32" src="../art/corn/border/12.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="3" height="32" src="../art/corn/border/0.gif" width="32"/></td>
<td><img alt="3" height="32" src="../art/corn/border/2.gif" width="32"/></td>
<td><img alt="8" height="32" src="../art/corn/border/5.gif" width="32"/></td>
<td><img alt="1" height="32" src="../art/corn/border/8.gif" width="32"/></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" class="sq">
<caption>
								Cellar
								</caption>
<tr>
<td><img alt="6" height="32" src="../art/corn/cellar/4.gif" width="32"/></td>
<td><img alt="14" height="32" src="../art/corn/cellar/3.gif" width="32"/></td>
<td><img alt="8" height="32" src="../art/corn/cellar/14.gif" width="32"/></td>
<td><img alt="4" height="32" src="../art/corn/cellar/6.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="1" height="32" src="../art/corn/cellar/10.gif" width="32"/></td>
<td><img alt="7" height="32" src="../art/corn/cellar/7.gif" width="32"/></td>
<td><img alt="12" height="32" src="../art/corn/cellar/15.gif" width="32"/></td>
<td><img alt="5" height="32" src="../art/corn/cellar/13.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="2" height="32" src="../art/corn/cellar/1.gif" width="32"/></td>
<td><img alt="15" height="32" src="../art/corn/cellar/9.gif" width="32"/></td>
<td><img alt="11" height="32" src="../art/corn/cellar/11.gif" width="32"/></td>
<td><img alt="13" height="32" src="../art/corn/cellar/12.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="3" height="32" src="../art/corn/cellar/0.gif" width="32"/></td>
<td><img alt="3" height="32" src="../art/corn/cellar/2.gif" width="32"/></td>
<td><img alt="8" height="32" src="../art/corn/cellar/5.gif" width="32"/></td>
<td><img alt="1" height="32" src="../art/corn/cellar/8.gif" width="32"/></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" class="sq">
<caption>
								Sand Grass
								</caption>
<tr>
<td><img alt="6" height="32" src="../art/corn/sandgrass/4.gif" width="32"/></td>
<td><img alt="14" height="32" src="../art/corn/sandgrass/3.gif" width="32"/></td>
<td><img alt="8" height="32" src="../art/corn/sandgrass/14.gif" width="32"/></td>
<td><img alt="4" height="32" src="../art/corn/sandgrass/6.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="1" height="32" src="../art/corn/sandgrass/10.gif" width="32"/></td>
<td><img alt="7" height="32" src="../art/corn/sandgrass/7.gif" width="32"/></td>
<td><img alt="12" height="32" src="../art/corn/sandgrass/15.gif" width="32"/></td>
<td><img alt="5" height="32" src="../art/corn/sandgrass/13.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="2" height="32" src="../art/corn/sandgrass/1.gif" width="32"/></td>
<td><img alt="15" height="32" src="../art/corn/sandgrass/9.gif" width="32"/></td>
<td><img alt="11" height="32" src="../art/corn/sandgrass/11.gif" width="32"/></td>
<td><img alt="13" height="32" src="../art/corn/sandgrass/12.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="3" height="32" src="../art/corn/sandgrass/0.gif" width="32"/></td>
<td><img alt="3" height="32" src="../art/corn/sandgrass/2.gif" width="32"/></td>
<td><img alt="8" height="32" src="../art/corn/sandgrass/5.gif" width="32"/></td>
<td><img alt="1" height="32" src="../art/corn/sandgrass/8.gif" width="32"/></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" class="sq">
<caption>
								Square
								</caption>
<tr>
<td><img alt="6" height="32" src="../art/corn/square/4.gif" width="32"/></td>
<td><img alt="14" height="32" src="../art/corn/square/3.gif" width="32"/></td>
<td><img alt="8" height="32" src="../art/corn/square/14.gif" width="32"/></td>
<td><img alt="4" height="32" src="../art/corn/square/6.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="1" height="32" src="../art/corn/square/10.gif" width="32"/></td>
<td><img alt="7" height="32" src="../art/corn/square/7.gif" width="32"/></td>
<td><img alt="12" height="32" src="../art/corn/square/15.gif" width="32"/></td>
<td><img alt="5" height="32" src="../art/corn/square/13.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="2" height="32" src="../art/corn/square/1.gif" width="32"/></td>
<td><img alt="15" height="32" src="../art/corn/square/9.gif" width="32"/></td>
<td><img alt="11" height="32" src="../art/corn/square/11.gif" width="32"/></td>
<td><img alt="13" height="32" src="../art/corn/square/12.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="3" height="32" src="../art/corn/square/0.gif" width="32"/></td>
<td><img alt="3" height="32" src="../art/corn/square/2.gif" width="32"/></td>
<td><img alt="8" height="32" src="../art/corn/square/5.gif" width="32"/></td>
<td><img alt="1" height="32" src="../art/corn/square/8.gif" width="32"/></td>
</tr>
</table></td>
<td><table cellpadding="0" cellspacing="0" class="sq">
<caption>
							Island
							</caption>
<tr>
<td><img alt="6" height="32" src="../art/corn/island/4.gif" width="32"/></td>
<td><img alt="14" height="32" src="../art/corn/island/3.gif" width="32"/></td>
<td><img alt="8" height="32" src="../art/corn/island/14.gif" width="32"/></td>
<td><img alt="4" height="32" src="../art/corn/island/6.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="1" height="32" src="../art/corn/island/10.gif" width="32"/></td>
<td><img alt="7" height="32" src="../art/corn/island/7.gif" width="32"/></td>
<td><img alt="12" height="32" src="../art/corn/island/15.gif" width="32"/></td>
<td><img alt="5" height="32" src="../art/corn/island/13.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="2" height="32" src="../art/corn/island/1.gif" width="32"/></td>
<td><img alt="15" height="32" src="../art/corn/island/9.gif" width="32"/></td>
<td><img alt="11" height="32" src="../art/corn/island/11.gif" width="32"/></td>
<td><img alt="13" height="32" src="../art/corn/island/12.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="3" height="32" src="../art/corn/island/0.gif" width="32"/></td>
<td><img alt="3" height="32" src="../art/corn/island/2.gif" width="32"/></td>
<td><img alt="8" height="32" src="../art/corn/island/5.gif" width="32"/></td>
<td><img alt="1" height="32" src="../art/corn/island/8.gif" width="32"/></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" class="sq">
<caption>
								PCB
								</caption>
<tr>
<td><img alt="6" height="32" src="../art/corn/pcb/4.gif" width="32"/></td>
<td><img alt="14" height="32" src="../art/corn/pcb/3.gif" width="32"/></td>
<td><img alt="8" height="32" src="../art/corn/pcb/14.gif" width="32"/></td>
<td><img alt="4" height="32" src="../art/corn/pcb/6.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="1" height="32" src="../art/corn/pcb/10.gif" width="32"/></td>
<td><img alt="7" height="32" src="../art/corn/pcb/7.gif" width="32"/></td>
<td><img alt="12" height="32" src="../art/corn/pcb/15.gif" width="32"/></td>
<td><img alt="5" height="32" src="../art/corn/pcb/13.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="2" height="32" src="../art/corn/pcb/1.gif" width="32"/></td>
<td><img alt="15" height="32" src="../art/corn/pcb/9.gif" width="32"/></td>
<td><img alt="11" height="32" src="../art/corn/pcb/11.gif" width="32"/></td>
<td><img alt="13" height="32" src="../art/corn/pcb/12.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="3" height="32" src="../art/corn/pcb/0.gif" width="32"/></td>
<td><img alt="3" height="32" src="../art/corn/pcb/2.gif" width="32"/></td>
<td><img alt="8" height="32" src="../art/corn/pcb/5.gif" width="32"/></td>
<td><img alt="1" height="32" src="../art/corn/pcb/8.gif" width="32"/></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" class="sq">
<caption>
								Lido
								</caption>
<tr>
<td><img alt="6" height="32" src="../art/corn/lido/4.gif" width="32"/></td>
<td><img alt="14" height="32" src="../art/corn/lido/3.gif" width="32"/></td>
<td><img alt="8" height="32" src="../art/corn/lido/14.gif" width="32"/></td>
<td><img alt="4" height="32" src="../art/corn/lido/6.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="1" height="32" src="../art/corn/lido/10.gif" width="32"/></td>
<td><img alt="7" height="32" src="../art/corn/lido/7.gif" width="32"/></td>
<td><img alt="12" height="32" src="../art/corn/lido/15.gif" width="32"/></td>
<td><img alt="5" height="32" src="../art/corn/lido/13.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="2" height="32" src="../art/corn/lido/1.gif" width="32"/></td>
<td><img alt="15" height="32" src="../art/corn/lido/9.gif" width="32"/></td>
<td><img alt="11" height="32" src="../art/corn/lido/11.gif" width="32"/></td>
<td><img alt="13" height="32" src="../art/corn/lido/12.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="3" height="32" src="../art/corn/lido/0.gif" width="32"/></td>
<td><img alt="3" height="32" src="../art/corn/lido/2.gif" width="32"/></td>
<td><img alt="8" height="32" src="../art/corn/lido/5.gif" width="32"/></td>
<td><img alt="1" height="32" src="../art/corn/lido/8.gif" width="32"/></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" class="sq">
<caption>
								Beam
								</caption>
<tr>
<td><img alt="6" height="32" src="../art/corn/beam/4.gif" width="32"/></td>
<td><img alt="14" height="32" src="../art/corn/beam/3.gif" width="32"/></td>
<td><img alt="8" height="32" src="../art/corn/beam/14.gif" width="32"/></td>
<td><img alt="4" height="32" src="../art/corn/beam/6.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="1" height="32" src="../art/corn/beam/10.gif" width="32"/></td>
<td><img alt="7" height="32" src="../art/corn/beam/7.gif" width="32"/></td>
<td><img alt="12" height="32" src="../art/corn/beam/15.gif" width="32"/></td>
<td><img alt="5" height="32" src="../art/corn/beam/13.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="2" height="32" src="../art/corn/beam/1.gif" width="32"/></td>
<td><img alt="15" height="32" src="../art/corn/beam/9.gif" width="32"/></td>
<td><img alt="11" height="32" src="../art/corn/beam/11.gif" width="32"/></td>
<td><img alt="13" height="32" src="../art/corn/beam/12.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="3" height="32" src="../art/corn/beam/0.gif" width="32"/></td>
<td><img alt="3" height="32" src="../art/corn/beam/2.gif" width="32"/></td>
<td><img alt="8" height="32" src="../art/corn/beam/5.gif" width="32"/></td>
<td><img alt="1" height="32" src="../art/corn/beam/8.gif" width="32"/></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" class="sq">
<caption>
								Roof
								</caption>
<tr>
<td><img alt="6" height="32" src="../art/corn/roof/4.gif" width="32"/></td>
<td><img alt="14" height="32" src="../art/corn/roof/3.gif" width="32"/></td>
<td><img alt="8" height="32" src="../art/corn/roof/14.gif" width="32"/></td>
<td><img alt="4" height="32" src="../art/corn/roof/6.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="1" height="32" src="../art/corn/roof/10.gif" width="32"/></td>
<td><img alt="7" height="32" src="../art/corn/roof/7.gif" width="32"/></td>
<td><img alt="12" height="32" src="../art/corn/roof/15.gif" width="32"/></td>
<td><img alt="5" height="32" src="../art/corn/roof/13.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="2" height="32" src="../art/corn/roof/1.gif" width="32"/></td>
<td><img alt="15" height="32" src="../art/corn/roof/9.gif" width="32"/></td>
<td><img alt="11" height="32" src="../art/corn/roof/11.gif" width="32"/></td>
<td><img alt="13" height="32" src="../art/corn/roof/12.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="3" height="32" src="../art/corn/roof/0.gif" width="32"/></td>
<td><img alt="3" height="32" src="../art/corn/roof/2.gif" width="32"/></td>
<td><img alt="8" height="32" src="../art/corn/roof/5.gif" width="32"/></td>
<td><img alt="1" height="32" src="../art/corn/roof/8.gif" width="32"/></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" class="sq">
<caption>
								Brench
								</caption>
<tr>
<td><img alt="6" height="32" src="../art/corn/brench/4.gif" width="32"/></td>
<td><img alt="14" height="32" src="../art/corn/brench/3.gif" width="32"/></td>
<td><img alt="8" height="32" src="../art/corn/brench/14.gif" width="32"/></td>
<td><img alt="4" height="32" src="../art/corn/brench/6.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="1" height="32" src="../art/corn/brench/10.gif" width="32"/></td>
<td><img alt="7" height="32" src="../art/corn/brench/7.gif" width="32"/></td>
<td><img alt="12" height="32" src="../art/corn/brench/15.gif" width="32"/></td>
<td><img alt="5" height="32" src="../art/corn/brench/13.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="2" height="32" src="../art/corn/brench/1.gif" width="32"/></td>
<td><img alt="15" height="32" src="../art/corn/brench/9.gif" width="32"/></td>
<td><img alt="11" height="32" src="../art/corn/brench/11.gif" width="32"/></td>
<td><img alt="13" height="32" src="../art/corn/brench/12.gif" width="32"/></td>
</tr>
<tr>
<td><img alt="3" height="32" src="../art/corn/brench/0.gif" width="32"/></td>
<td><img alt="3" height="32" src="../art/corn/brench/2.gif" width="32"/></td>
<td><img alt="8" height="32" src="../art/corn/brench/5.gif" width="32"/></td>
<td><img alt="1" height="32" src="../art/corn/brench/8.gif" width="32"/></td>
</tr>
</table></td>
</tr>
</table>
<p>* Terrain tiles from a full landscape tileset at <a href="http://www.lostgarden.com/2006/07/more-free-game-graphics.html">LostGarden</a>.<br/>
				* Sea Sand and Sand Grass tilesets from <a href="http://www.robotality.com">Robotality</a>.</p>
<p>All  tiles are 32x32 pixels and in GIF format. You can copy and paste  any tile directly into the Stagecast Paint window.</p>
<!-- #EndEditable --><!-- end .content --></div></td>
<td class="side"><ul>
<li class="nolink">Intro</li>
<li><a href="intro.html">Wang tiles</a></li>
<li><a href="array.html">Maze arrays</a></li>
<li class="nolink">Wang Tiles</li>
<li><a href="2edge.html">2-edge tiles</a></li>
<li><a href="2corn.html">2-corner tiles</a></li>
<li><a href="3edge.html">3-edge tiles</a></li>
<li><a href="3corn.html">3-corner tiles</a></li>
<li><a href="4ord.html">4-order tiles</a></li>
<li class="nolink">Tilesets</li>
<li><a href="blob.html">Blob tileset</a></li>
<li><a href="lout2e.html">Layout 2-edge</a></li>
<li><a href="reduced.html">Reduced sets</a></li>
<li class="nolink">Single Side</li>
<li><a href="block.html">Block tiles</a></li>
<li><a href="1sideedge.html">1-side edge</a></li>
<li><a href="1sidecorn.html">1-side corner</a></li>
<li class="nolink">Paths</li>
<li><a href="angled.html">Angled paths</a></li>
<li><a href="border.html">Border paths</a></li>
<!--<li>Colour paths</li>-->
<li><a href="directed.html">Directed path</a></li>
<li><a href="isometric.html">Isometric path</a></li>
<li><a href="positioned.html">Position path</a></li>
<li><a href="shape.html">Shape tiles</a></li>
<li class="nolink">Mazes</li>
<li><a href="perfect.html">Perfect</a></li>
<li><a href="connect.html">Connected</a></li>
<li><a href="imperfect.html">Imperfect</a></li>
<li><a href="labyrinth.html">Labyrinth</a></li>
<li><a href="twin.html">Twin maze</a></li>
<li class="nolink">Gallery</li>
<li><a href="tiles_e.html">Tiles 2-edge</a></li>
<li><a href="tiles_c.html">Tiles 2-corner</a></li>
<li><a href="tiles_3ec.html">Tiles 3-order</a></li>
<li><a href="blob_g.html">Blob tilesets</a></li>
<li><a href="twin_g.html">Twin tilesets</a></li>
<li><a href="icons.html">Icons</a></li>
<li><a href="patts.html">Patterns</a></li>
<li><a href="block_g.html">Block tiles</a></li>
<li><a href="1side.html">1-side sets</a></li>
<li class="nolink">Info</li>
<li><a href="maths.html">Maths</a></li>
<li><a href="knots.html">Knots</a></li>
<li><a href="pattern.html">Patterns</a></li>
<li><a href="puzzle.html">Puzzles</a></li>
<li><a href="web.html">Web news</a></li>
<li><a href="glossary.html">Glossary</a></li>
<li> </li>
</ul></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" class="foot">
<tr>
<td class="main"><p>Wang Tiles | cr31.co.uk | 2017</p></td>
<td class="side"> </td>
</tr>
</table>
</body>, '\n', ' #EndTemplate ']

In [33]:
print (soup.find('h2'))


<h2>2-corner </h2>

In [58]:
galleryTable = soup.find_all('table')[3]
innerTables = galleryTable.find('table').find_all('table')


for table in innerTables:
    setName = table.find('caption').text.strip()
    print (setName)
    cells = table.find_all('td')
    for cell in cells:
        img = cell.find('img')
        # src filename == tile index
        src = img.attrs['src']


Wang 2corner
<img alt="6" height="32" src="../art/corn/wang-2c/4.gif" width="32"/>
6 ../art/corn/wang-2c/4.gif
<img alt="14" height="32" src="../art/corn/wang-2c/3.gif" width="32"/>
14 ../art/corn/wang-2c/3.gif
<img alt="8" height="32" src="../art/corn/wang-2c/14.gif" width="32"/>
8 ../art/corn/wang-2c/14.gif
<img alt="4" height="32" src="../art/corn/wang-2c/6.gif" width="32"/>
4 ../art/corn/wang-2c/6.gif
<img alt="1" height="32" src="../art/corn/wang-2c/10.gif" width="32"/>
1 ../art/corn/wang-2c/10.gif
<img alt="7" height="32" src="../art/corn/wang-2c/7.gif" width="32"/>
7 ../art/corn/wang-2c/7.gif
<img alt="12" height="32" src="../art/corn/wang-2c/15.gif" width="32"/>
12 ../art/corn/wang-2c/15.gif
<img alt="5" height="32" src="../art/corn/wang-2c/13.gif" width="32"/>
5 ../art/corn/wang-2c/13.gif
<img alt="2" height="32" src="../art/corn/wang-2c/1.gif" width="32"/>
2 ../art/corn/wang-2c/1.gif
<img alt="15" height="32" src="../art/corn/wang-2c/9.gif" width="32"/>
15 ../art/corn/wang-2c/9.gif
<img alt="11" height="32" src="../art/corn/wang-2c/11.gif" width="32"/>
11 ../art/corn/wang-2c/11.gif
<img alt="13" height="32" src="../art/corn/wang-2c/12.gif" width="32"/>
13 ../art/corn/wang-2c/12.gif
<img alt="3" height="32" src="../art/corn/wang-2c/0.gif" width="32"/>
3 ../art/corn/wang-2c/0.gif
<img alt="3" height="32" src="../art/corn/wang-2c/2.gif" width="32"/>
3 ../art/corn/wang-2c/2.gif
<img alt="8" height="32" src="../art/corn/wang-2c/5.gif" width="32"/>
8 ../art/corn/wang-2c/5.gif
<img alt="1" height="32" src="../art/corn/wang-2c/8.gif" width="32"/>
1 ../art/corn/wang-2c/8.gif
Path
<img alt="6" height="32" src="../art/corn/path/4.gif" width="32"/>
6 ../art/corn/path/4.gif
<img alt="14" height="32" src="../art/corn/path/3.gif" width="32"/>
14 ../art/corn/path/3.gif
<img alt="8" height="32" src="../art/corn/path/14.gif" width="32"/>
8 ../art/corn/path/14.gif
<img alt="4" height="32" src="../art/corn/path/6.gif" width="32"/>
4 ../art/corn/path/6.gif
<img alt="1" height="32" src="../art/corn/path/10.gif" width="32"/>
1 ../art/corn/path/10.gif
<img alt="7" height="32" src="../art/corn/path/7.gif" width="32"/>
7 ../art/corn/path/7.gif
<img alt="12" height="32" src="../art/corn/path/15.gif" width="32"/>
12 ../art/corn/path/15.gif
<img alt="5" height="32" src="../art/corn/path/13.gif" width="32"/>
5 ../art/corn/path/13.gif
<img alt="2" height="32" src="../art/corn/path/1.gif" width="32"/>
2 ../art/corn/path/1.gif
<img alt="15" height="32" src="../art/corn/path/9.gif" width="32"/>
15 ../art/corn/path/9.gif
<img alt="11" height="32" src="../art/corn/path/11.gif" width="32"/>
11 ../art/corn/path/11.gif
<img alt="13" height="32" src="../art/corn/path/12.gif" width="32"/>
13 ../art/corn/path/12.gif
<img alt="3" height="32" src="../art/corn/path/0.gif" width="32"/>
3 ../art/corn/path/0.gif
<img alt="3" height="32" src="../art/corn/path/2.gif" width="32"/>
3 ../art/corn/path/2.gif
<img alt="8" height="32" src="../art/corn/path/5.gif" width="32"/>
8 ../art/corn/path/5.gif
<img alt="1" height="32" src="../art/corn/path/8.gif" width="32"/>
1 ../art/corn/path/8.gif
Ground
<img alt="6" height="32" src="../art/corn/ground/4.gif" width="32"/>
6 ../art/corn/ground/4.gif
<img alt="14" height="32" src="../art/corn/ground/3.gif" width="32"/>
14 ../art/corn/ground/3.gif
<img alt="8" height="32" src="../art/corn/ground/14.gif" width="32"/>
8 ../art/corn/ground/14.gif
<img alt="4" height="32" src="../art/corn/ground/6.gif" width="32"/>
4 ../art/corn/ground/6.gif
<img alt="1" height="32" src="../art/corn/ground/10.gif" width="32"/>
1 ../art/corn/ground/10.gif
<img alt="7" height="32" src="../art/corn/ground/7.gif" width="32"/>
7 ../art/corn/ground/7.gif
<img alt="12" height="32" src="../art/corn/ground/15.gif" width="32"/>
12 ../art/corn/ground/15.gif
<img alt="5" height="32" src="../art/corn/ground/13.gif" width="32"/>
5 ../art/corn/ground/13.gif
<img alt="2" height="32" src="../art/corn/ground/1.gif" width="32"/>
2 ../art/corn/ground/1.gif
<img alt="15" height="32" src="../art/corn/ground/9.gif" width="32"/>
15 ../art/corn/ground/9.gif
<img alt="11" height="32" src="../art/corn/ground/11.gif" width="32"/>
11 ../art/corn/ground/11.gif
<img alt="13" height="32" src="../art/corn/ground/12.gif" width="32"/>
13 ../art/corn/ground/12.gif
<img alt="3" height="32" src="../art/corn/ground/0.gif" width="32"/>
3 ../art/corn/ground/0.gif
<img alt="3" height="32" src="../art/corn/ground/2.gif" width="32"/>
3 ../art/corn/ground/2.gif
<img alt="8" height="32" src="../art/corn/ground/5.gif" width="32"/>
8 ../art/corn/ground/5.gif
<img alt="1" height="32" src="../art/corn/ground/8.gif" width="32"/>
1 ../art/corn/ground/8.gif
Cliff
<img alt="6" height="32" src="../art/corn/cliff/4.gif" width="32"/>
6 ../art/corn/cliff/4.gif
<img alt="14" height="32" src="../art/corn/cliff/3.gif" width="32"/>
14 ../art/corn/cliff/3.gif
<img alt="8" height="32" src="../art/corn/cliff/14.gif" width="32"/>
8 ../art/corn/cliff/14.gif
<img alt="4" height="32" src="../art/corn/cliff/6.gif" width="32"/>
4 ../art/corn/cliff/6.gif
<img alt="1" height="32" src="../art/corn/cliff/10.gif" width="32"/>
1 ../art/corn/cliff/10.gif
<img alt="7" height="32" src="../art/corn/cliff/7.gif" width="32"/>
7 ../art/corn/cliff/7.gif
<img alt="12" height="32" src="../art/corn/cliff/15.gif" width="32"/>
12 ../art/corn/cliff/15.gif
<img alt="5" height="32" src="../art/corn/cliff/13.gif" width="32"/>
5 ../art/corn/cliff/13.gif
<img alt="2" height="32" src="../art/corn/cliff/1.gif" width="32"/>
2 ../art/corn/cliff/1.gif
<img alt="15" height="32" src="../art/corn/cliff/9.gif" width="32"/>
15 ../art/corn/cliff/9.gif
<img alt="11" height="32" src="../art/corn/cliff/11.gif" width="32"/>
11 ../art/corn/cliff/11.gif
<img alt="13" height="32" src="../art/corn/cliff/12.gif" width="32"/>
13 ../art/corn/cliff/12.gif
<img alt="3" height="32" src="../art/corn/cliff/0.gif" width="32"/>
3 ../art/corn/cliff/0.gif
<img alt="3" height="32" src="../art/corn/cliff/2.gif" width="32"/>
3 ../art/corn/cliff/2.gif
<img alt="8" height="32" src="../art/corn/cliff/5.gif" width="32"/>
8 ../art/corn/cliff/5.gif
<img alt="1" height="32" src="../art/corn/cliff/8.gif" width="32"/>
1 ../art/corn/cliff/8.gif
Sea Sand
<img alt="6" height="32" src="../art/corn/seasand/4.gif" width="32"/>
6 ../art/corn/seasand/4.gif
<img alt="14" height="32" src="../art/corn/seasand/3.gif" width="32"/>
14 ../art/corn/seasand/3.gif
<img alt="8" height="32" src="../art/corn/seasand/14.gif" width="32"/>
8 ../art/corn/seasand/14.gif
<img alt="4" height="32" src="../art/corn/seasand/6.gif" width="32"/>
4 ../art/corn/seasand/6.gif
<img alt="1" height="32" src="../art/corn/seasand/10.gif" width="32"/>
1 ../art/corn/seasand/10.gif
<img alt="7" height="32" src="../art/corn/seasand/7.gif" width="32"/>
7 ../art/corn/seasand/7.gif
<img alt="12" height="32" src="../art/corn/seasand/15.gif" width="32"/>
12 ../art/corn/seasand/15.gif
<img alt="5" height="32" src="../art/corn/seasand/13.gif" width="32"/>
5 ../art/corn/seasand/13.gif
<img alt="2" height="32" src="../art/corn/seasand/1.gif" width="32"/>
2 ../art/corn/seasand/1.gif
<img alt="15" height="32" src="../art/corn/seasand/9.gif" width="32"/>
15 ../art/corn/seasand/9.gif
<img alt="11" height="32" src="../art/corn/seasand/11.gif" width="32"/>
11 ../art/corn/seasand/11.gif
<img alt="13" height="32" src="../art/corn/seasand/12.gif" width="32"/>
13 ../art/corn/seasand/12.gif
<img alt="3" height="32" src="../art/corn/seasand/0.gif" width="32"/>
3 ../art/corn/seasand/0.gif
<img alt="3" height="32" src="../art/corn/seasand/2.gif" width="32"/>
3 ../art/corn/seasand/2.gif
<img alt="8" height="32" src="../art/corn/seasand/5.gif" width="32"/>
8 ../art/corn/seasand/5.gif
<img alt="1" height="32" src="../art/corn/seasand/8.gif" width="32"/>
1 ../art/corn/seasand/8.gif
Glob
<img alt="6" height="32" src="../art/corn/glob/4.gif" width="32"/>
6 ../art/corn/glob/4.gif
<img alt="14" height="32" src="../art/corn/glob/3.gif" width="32"/>
14 ../art/corn/glob/3.gif
<img alt="8" height="32" src="../art/corn/glob/14.gif" width="32"/>
8 ../art/corn/glob/14.gif
<img alt="4" height="32" src="../art/corn/glob/6.gif" width="32"/>
4 ../art/corn/glob/6.gif
<img alt="1" height="32" src="../art/corn/glob/10.gif" width="32"/>
1 ../art/corn/glob/10.gif
<img alt="7" height="32" src="../art/corn/glob/7.gif" width="32"/>
7 ../art/corn/glob/7.gif
<img alt="12" height="32" src="../art/corn/glob/15.gif" width="32"/>
12 ../art/corn/glob/15.gif
<img alt="5" height="32" src="../art/corn/glob/13.gif" width="32"/>
5 ../art/corn/glob/13.gif
<img alt="2" height="32" src="../art/corn/glob/1.gif" width="32"/>
2 ../art/corn/glob/1.gif
<img alt="15" height="32" src="../art/corn/glob/9.gif" width="32"/>
15 ../art/corn/glob/9.gif
<img alt="11" height="32" src="../art/corn/glob/11.gif" width="32"/>
11 ../art/corn/glob/11.gif
<img alt="13" height="32" src="../art/corn/glob/12.gif" width="32"/>
13 ../art/corn/glob/12.gif
<img alt="3" height="32" src="../art/corn/glob/0.gif" width="32"/>
3 ../art/corn/glob/0.gif
<img alt="3" height="32" src="../art/corn/glob/2.gif" width="32"/>
3 ../art/corn/glob/2.gif
<img alt="8" height="32" src="../art/corn/glob/5.gif" width="32"/>
8 ../art/corn/glob/5.gif
<img alt="1" height="32" src="../art/corn/glob/8.gif" width="32"/>
1 ../art/corn/glob/8.gif
Terrain*
<img alt="6" height="32" src="../art/corn/terrain/4.gif" width="32"/>
6 ../art/corn/terrain/4.gif
<img alt="14" height="32" src="../art/corn/terrain/3.gif" width="32"/>
14 ../art/corn/terrain/3.gif
<img alt="8" height="32" src="../art/corn/terrain/14.gif" width="32"/>
8 ../art/corn/terrain/14.gif
<img alt="4" height="32" src="../art/corn/terrain/6.gif" width="32"/>
4 ../art/corn/terrain/6.gif
<img alt="1" height="32" src="../art/corn/terrain/10.gif" width="32"/>
1 ../art/corn/terrain/10.gif
<img alt="7" height="32" src="../art/corn/terrain/7.gif" width="32"/>
7 ../art/corn/terrain/7.gif
<img alt="12" height="32" src="../art/corn/terrain/15.gif" width="32"/>
12 ../art/corn/terrain/15.gif
<img alt="5" height="32" src="../art/corn/terrain/13.gif" width="32"/>
5 ../art/corn/terrain/13.gif
<img alt="2" height="32" src="../art/corn/terrain/1.gif" width="32"/>
2 ../art/corn/terrain/1.gif
<img alt="15" height="32" src="../art/corn/terrain/9.gif" width="32"/>
15 ../art/corn/terrain/9.gif
<img alt="11" height="32" src="../art/corn/terrain/11.gif" width="32"/>
11 ../art/corn/terrain/11.gif
<img alt="13" height="32" src="../art/corn/terrain/12.gif" width="32"/>
13 ../art/corn/terrain/12.gif
<img alt="3" height="32" src="../art/corn/terrain/0.gif" width="32"/>
3 ../art/corn/terrain/0.gif
<img alt="3" height="32" src="../art/corn/terrain/2.gif" width="32"/>
3 ../art/corn/terrain/2.gif
<img alt="8" height="32" src="../art/corn/terrain/5.gif" width="32"/>
8 ../art/corn/terrain/5.gif
<img alt="1" height="32" src="../art/corn/terrain/8.gif" width="32"/>
1 ../art/corn/terrain/8.gif
Patch
<img alt="6" height="32" src="../art/corn/patch/4.gif" width="32"/>
6 ../art/corn/patch/4.gif
<img alt="14" height="32" src="../art/corn/patch/3.gif" width="32"/>
14 ../art/corn/patch/3.gif
<img alt="8" height="32" src="../art/corn/patch/14.gif" width="32"/>
8 ../art/corn/patch/14.gif
<img alt="4" height="32" src="../art/corn/patch/6.gif" width="32"/>
4 ../art/corn/patch/6.gif
<img alt="1" height="32" src="../art/corn/patch/10.gif" width="32"/>
1 ../art/corn/patch/10.gif
<img alt="7" height="32" src="../art/corn/patch/7.gif" width="32"/>
7 ../art/corn/patch/7.gif
<img alt="12" height="32" src="../art/corn/patch/15.gif" width="32"/>
12 ../art/corn/patch/15.gif
<img alt="5" height="32" src="../art/corn/patch/13.gif" width="32"/>
5 ../art/corn/patch/13.gif
<img alt="2" height="32" src="../art/corn/patch/1.gif" width="32"/>
2 ../art/corn/patch/1.gif
<img alt="15" height="32" src="../art/corn/patch/9.gif" width="32"/>
15 ../art/corn/patch/9.gif
<img alt="11" height="32" src="../art/corn/patch/11.gif" width="32"/>
11 ../art/corn/patch/11.gif
<img alt="13" height="32" src="../art/corn/patch/12.gif" width="32"/>
13 ../art/corn/patch/12.gif
<img alt="3" height="32" src="../art/corn/patch/0.gif" width="32"/>
3 ../art/corn/patch/0.gif
<img alt="3" height="32" src="../art/corn/patch/2.gif" width="32"/>
3 ../art/corn/patch/2.gif
<img alt="8" height="32" src="../art/corn/patch/5.gif" width="32"/>
8 ../art/corn/patch/5.gif
<img alt="1" height="32" src="../art/corn/patch/8.gif" width="32"/>
1 ../art/corn/patch/8.gif
Border
<img alt="6" height="32" src="../art/corn/border/4.gif" width="32"/>
6 ../art/corn/border/4.gif
<img alt="14" height="32" src="../art/corn/border/3.gif" width="32"/>
14 ../art/corn/border/3.gif
<img alt="8" height="32" src="../art/corn/border/14.gif" width="32"/>
8 ../art/corn/border/14.gif
<img alt="4" height="32" src="../art/corn/border/6.gif" width="32"/>
4 ../art/corn/border/6.gif
<img alt="1" height="32" src="../art/corn/border/10.gif" width="32"/>
1 ../art/corn/border/10.gif
<img alt="7" height="32" src="../art/corn/border/7.gif" width="32"/>
7 ../art/corn/border/7.gif
<img alt="12" height="32" src="../art/corn/border/15.gif" width="32"/>
12 ../art/corn/border/15.gif
<img alt="5" height="32" src="../art/corn/border/13.gif" width="32"/>
5 ../art/corn/border/13.gif
<img alt="2" height="32" src="../art/corn/border/1.gif" width="32"/>
2 ../art/corn/border/1.gif
<img alt="15" height="32" src="../art/corn/border/9.gif" width="32"/>
15 ../art/corn/border/9.gif
<img alt="11" height="32" src="../art/corn/border/11.gif" width="32"/>
11 ../art/corn/border/11.gif
<img alt="13" height="32" src="../art/corn/border/12.gif" width="32"/>
13 ../art/corn/border/12.gif
<img alt="3" height="32" src="../art/corn/border/0.gif" width="32"/>
3 ../art/corn/border/0.gif
<img alt="3" height="32" src="../art/corn/border/2.gif" width="32"/>
3 ../art/corn/border/2.gif
<img alt="8" height="32" src="../art/corn/border/5.gif" width="32"/>
8 ../art/corn/border/5.gif
<img alt="1" height="32" src="../art/corn/border/8.gif" width="32"/>
1 ../art/corn/border/8.gif
Cellar
<img alt="6" height="32" src="../art/corn/cellar/4.gif" width="32"/>
6 ../art/corn/cellar/4.gif
<img alt="14" height="32" src="../art/corn/cellar/3.gif" width="32"/>
14 ../art/corn/cellar/3.gif
<img alt="8" height="32" src="../art/corn/cellar/14.gif" width="32"/>
8 ../art/corn/cellar/14.gif
<img alt="4" height="32" src="../art/corn/cellar/6.gif" width="32"/>
4 ../art/corn/cellar/6.gif
<img alt="1" height="32" src="../art/corn/cellar/10.gif" width="32"/>
1 ../art/corn/cellar/10.gif
<img alt="7" height="32" src="../art/corn/cellar/7.gif" width="32"/>
7 ../art/corn/cellar/7.gif
<img alt="12" height="32" src="../art/corn/cellar/15.gif" width="32"/>
12 ../art/corn/cellar/15.gif
<img alt="5" height="32" src="../art/corn/cellar/13.gif" width="32"/>
5 ../art/corn/cellar/13.gif
<img alt="2" height="32" src="../art/corn/cellar/1.gif" width="32"/>
2 ../art/corn/cellar/1.gif
<img alt="15" height="32" src="../art/corn/cellar/9.gif" width="32"/>
15 ../art/corn/cellar/9.gif
<img alt="11" height="32" src="../art/corn/cellar/11.gif" width="32"/>
11 ../art/corn/cellar/11.gif
<img alt="13" height="32" src="../art/corn/cellar/12.gif" width="32"/>
13 ../art/corn/cellar/12.gif
<img alt="3" height="32" src="../art/corn/cellar/0.gif" width="32"/>
3 ../art/corn/cellar/0.gif
<img alt="3" height="32" src="../art/corn/cellar/2.gif" width="32"/>
3 ../art/corn/cellar/2.gif
<img alt="8" height="32" src="../art/corn/cellar/5.gif" width="32"/>
8 ../art/corn/cellar/5.gif
<img alt="1" height="32" src="../art/corn/cellar/8.gif" width="32"/>
1 ../art/corn/cellar/8.gif
Sand Grass
<img alt="6" height="32" src="../art/corn/sandgrass/4.gif" width="32"/>
6 ../art/corn/sandgrass/4.gif
<img alt="14" height="32" src="../art/corn/sandgrass/3.gif" width="32"/>
14 ../art/corn/sandgrass/3.gif
<img alt="8" height="32" src="../art/corn/sandgrass/14.gif" width="32"/>
8 ../art/corn/sandgrass/14.gif
<img alt="4" height="32" src="../art/corn/sandgrass/6.gif" width="32"/>
4 ../art/corn/sandgrass/6.gif
<img alt="1" height="32" src="../art/corn/sandgrass/10.gif" width="32"/>
1 ../art/corn/sandgrass/10.gif
<img alt="7" height="32" src="../art/corn/sandgrass/7.gif" width="32"/>
7 ../art/corn/sandgrass/7.gif
<img alt="12" height="32" src="../art/corn/sandgrass/15.gif" width="32"/>
12 ../art/corn/sandgrass/15.gif
<img alt="5" height="32" src="../art/corn/sandgrass/13.gif" width="32"/>
5 ../art/corn/sandgrass/13.gif
<img alt="2" height="32" src="../art/corn/sandgrass/1.gif" width="32"/>
2 ../art/corn/sandgrass/1.gif
<img alt="15" height="32" src="../art/corn/sandgrass/9.gif" width="32"/>
15 ../art/corn/sandgrass/9.gif
<img alt="11" height="32" src="../art/corn/sandgrass/11.gif" width="32"/>
11 ../art/corn/sandgrass/11.gif
<img alt="13" height="32" src="../art/corn/sandgrass/12.gif" width="32"/>
13 ../art/corn/sandgrass/12.gif
<img alt="3" height="32" src="../art/corn/sandgrass/0.gif" width="32"/>
3 ../art/corn/sandgrass/0.gif
<img alt="3" height="32" src="../art/corn/sandgrass/2.gif" width="32"/>
3 ../art/corn/sandgrass/2.gif
<img alt="8" height="32" src="../art/corn/sandgrass/5.gif" width="32"/>
8 ../art/corn/sandgrass/5.gif
<img alt="1" height="32" src="../art/corn/sandgrass/8.gif" width="32"/>
1 ../art/corn/sandgrass/8.gif
Square
<img alt="6" height="32" src="../art/corn/square/4.gif" width="32"/>
6 ../art/corn/square/4.gif
<img alt="14" height="32" src="../art/corn/square/3.gif" width="32"/>
14 ../art/corn/square/3.gif
<img alt="8" height="32" src="../art/corn/square/14.gif" width="32"/>
8 ../art/corn/square/14.gif
<img alt="4" height="32" src="../art/corn/square/6.gif" width="32"/>
4 ../art/corn/square/6.gif
<img alt="1" height="32" src="../art/corn/square/10.gif" width="32"/>
1 ../art/corn/square/10.gif
<img alt="7" height="32" src="../art/corn/square/7.gif" width="32"/>
7 ../art/corn/square/7.gif
<img alt="12" height="32" src="../art/corn/square/15.gif" width="32"/>
12 ../art/corn/square/15.gif
<img alt="5" height="32" src="../art/corn/square/13.gif" width="32"/>
5 ../art/corn/square/13.gif
<img alt="2" height="32" src="../art/corn/square/1.gif" width="32"/>
2 ../art/corn/square/1.gif
<img alt="15" height="32" src="../art/corn/square/9.gif" width="32"/>
15 ../art/corn/square/9.gif
<img alt="11" height="32" src="../art/corn/square/11.gif" width="32"/>
11 ../art/corn/square/11.gif
<img alt="13" height="32" src="../art/corn/square/12.gif" width="32"/>
13 ../art/corn/square/12.gif
<img alt="3" height="32" src="../art/corn/square/0.gif" width="32"/>
3 ../art/corn/square/0.gif
<img alt="3" height="32" src="../art/corn/square/2.gif" width="32"/>
3 ../art/corn/square/2.gif
<img alt="8" height="32" src="../art/corn/square/5.gif" width="32"/>
8 ../art/corn/square/5.gif
<img alt="1" height="32" src="../art/corn/square/8.gif" width="32"/>
1 ../art/corn/square/8.gif
Island
<img alt="6" height="32" src="../art/corn/island/4.gif" width="32"/>
6 ../art/corn/island/4.gif
<img alt="14" height="32" src="../art/corn/island/3.gif" width="32"/>
14 ../art/corn/island/3.gif
<img alt="8" height="32" src="../art/corn/island/14.gif" width="32"/>
8 ../art/corn/island/14.gif
<img alt="4" height="32" src="../art/corn/island/6.gif" width="32"/>
4 ../art/corn/island/6.gif
<img alt="1" height="32" src="../art/corn/island/10.gif" width="32"/>
1 ../art/corn/island/10.gif
<img alt="7" height="32" src="../art/corn/island/7.gif" width="32"/>
7 ../art/corn/island/7.gif
<img alt="12" height="32" src="../art/corn/island/15.gif" width="32"/>
12 ../art/corn/island/15.gif
<img alt="5" height="32" src="../art/corn/island/13.gif" width="32"/>
5 ../art/corn/island/13.gif
<img alt="2" height="32" src="../art/corn/island/1.gif" width="32"/>
2 ../art/corn/island/1.gif
<img alt="15" height="32" src="../art/corn/island/9.gif" width="32"/>
15 ../art/corn/island/9.gif
<img alt="11" height="32" src="../art/corn/island/11.gif" width="32"/>
11 ../art/corn/island/11.gif
<img alt="13" height="32" src="../art/corn/island/12.gif" width="32"/>
13 ../art/corn/island/12.gif
<img alt="3" height="32" src="../art/corn/island/0.gif" width="32"/>
3 ../art/corn/island/0.gif
<img alt="3" height="32" src="../art/corn/island/2.gif" width="32"/>
3 ../art/corn/island/2.gif
<img alt="8" height="32" src="../art/corn/island/5.gif" width="32"/>
8 ../art/corn/island/5.gif
<img alt="1" height="32" src="../art/corn/island/8.gif" width="32"/>
1 ../art/corn/island/8.gif
PCB
<img alt="6" height="32" src="../art/corn/pcb/4.gif" width="32"/>
6 ../art/corn/pcb/4.gif
<img alt="14" height="32" src="../art/corn/pcb/3.gif" width="32"/>
14 ../art/corn/pcb/3.gif
<img alt="8" height="32" src="../art/corn/pcb/14.gif" width="32"/>
8 ../art/corn/pcb/14.gif
<img alt="4" height="32" src="../art/corn/pcb/6.gif" width="32"/>
4 ../art/corn/pcb/6.gif
<img alt="1" height="32" src="../art/corn/pcb/10.gif" width="32"/>
1 ../art/corn/pcb/10.gif
<img alt="7" height="32" src="../art/corn/pcb/7.gif" width="32"/>
7 ../art/corn/pcb/7.gif
<img alt="12" height="32" src="../art/corn/pcb/15.gif" width="32"/>
12 ../art/corn/pcb/15.gif
<img alt="5" height="32" src="../art/corn/pcb/13.gif" width="32"/>
5 ../art/corn/pcb/13.gif
<img alt="2" height="32" src="../art/corn/pcb/1.gif" width="32"/>
2 ../art/corn/pcb/1.gif
<img alt="15" height="32" src="../art/corn/pcb/9.gif" width="32"/>
15 ../art/corn/pcb/9.gif
<img alt="11" height="32" src="../art/corn/pcb/11.gif" width="32"/>
11 ../art/corn/pcb/11.gif
<img alt="13" height="32" src="../art/corn/pcb/12.gif" width="32"/>
13 ../art/corn/pcb/12.gif
<img alt="3" height="32" src="../art/corn/pcb/0.gif" width="32"/>
3 ../art/corn/pcb/0.gif
<img alt="3" height="32" src="../art/corn/pcb/2.gif" width="32"/>
3 ../art/corn/pcb/2.gif
<img alt="8" height="32" src="../art/corn/pcb/5.gif" width="32"/>
8 ../art/corn/pcb/5.gif
<img alt="1" height="32" src="../art/corn/pcb/8.gif" width="32"/>
1 ../art/corn/pcb/8.gif
Lido
<img alt="6" height="32" src="../art/corn/lido/4.gif" width="32"/>
6 ../art/corn/lido/4.gif
<img alt="14" height="32" src="../art/corn/lido/3.gif" width="32"/>
14 ../art/corn/lido/3.gif
<img alt="8" height="32" src="../art/corn/lido/14.gif" width="32"/>
8 ../art/corn/lido/14.gif
<img alt="4" height="32" src="../art/corn/lido/6.gif" width="32"/>
4 ../art/corn/lido/6.gif
<img alt="1" height="32" src="../art/corn/lido/10.gif" width="32"/>
1 ../art/corn/lido/10.gif
<img alt="7" height="32" src="../art/corn/lido/7.gif" width="32"/>
7 ../art/corn/lido/7.gif
<img alt="12" height="32" src="../art/corn/lido/15.gif" width="32"/>
12 ../art/corn/lido/15.gif
<img alt="5" height="32" src="../art/corn/lido/13.gif" width="32"/>
5 ../art/corn/lido/13.gif
<img alt="2" height="32" src="../art/corn/lido/1.gif" width="32"/>
2 ../art/corn/lido/1.gif
<img alt="15" height="32" src="../art/corn/lido/9.gif" width="32"/>
15 ../art/corn/lido/9.gif
<img alt="11" height="32" src="../art/corn/lido/11.gif" width="32"/>
11 ../art/corn/lido/11.gif
<img alt="13" height="32" src="../art/corn/lido/12.gif" width="32"/>
13 ../art/corn/lido/12.gif
<img alt="3" height="32" src="../art/corn/lido/0.gif" width="32"/>
3 ../art/corn/lido/0.gif
<img alt="3" height="32" src="../art/corn/lido/2.gif" width="32"/>
3 ../art/corn/lido/2.gif
<img alt="8" height="32" src="../art/corn/lido/5.gif" width="32"/>
8 ../art/corn/lido/5.gif
<img alt="1" height="32" src="../art/corn/lido/8.gif" width="32"/>
1 ../art/corn/lido/8.gif
Beam
<img alt="6" height="32" src="../art/corn/beam/4.gif" width="32"/>
6 ../art/corn/beam/4.gif
<img alt="14" height="32" src="../art/corn/beam/3.gif" width="32"/>
14 ../art/corn/beam/3.gif
<img alt="8" height="32" src="../art/corn/beam/14.gif" width="32"/>
8 ../art/corn/beam/14.gif
<img alt="4" height="32" src="../art/corn/beam/6.gif" width="32"/>
4 ../art/corn/beam/6.gif
<img alt="1" height="32" src="../art/corn/beam/10.gif" width="32"/>
1 ../art/corn/beam/10.gif
<img alt="7" height="32" src="../art/corn/beam/7.gif" width="32"/>
7 ../art/corn/beam/7.gif
<img alt="12" height="32" src="../art/corn/beam/15.gif" width="32"/>
12 ../art/corn/beam/15.gif
<img alt="5" height="32" src="../art/corn/beam/13.gif" width="32"/>
5 ../art/corn/beam/13.gif
<img alt="2" height="32" src="../art/corn/beam/1.gif" width="32"/>
2 ../art/corn/beam/1.gif
<img alt="15" height="32" src="../art/corn/beam/9.gif" width="32"/>
15 ../art/corn/beam/9.gif
<img alt="11" height="32" src="../art/corn/beam/11.gif" width="32"/>
11 ../art/corn/beam/11.gif
<img alt="13" height="32" src="../art/corn/beam/12.gif" width="32"/>
13 ../art/corn/beam/12.gif
<img alt="3" height="32" src="../art/corn/beam/0.gif" width="32"/>
3 ../art/corn/beam/0.gif
<img alt="3" height="32" src="../art/corn/beam/2.gif" width="32"/>
3 ../art/corn/beam/2.gif
<img alt="8" height="32" src="../art/corn/beam/5.gif" width="32"/>
8 ../art/corn/beam/5.gif
<img alt="1" height="32" src="../art/corn/beam/8.gif" width="32"/>
1 ../art/corn/beam/8.gif
Roof
<img alt="6" height="32" src="../art/corn/roof/4.gif" width="32"/>
6 ../art/corn/roof/4.gif
<img alt="14" height="32" src="../art/corn/roof/3.gif" width="32"/>
14 ../art/corn/roof/3.gif
<img alt="8" height="32" src="../art/corn/roof/14.gif" width="32"/>
8 ../art/corn/roof/14.gif
<img alt="4" height="32" src="../art/corn/roof/6.gif" width="32"/>
4 ../art/corn/roof/6.gif
<img alt="1" height="32" src="../art/corn/roof/10.gif" width="32"/>
1 ../art/corn/roof/10.gif
<img alt="7" height="32" src="../art/corn/roof/7.gif" width="32"/>
7 ../art/corn/roof/7.gif
<img alt="12" height="32" src="../art/corn/roof/15.gif" width="32"/>
12 ../art/corn/roof/15.gif
<img alt="5" height="32" src="../art/corn/roof/13.gif" width="32"/>
5 ../art/corn/roof/13.gif
<img alt="2" height="32" src="../art/corn/roof/1.gif" width="32"/>
2 ../art/corn/roof/1.gif
<img alt="15" height="32" src="../art/corn/roof/9.gif" width="32"/>
15 ../art/corn/roof/9.gif
<img alt="11" height="32" src="../art/corn/roof/11.gif" width="32"/>
11 ../art/corn/roof/11.gif
<img alt="13" height="32" src="../art/corn/roof/12.gif" width="32"/>
13 ../art/corn/roof/12.gif
<img alt="3" height="32" src="../art/corn/roof/0.gif" width="32"/>
3 ../art/corn/roof/0.gif
<img alt="3" height="32" src="../art/corn/roof/2.gif" width="32"/>
3 ../art/corn/roof/2.gif
<img alt="8" height="32" src="../art/corn/roof/5.gif" width="32"/>
8 ../art/corn/roof/5.gif
<img alt="1" height="32" src="../art/corn/roof/8.gif" width="32"/>
1 ../art/corn/roof/8.gif
Brench
<img alt="6" height="32" src="../art/corn/brench/4.gif" width="32"/>
6 ../art/corn/brench/4.gif
<img alt="14" height="32" src="../art/corn/brench/3.gif" width="32"/>
14 ../art/corn/brench/3.gif
<img alt="8" height="32" src="../art/corn/brench/14.gif" width="32"/>
8 ../art/corn/brench/14.gif
<img alt="4" height="32" src="../art/corn/brench/6.gif" width="32"/>
4 ../art/corn/brench/6.gif
<img alt="1" height="32" src="../art/corn/brench/10.gif" width="32"/>
1 ../art/corn/brench/10.gif
<img alt="7" height="32" src="../art/corn/brench/7.gif" width="32"/>
7 ../art/corn/brench/7.gif
<img alt="12" height="32" src="../art/corn/brench/15.gif" width="32"/>
12 ../art/corn/brench/15.gif
<img alt="5" height="32" src="../art/corn/brench/13.gif" width="32"/>
5 ../art/corn/brench/13.gif
<img alt="2" height="32" src="../art/corn/brench/1.gif" width="32"/>
2 ../art/corn/brench/1.gif
<img alt="15" height="32" src="../art/corn/brench/9.gif" width="32"/>
15 ../art/corn/brench/9.gif
<img alt="11" height="32" src="../art/corn/brench/11.gif" width="32"/>
11 ../art/corn/brench/11.gif
<img alt="13" height="32" src="../art/corn/brench/12.gif" width="32"/>
13 ../art/corn/brench/12.gif
<img alt="3" height="32" src="../art/corn/brench/0.gif" width="32"/>
3 ../art/corn/brench/0.gif
<img alt="3" height="32" src="../art/corn/brench/2.gif" width="32"/>
3 ../art/corn/brench/2.gif
<img alt="8" height="32" src="../art/corn/brench/5.gif" width="32"/>
8 ../art/corn/brench/5.gif
<img alt="1" height="32" src="../art/corn/brench/8.gif" width="32"/>
1 ../art/corn/brench/8.gif

In [85]:
import requests
from bs4 import BeautifulSoup
import pathlib
import os

page = requests.get('http://cr31.co.uk/stagecast/wang/tiles_c.html')
soup = BeautifulSoup(page.content, 'html.parser')


def iterTilesetTables(soup):
    allTables = soup.find_all('table')[3].find('table').find_all('table')
    for t in allTables:
        yield t
    
def getSetName(t):
    n = t.find('caption').text.strip()
    n = n.replace('*', '')
    return n

def iterTileImageSrc(t):
    cells = t.find_all('img')
    for c in cells:
        yield c.attrs['src']
        
def downloadImage(url, filename):
    response = requests.get(url)
    if response.status_code == 200:
        with open(filename, 'wb') as f:
            f.write(response.content)
            print ('Downloaded ', filename)
    else:
        print ('Response Code:', response.status_code)

def fixRelativeUrl(relativeUrl):
    # HACK: for these we go up a level
    s = relativeUrl.replace('..', 'http://cr31.co.uk/stagecast')
    return s

def getFormattedFilename(src):
    s = src.split('/')[-1]
    num = int(s.split('.')[0])
    return '{:0>3d}.gif'.format(num)

def runTileScraper():
    # create work folder
    pathlib.Path('./wang').mkdir(parents=True, exist_ok=True)
    
    # load the page, make the soup
    page = requests.get('http://cr31.co.uk/stagecast/wang/tiles_c.html')
    soup = BeautifulSoup(page.content, 'html.parser')
    
    # iterate over sets
    for setTable in iterTilesetTables(soup):
        setName = getSetName(setTable)
        # make directory for set
        set_dir = './wang/' + setName
        pathlib.Path(set_dir).mkdir(parents=True, exist_ok=True)
        
        # iterate over images
        for src in iterTileImageSrc(setTable):
            fixedUrl = fixRelativeUrl(src)
            saveFileName = set_dir + '/' + getFormattedFilename(src)
            
            # download and save image
            downloadImage(fixedUrl, saveFileName)
        
        print ('Done downloading', setName)
    
    print ('Done scraping!')

In [86]:
runTileScraper()


Downloaded  ./wang/Wang 2corner/004.gif
Downloaded  ./wang/Wang 2corner/003.gif
Downloaded  ./wang/Wang 2corner/014.gif
Downloaded  ./wang/Wang 2corner/006.gif
Downloaded  ./wang/Wang 2corner/010.gif
Downloaded  ./wang/Wang 2corner/007.gif
Downloaded  ./wang/Wang 2corner/015.gif
Downloaded  ./wang/Wang 2corner/013.gif
Downloaded  ./wang/Wang 2corner/001.gif
Downloaded  ./wang/Wang 2corner/009.gif
Downloaded  ./wang/Wang 2corner/011.gif
Downloaded  ./wang/Wang 2corner/012.gif
Downloaded  ./wang/Wang 2corner/000.gif
Downloaded  ./wang/Wang 2corner/002.gif
Downloaded  ./wang/Wang 2corner/005.gif
Downloaded  ./wang/Wang 2corner/008.gif
Done downloading Wang 2corner
Downloaded  ./wang/Path/004.gif
Downloaded  ./wang/Path/003.gif
Downloaded  ./wang/Path/014.gif
Downloaded  ./wang/Path/006.gif
Downloaded  ./wang/Path/010.gif
Downloaded  ./wang/Path/007.gif
Downloaded  ./wang/Path/015.gif
Downloaded  ./wang/Path/013.gif
Downloaded  ./wang/Path/001.gif
Downloaded  ./wang/Path/009.gif
Downloaded  ./wang/Path/011.gif
Downloaded  ./wang/Path/012.gif
Downloaded  ./wang/Path/000.gif
Downloaded  ./wang/Path/002.gif
Downloaded  ./wang/Path/005.gif
Downloaded  ./wang/Path/008.gif
Done downloading Path
Downloaded  ./wang/Ground/004.gif
Downloaded  ./wang/Ground/003.gif
Downloaded  ./wang/Ground/014.gif
Downloaded  ./wang/Ground/006.gif
Downloaded  ./wang/Ground/010.gif
Downloaded  ./wang/Ground/007.gif
Downloaded  ./wang/Ground/015.gif
Downloaded  ./wang/Ground/013.gif
Downloaded  ./wang/Ground/001.gif
Downloaded  ./wang/Ground/009.gif
Downloaded  ./wang/Ground/011.gif
Downloaded  ./wang/Ground/012.gif
Downloaded  ./wang/Ground/000.gif
Downloaded  ./wang/Ground/002.gif
Downloaded  ./wang/Ground/005.gif
Downloaded  ./wang/Ground/008.gif
Done downloading Ground
Downloaded  ./wang/Cliff/004.gif
Downloaded  ./wang/Cliff/003.gif
Downloaded  ./wang/Cliff/014.gif
Downloaded  ./wang/Cliff/006.gif
Downloaded  ./wang/Cliff/010.gif
Downloaded  ./wang/Cliff/007.gif
Downloaded  ./wang/Cliff/015.gif
Downloaded  ./wang/Cliff/013.gif
Downloaded  ./wang/Cliff/001.gif
Downloaded  ./wang/Cliff/009.gif
Downloaded  ./wang/Cliff/011.gif
Downloaded  ./wang/Cliff/012.gif
Downloaded  ./wang/Cliff/000.gif
Downloaded  ./wang/Cliff/002.gif
Downloaded  ./wang/Cliff/005.gif
Downloaded  ./wang/Cliff/008.gif
Done downloading Cliff
Downloaded  ./wang/Sea Sand/004.gif
Downloaded  ./wang/Sea Sand/003.gif
Downloaded  ./wang/Sea Sand/014.gif
Downloaded  ./wang/Sea Sand/006.gif
Downloaded  ./wang/Sea Sand/010.gif
Downloaded  ./wang/Sea Sand/007.gif
Downloaded  ./wang/Sea Sand/015.gif
Downloaded  ./wang/Sea Sand/013.gif
Downloaded  ./wang/Sea Sand/001.gif
Downloaded  ./wang/Sea Sand/009.gif
Downloaded  ./wang/Sea Sand/011.gif
Downloaded  ./wang/Sea Sand/012.gif
Downloaded  ./wang/Sea Sand/000.gif
Downloaded  ./wang/Sea Sand/002.gif
Downloaded  ./wang/Sea Sand/005.gif
Downloaded  ./wang/Sea Sand/008.gif
Done downloading Sea Sand
Downloaded  ./wang/Glob/004.gif
Downloaded  ./wang/Glob/003.gif
Downloaded  ./wang/Glob/014.gif
Downloaded  ./wang/Glob/006.gif
Downloaded  ./wang/Glob/010.gif
Downloaded  ./wang/Glob/007.gif
Downloaded  ./wang/Glob/015.gif
Downloaded  ./wang/Glob/013.gif
Downloaded  ./wang/Glob/001.gif
Downloaded  ./wang/Glob/009.gif
Downloaded  ./wang/Glob/011.gif
Downloaded  ./wang/Glob/012.gif
Downloaded  ./wang/Glob/000.gif
Downloaded  ./wang/Glob/002.gif
Downloaded  ./wang/Glob/005.gif
Downloaded  ./wang/Glob/008.gif
Done downloading Glob
Downloaded  ./wang/Terrain/004.gif
Downloaded  ./wang/Terrain/003.gif
Downloaded  ./wang/Terrain/014.gif
Downloaded  ./wang/Terrain/006.gif
Downloaded  ./wang/Terrain/010.gif
Downloaded  ./wang/Terrain/007.gif
Downloaded  ./wang/Terrain/015.gif
Downloaded  ./wang/Terrain/013.gif
Downloaded  ./wang/Terrain/001.gif
Downloaded  ./wang/Terrain/009.gif
Downloaded  ./wang/Terrain/011.gif
Downloaded  ./wang/Terrain/012.gif
Downloaded  ./wang/Terrain/000.gif
Downloaded  ./wang/Terrain/002.gif
Downloaded  ./wang/Terrain/005.gif
Downloaded  ./wang/Terrain/008.gif
Done downloading Terrain
Downloaded  ./wang/Patch/004.gif
Downloaded  ./wang/Patch/003.gif
Downloaded  ./wang/Patch/014.gif
Downloaded  ./wang/Patch/006.gif
Downloaded  ./wang/Patch/010.gif
Downloaded  ./wang/Patch/007.gif
Downloaded  ./wang/Patch/015.gif
Downloaded  ./wang/Patch/013.gif
Downloaded  ./wang/Patch/001.gif
Downloaded  ./wang/Patch/009.gif
Downloaded  ./wang/Patch/011.gif
Downloaded  ./wang/Patch/012.gif
Downloaded  ./wang/Patch/000.gif
Downloaded  ./wang/Patch/002.gif
Downloaded  ./wang/Patch/005.gif
Downloaded  ./wang/Patch/008.gif
Done downloading Patch
Downloaded  ./wang/Border/004.gif
Downloaded  ./wang/Border/003.gif
Downloaded  ./wang/Border/014.gif
Downloaded  ./wang/Border/006.gif
Downloaded  ./wang/Border/010.gif
Downloaded  ./wang/Border/007.gif
Downloaded  ./wang/Border/015.gif
Downloaded  ./wang/Border/013.gif
Downloaded  ./wang/Border/001.gif
Downloaded  ./wang/Border/009.gif
Downloaded  ./wang/Border/011.gif
Downloaded  ./wang/Border/012.gif
Downloaded  ./wang/Border/000.gif
Downloaded  ./wang/Border/002.gif
Downloaded  ./wang/Border/005.gif
Downloaded  ./wang/Border/008.gif
Done downloading Border
Downloaded  ./wang/Cellar/004.gif
Downloaded  ./wang/Cellar/003.gif
Downloaded  ./wang/Cellar/014.gif
Downloaded  ./wang/Cellar/006.gif
Downloaded  ./wang/Cellar/010.gif
Downloaded  ./wang/Cellar/007.gif
Downloaded  ./wang/Cellar/015.gif
Downloaded  ./wang/Cellar/013.gif
Downloaded  ./wang/Cellar/001.gif
Downloaded  ./wang/Cellar/009.gif
Downloaded  ./wang/Cellar/011.gif
Downloaded  ./wang/Cellar/012.gif
Downloaded  ./wang/Cellar/000.gif
Downloaded  ./wang/Cellar/002.gif
Downloaded  ./wang/Cellar/005.gif
Downloaded  ./wang/Cellar/008.gif
Done downloading Cellar
Downloaded  ./wang/Sand Grass/004.gif
Downloaded  ./wang/Sand Grass/003.gif
Downloaded  ./wang/Sand Grass/014.gif
Downloaded  ./wang/Sand Grass/006.gif
Downloaded  ./wang/Sand Grass/010.gif
Downloaded  ./wang/Sand Grass/007.gif
Downloaded  ./wang/Sand Grass/015.gif
Downloaded  ./wang/Sand Grass/013.gif
Downloaded  ./wang/Sand Grass/001.gif
Downloaded  ./wang/Sand Grass/009.gif
Downloaded  ./wang/Sand Grass/011.gif
Downloaded  ./wang/Sand Grass/012.gif
Downloaded  ./wang/Sand Grass/000.gif
Downloaded  ./wang/Sand Grass/002.gif
Downloaded  ./wang/Sand Grass/005.gif
Downloaded  ./wang/Sand Grass/008.gif
Done downloading Sand Grass
Downloaded  ./wang/Square/004.gif
Downloaded  ./wang/Square/003.gif
Downloaded  ./wang/Square/014.gif
Downloaded  ./wang/Square/006.gif
Downloaded  ./wang/Square/010.gif
Downloaded  ./wang/Square/007.gif
Downloaded  ./wang/Square/015.gif
Downloaded  ./wang/Square/013.gif
Downloaded  ./wang/Square/001.gif
Downloaded  ./wang/Square/009.gif
Downloaded  ./wang/Square/011.gif
Downloaded  ./wang/Square/012.gif
Downloaded  ./wang/Square/000.gif
Downloaded  ./wang/Square/002.gif
Downloaded  ./wang/Square/005.gif
Downloaded  ./wang/Square/008.gif
Done downloading Square
Downloaded  ./wang/Island/004.gif
Downloaded  ./wang/Island/003.gif
Downloaded  ./wang/Island/014.gif
Downloaded  ./wang/Island/006.gif
Downloaded  ./wang/Island/010.gif
Downloaded  ./wang/Island/007.gif
Downloaded  ./wang/Island/015.gif
Downloaded  ./wang/Island/013.gif
Downloaded  ./wang/Island/001.gif
Downloaded  ./wang/Island/009.gif
Downloaded  ./wang/Island/011.gif
Downloaded  ./wang/Island/012.gif
Downloaded  ./wang/Island/000.gif
Downloaded  ./wang/Island/002.gif
Downloaded  ./wang/Island/005.gif
Downloaded  ./wang/Island/008.gif
Done downloading Island
Downloaded  ./wang/PCB/004.gif
Downloaded  ./wang/PCB/003.gif
Downloaded  ./wang/PCB/014.gif
Downloaded  ./wang/PCB/006.gif
Downloaded  ./wang/PCB/010.gif
Downloaded  ./wang/PCB/007.gif
Downloaded  ./wang/PCB/015.gif
Downloaded  ./wang/PCB/013.gif
Downloaded  ./wang/PCB/001.gif
Downloaded  ./wang/PCB/009.gif
Downloaded  ./wang/PCB/011.gif
Downloaded  ./wang/PCB/012.gif
Downloaded  ./wang/PCB/000.gif
Downloaded  ./wang/PCB/002.gif
Downloaded  ./wang/PCB/005.gif
Downloaded  ./wang/PCB/008.gif
Done downloading PCB
Downloaded  ./wang/Lido/004.gif
Downloaded  ./wang/Lido/003.gif
Downloaded  ./wang/Lido/014.gif
Downloaded  ./wang/Lido/006.gif
Downloaded  ./wang/Lido/010.gif
Downloaded  ./wang/Lido/007.gif
Downloaded  ./wang/Lido/015.gif
Downloaded  ./wang/Lido/013.gif
Downloaded  ./wang/Lido/001.gif
Downloaded  ./wang/Lido/009.gif
Downloaded  ./wang/Lido/011.gif
Downloaded  ./wang/Lido/012.gif
Downloaded  ./wang/Lido/000.gif
Downloaded  ./wang/Lido/002.gif
Downloaded  ./wang/Lido/005.gif
Downloaded  ./wang/Lido/008.gif
Done downloading Lido
Downloaded  ./wang/Beam/004.gif
Downloaded  ./wang/Beam/003.gif
Downloaded  ./wang/Beam/014.gif
Downloaded  ./wang/Beam/006.gif
Downloaded  ./wang/Beam/010.gif
Downloaded  ./wang/Beam/007.gif
Downloaded  ./wang/Beam/015.gif
Downloaded  ./wang/Beam/013.gif
Downloaded  ./wang/Beam/001.gif
Downloaded  ./wang/Beam/009.gif
Downloaded  ./wang/Beam/011.gif
Downloaded  ./wang/Beam/012.gif
Downloaded  ./wang/Beam/000.gif
Downloaded  ./wang/Beam/002.gif
Downloaded  ./wang/Beam/005.gif
Downloaded  ./wang/Beam/008.gif
Done downloading Beam
Downloaded  ./wang/Roof/004.gif
Downloaded  ./wang/Roof/003.gif
Downloaded  ./wang/Roof/014.gif
Downloaded  ./wang/Roof/006.gif
Downloaded  ./wang/Roof/010.gif
Downloaded  ./wang/Roof/007.gif
Downloaded  ./wang/Roof/015.gif
Downloaded  ./wang/Roof/013.gif
Downloaded  ./wang/Roof/001.gif
Downloaded  ./wang/Roof/009.gif
Downloaded  ./wang/Roof/011.gif
Downloaded  ./wang/Roof/012.gif
Downloaded  ./wang/Roof/000.gif
Downloaded  ./wang/Roof/002.gif
Downloaded  ./wang/Roof/005.gif
Downloaded  ./wang/Roof/008.gif
Done downloading Roof
Downloaded  ./wang/Brench/004.gif
Downloaded  ./wang/Brench/003.gif
Downloaded  ./wang/Brench/014.gif
Downloaded  ./wang/Brench/006.gif
Downloaded  ./wang/Brench/010.gif
Downloaded  ./wang/Brench/007.gif
Downloaded  ./wang/Brench/015.gif
Downloaded  ./wang/Brench/013.gif
Downloaded  ./wang/Brench/001.gif
Downloaded  ./wang/Brench/009.gif
Downloaded  ./wang/Brench/011.gif
Downloaded  ./wang/Brench/012.gif
Downloaded  ./wang/Brench/000.gif
Downloaded  ./wang/Brench/002.gif
Downloaded  ./wang/Brench/005.gif
Downloaded  ./wang/Brench/008.gif
Done downloading Brench
Done scraping!

In [83]:
f = './wang/xxxTest/001.gif'
u = fixRelativeUrl('../art/corn/wang-2c/3.gif')

downloadImage(u, f)


Downloaded  ./wang/xxxTest/001.gif

In [80]:
getFormattedFilename('../art/corn/wang-2c/3.gif')


Out[80]:
'003.gif'

In [69]:
import pathlib

pathlib.Path('./Wang').mkdir(parents=True, exist_ok=True)

In [75]:
'http://cr31.co.uk/stagecast/wang/tiles_c.html'

print (os.getcwd())


S:\git\tacticsiege\tactictoolkit\examples

In [66]:
# create working folder
for table in iterTilesetTables(soup):
    setName = getSetName(table)
    # create set folder
    print ('Set:', setName)
    
    for src in iterTileImageSrc(table):
        # download image to file
        
        print ('Img:', src)


Set: Wang 2corner
Img: ../art/corn/wang-2c/4.gif
Img: ../art/corn/wang-2c/3.gif
Img: ../art/corn/wang-2c/14.gif
Img: ../art/corn/wang-2c/6.gif
Img: ../art/corn/wang-2c/10.gif
Img: ../art/corn/wang-2c/7.gif
Img: ../art/corn/wang-2c/15.gif
Img: ../art/corn/wang-2c/13.gif
Img: ../art/corn/wang-2c/1.gif
Img: ../art/corn/wang-2c/9.gif
Img: ../art/corn/wang-2c/11.gif
Img: ../art/corn/wang-2c/12.gif
Img: ../art/corn/wang-2c/0.gif
Img: ../art/corn/wang-2c/2.gif
Img: ../art/corn/wang-2c/5.gif
Img: ../art/corn/wang-2c/8.gif
Set: Path
Img: ../art/corn/path/4.gif
Img: ../art/corn/path/3.gif
Img: ../art/corn/path/14.gif
Img: ../art/corn/path/6.gif
Img: ../art/corn/path/10.gif
Img: ../art/corn/path/7.gif
Img: ../art/corn/path/15.gif
Img: ../art/corn/path/13.gif
Img: ../art/corn/path/1.gif
Img: ../art/corn/path/9.gif
Img: ../art/corn/path/11.gif
Img: ../art/corn/path/12.gif
Img: ../art/corn/path/0.gif
Img: ../art/corn/path/2.gif
Img: ../art/corn/path/5.gif
Img: ../art/corn/path/8.gif
Set: Ground
Img: ../art/corn/ground/4.gif
Img: ../art/corn/ground/3.gif
Img: ../art/corn/ground/14.gif
Img: ../art/corn/ground/6.gif
Img: ../art/corn/ground/10.gif
Img: ../art/corn/ground/7.gif
Img: ../art/corn/ground/15.gif
Img: ../art/corn/ground/13.gif
Img: ../art/corn/ground/1.gif
Img: ../art/corn/ground/9.gif
Img: ../art/corn/ground/11.gif
Img: ../art/corn/ground/12.gif
Img: ../art/corn/ground/0.gif
Img: ../art/corn/ground/2.gif
Img: ../art/corn/ground/5.gif
Img: ../art/corn/ground/8.gif
Set: Cliff
Img: ../art/corn/cliff/4.gif
Img: ../art/corn/cliff/3.gif
Img: ../art/corn/cliff/14.gif
Img: ../art/corn/cliff/6.gif
Img: ../art/corn/cliff/10.gif
Img: ../art/corn/cliff/7.gif
Img: ../art/corn/cliff/15.gif
Img: ../art/corn/cliff/13.gif
Img: ../art/corn/cliff/1.gif
Img: ../art/corn/cliff/9.gif
Img: ../art/corn/cliff/11.gif
Img: ../art/corn/cliff/12.gif
Img: ../art/corn/cliff/0.gif
Img: ../art/corn/cliff/2.gif
Img: ../art/corn/cliff/5.gif
Img: ../art/corn/cliff/8.gif
Set: Sea Sand
Img: ../art/corn/seasand/4.gif
Img: ../art/corn/seasand/3.gif
Img: ../art/corn/seasand/14.gif
Img: ../art/corn/seasand/6.gif
Img: ../art/corn/seasand/10.gif
Img: ../art/corn/seasand/7.gif
Img: ../art/corn/seasand/15.gif
Img: ../art/corn/seasand/13.gif
Img: ../art/corn/seasand/1.gif
Img: ../art/corn/seasand/9.gif
Img: ../art/corn/seasand/11.gif
Img: ../art/corn/seasand/12.gif
Img: ../art/corn/seasand/0.gif
Img: ../art/corn/seasand/2.gif
Img: ../art/corn/seasand/5.gif
Img: ../art/corn/seasand/8.gif
Set: Glob
Img: ../art/corn/glob/4.gif
Img: ../art/corn/glob/3.gif
Img: ../art/corn/glob/14.gif
Img: ../art/corn/glob/6.gif
Img: ../art/corn/glob/10.gif
Img: ../art/corn/glob/7.gif
Img: ../art/corn/glob/15.gif
Img: ../art/corn/glob/13.gif
Img: ../art/corn/glob/1.gif
Img: ../art/corn/glob/9.gif
Img: ../art/corn/glob/11.gif
Img: ../art/corn/glob/12.gif
Img: ../art/corn/glob/0.gif
Img: ../art/corn/glob/2.gif
Img: ../art/corn/glob/5.gif
Img: ../art/corn/glob/8.gif
Set: Terrain*
Img: ../art/corn/terrain/4.gif
Img: ../art/corn/terrain/3.gif
Img: ../art/corn/terrain/14.gif
Img: ../art/corn/terrain/6.gif
Img: ../art/corn/terrain/10.gif
Img: ../art/corn/terrain/7.gif
Img: ../art/corn/terrain/15.gif
Img: ../art/corn/terrain/13.gif
Img: ../art/corn/terrain/1.gif
Img: ../art/corn/terrain/9.gif
Img: ../art/corn/terrain/11.gif
Img: ../art/corn/terrain/12.gif
Img: ../art/corn/terrain/0.gif
Img: ../art/corn/terrain/2.gif
Img: ../art/corn/terrain/5.gif
Img: ../art/corn/terrain/8.gif
Set: Patch
Img: ../art/corn/patch/4.gif
Img: ../art/corn/patch/3.gif
Img: ../art/corn/patch/14.gif
Img: ../art/corn/patch/6.gif
Img: ../art/corn/patch/10.gif
Img: ../art/corn/patch/7.gif
Img: ../art/corn/patch/15.gif
Img: ../art/corn/patch/13.gif
Img: ../art/corn/patch/1.gif
Img: ../art/corn/patch/9.gif
Img: ../art/corn/patch/11.gif
Img: ../art/corn/patch/12.gif
Img: ../art/corn/patch/0.gif
Img: ../art/corn/patch/2.gif
Img: ../art/corn/patch/5.gif
Img: ../art/corn/patch/8.gif
Set: Border
Img: ../art/corn/border/4.gif
Img: ../art/corn/border/3.gif
Img: ../art/corn/border/14.gif
Img: ../art/corn/border/6.gif
Img: ../art/corn/border/10.gif
Img: ../art/corn/border/7.gif
Img: ../art/corn/border/15.gif
Img: ../art/corn/border/13.gif
Img: ../art/corn/border/1.gif
Img: ../art/corn/border/9.gif
Img: ../art/corn/border/11.gif
Img: ../art/corn/border/12.gif
Img: ../art/corn/border/0.gif
Img: ../art/corn/border/2.gif
Img: ../art/corn/border/5.gif
Img: ../art/corn/border/8.gif
Set: Cellar
Img: ../art/corn/cellar/4.gif
Img: ../art/corn/cellar/3.gif
Img: ../art/corn/cellar/14.gif
Img: ../art/corn/cellar/6.gif
Img: ../art/corn/cellar/10.gif
Img: ../art/corn/cellar/7.gif
Img: ../art/corn/cellar/15.gif
Img: ../art/corn/cellar/13.gif
Img: ../art/corn/cellar/1.gif
Img: ../art/corn/cellar/9.gif
Img: ../art/corn/cellar/11.gif
Img: ../art/corn/cellar/12.gif
Img: ../art/corn/cellar/0.gif
Img: ../art/corn/cellar/2.gif
Img: ../art/corn/cellar/5.gif
Img: ../art/corn/cellar/8.gif
Set: Sand Grass
Img: ../art/corn/sandgrass/4.gif
Img: ../art/corn/sandgrass/3.gif
Img: ../art/corn/sandgrass/14.gif
Img: ../art/corn/sandgrass/6.gif
Img: ../art/corn/sandgrass/10.gif
Img: ../art/corn/sandgrass/7.gif
Img: ../art/corn/sandgrass/15.gif
Img: ../art/corn/sandgrass/13.gif
Img: ../art/corn/sandgrass/1.gif
Img: ../art/corn/sandgrass/9.gif
Img: ../art/corn/sandgrass/11.gif
Img: ../art/corn/sandgrass/12.gif
Img: ../art/corn/sandgrass/0.gif
Img: ../art/corn/sandgrass/2.gif
Img: ../art/corn/sandgrass/5.gif
Img: ../art/corn/sandgrass/8.gif
Set: Square
Img: ../art/corn/square/4.gif
Img: ../art/corn/square/3.gif
Img: ../art/corn/square/14.gif
Img: ../art/corn/square/6.gif
Img: ../art/corn/square/10.gif
Img: ../art/corn/square/7.gif
Img: ../art/corn/square/15.gif
Img: ../art/corn/square/13.gif
Img: ../art/corn/square/1.gif
Img: ../art/corn/square/9.gif
Img: ../art/corn/square/11.gif
Img: ../art/corn/square/12.gif
Img: ../art/corn/square/0.gif
Img: ../art/corn/square/2.gif
Img: ../art/corn/square/5.gif
Img: ../art/corn/square/8.gif
Set: Island
Img: ../art/corn/island/4.gif
Img: ../art/corn/island/3.gif
Img: ../art/corn/island/14.gif
Img: ../art/corn/island/6.gif
Img: ../art/corn/island/10.gif
Img: ../art/corn/island/7.gif
Img: ../art/corn/island/15.gif
Img: ../art/corn/island/13.gif
Img: ../art/corn/island/1.gif
Img: ../art/corn/island/9.gif
Img: ../art/corn/island/11.gif
Img: ../art/corn/island/12.gif
Img: ../art/corn/island/0.gif
Img: ../art/corn/island/2.gif
Img: ../art/corn/island/5.gif
Img: ../art/corn/island/8.gif
Set: PCB
Img: ../art/corn/pcb/4.gif
Img: ../art/corn/pcb/3.gif
Img: ../art/corn/pcb/14.gif
Img: ../art/corn/pcb/6.gif
Img: ../art/corn/pcb/10.gif
Img: ../art/corn/pcb/7.gif
Img: ../art/corn/pcb/15.gif
Img: ../art/corn/pcb/13.gif
Img: ../art/corn/pcb/1.gif
Img: ../art/corn/pcb/9.gif
Img: ../art/corn/pcb/11.gif
Img: ../art/corn/pcb/12.gif
Img: ../art/corn/pcb/0.gif
Img: ../art/corn/pcb/2.gif
Img: ../art/corn/pcb/5.gif
Img: ../art/corn/pcb/8.gif
Set: Lido
Img: ../art/corn/lido/4.gif
Img: ../art/corn/lido/3.gif
Img: ../art/corn/lido/14.gif
Img: ../art/corn/lido/6.gif
Img: ../art/corn/lido/10.gif
Img: ../art/corn/lido/7.gif
Img: ../art/corn/lido/15.gif
Img: ../art/corn/lido/13.gif
Img: ../art/corn/lido/1.gif
Img: ../art/corn/lido/9.gif
Img: ../art/corn/lido/11.gif
Img: ../art/corn/lido/12.gif
Img: ../art/corn/lido/0.gif
Img: ../art/corn/lido/2.gif
Img: ../art/corn/lido/5.gif
Img: ../art/corn/lido/8.gif
Set: Beam
Img: ../art/corn/beam/4.gif
Img: ../art/corn/beam/3.gif
Img: ../art/corn/beam/14.gif
Img: ../art/corn/beam/6.gif
Img: ../art/corn/beam/10.gif
Img: ../art/corn/beam/7.gif
Img: ../art/corn/beam/15.gif
Img: ../art/corn/beam/13.gif
Img: ../art/corn/beam/1.gif
Img: ../art/corn/beam/9.gif
Img: ../art/corn/beam/11.gif
Img: ../art/corn/beam/12.gif
Img: ../art/corn/beam/0.gif
Img: ../art/corn/beam/2.gif
Img: ../art/corn/beam/5.gif
Img: ../art/corn/beam/8.gif
Set: Roof
Img: ../art/corn/roof/4.gif
Img: ../art/corn/roof/3.gif
Img: ../art/corn/roof/14.gif
Img: ../art/corn/roof/6.gif
Img: ../art/corn/roof/10.gif
Img: ../art/corn/roof/7.gif
Img: ../art/corn/roof/15.gif
Img: ../art/corn/roof/13.gif
Img: ../art/corn/roof/1.gif
Img: ../art/corn/roof/9.gif
Img: ../art/corn/roof/11.gif
Img: ../art/corn/roof/12.gif
Img: ../art/corn/roof/0.gif
Img: ../art/corn/roof/2.gif
Img: ../art/corn/roof/5.gif
Img: ../art/corn/roof/8.gif
Set: Brench
Img: ../art/corn/brench/4.gif
Img: ../art/corn/brench/3.gif
Img: ../art/corn/brench/14.gif
Img: ../art/corn/brench/6.gif
Img: ../art/corn/brench/10.gif
Img: ../art/corn/brench/7.gif
Img: ../art/corn/brench/15.gif
Img: ../art/corn/brench/13.gif
Img: ../art/corn/brench/1.gif
Img: ../art/corn/brench/9.gif
Img: ../art/corn/brench/11.gif
Img: ../art/corn/brench/12.gif
Img: ../art/corn/brench/0.gif
Img: ../art/corn/brench/2.gif
Img: ../art/corn/brench/5.gif
Img: ../art/corn/brench/8.gif

In [ ]: