<?xml version="1.0" encoding="UTF-8" standalone="no"?><rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
   <channel>
      <title>Twoplayer</title>
      <link>http://www.twoplayer.net/</link>
      <description>Standing quite consciously outside 'ordinary' life as being 'not serious' but at the same time absorbing the player intensely and utterly.</description>
      <language>en</language>
      <copyright>Copyright 2016</copyright>
      <lastBuildDate>Tue, 07 Jun 2016 10:47:26 +0000</lastBuildDate>
      <docs>http://blogs.law.harvard.edu/tech/rss</docs> 

            <item>
         <title>Inversions</title>
         <description><![CDATA[<div id="martin" class="clearfix"><a href="http://www.twoplayer.net/2016/06/martin.php">
<script src="http://www.twoplayer.net/min/b=javascript&amp;f=martin.js"></script>
<img src="/images/latin-arrow.png" height="430" width="430" alt="" class="arrow">
</a></div>
<p>An unchanging unit in which the situations are permuted, according to a system, or logic or counter-logic.</p>]]></description>
         <link>http://www.twoplayer.net/2016/06/martin.php</link>
         <guid>http://www.twoplayer.net/2016/06/martin.php</guid>
         <pubDate>Tue, 07 Jun 2016 10:47:26 +0000</pubDate>
      </item>
            <item>
         <title>Chart</title>
         <description><![CDATA[<?php
// Set up the required variables first
$method = "user.getweeklyartistchart"; //Enter method. Visit http://www.last.fm/api for more methods
$username = "twoplayer"; // Enter your username here
$apikey = "7bf144e52249fecca17404d259b186a0"; // Enter your API Key here. Visit http://www.last.fm/api/account if you dont have one
$limit = 3; //Enter the number of artist will be displayed
// Construct the URL, and feed it through SimpleXML
$feed = simplexml_load_file("http://ws.audioscrobbler.com/2.0/?method=".$method."&user=".$username."&api_key=".$apikey);
//Get Artists
$artist = $feed->weeklyartistchart->artist;
$playcount1 = $feed->weeklyartistchart->artist[0]->playcount;
$playcount2 = $feed->weeklyartistchart->artist[1]->playcount;
$playcount3 = $feed->weeklyartistchart->artist[2]->playcount;
?>
 <script type="text/javascript" src="https://www.google.com/jsapi"></script>
    <script type="text/javascript">
      google.load("visualization", "1", {packages:["corechart"]});
      google.setOnLoadCallback(drawChart);
      function drawChart() {
        var data = google.visualization.arrayToDataTable([
          ['Position', 'Plays'],
         ['1', <?php echo $playcount1; ?>],
         ['2', <?php echo $playcount2; ?>],
         ['3', <?php echo $playcount3; ?>]
        ]);
        var options = {
          legend: {position: 'none'},
          pieSliceText: 'none',
          backgroundColor: 'transparent',
          enableInteractivity: false,
          width: 430,
          height: 430,
          chartArea: {'width': '100%', 'height': '100%'},
          pieSliceBorderColor:"transparent",
          slices: {0: {color: '#666'}, 1:{color: '#aaa'}, 2:{color: '#000'}}
        };
        var chart = new google.visualization.PieChart(document.getElementById('donutchart'));
        chart.draw(data, options);
      }
    </script>
<div id="donutchart" style="width: 430px; height: 430px; margin-bottom: 16px;"></div>

<?php
//Print Chart

$d=date("D");
if ($d=="Fri") {
    echo '<p class="rss">';
} 
else {
    echo '<p>';
}



for($i=0;$i<$limit;$i++){
    $a = $artist[$i];

if( strpos($a, '4hero') !== false ) echo "match";

    echo ($i+1)." ".$a->name;
    if ($i<2){
        echo (", ");
    }
    else {
        echo (".");
    }
};
echo (" <a href='https://twitter.com/search?q=from%3Atwoplayer%20chart&src=typd'>#Chart</a></p>");

?>]]></description>
         <link>http://www.twoplayer.net/2016/05/chart.php</link>
         <guid>http://www.twoplayer.net/2016/05/chart.php</guid>
         <pubDate>Wed, 11 May 2016 11:54:49 +0000</pubDate>
      </item>
            <item>
         <title>Boring</title>
         <description><![CDATA[<a id="boring" href="https://twitter.com/search?f=tweets&vertical=default&q=from%3Atwoplayer%20boring&src=typd">boring</a>

<blockquote class="center"><p>"I would sum up my fear about<br/>the future in one word: boring." </p></blockquote>
 ]]></description>
         <link>http://www.twoplayer.net/2016/04/boring.php</link>
         <guid>http://www.twoplayer.net/2016/04/boring.php</guid>
         <pubDate>Fri, 08 Apr 2016 14:41:57 +0000</pubDate>
      </item>
            <item>
         <title>Daleks</title>
         <description><![CDATA[<script type="text/javascript" src="/min/b=javascript&amp;f=daleks.js"></script>
<div id="dalekcard">
<ul id="daleks">
	<li>&nbsp;</li>
</ul>
</div>
<blockquote class="center"><p> "Humanise something free of error."</p></blockquote>]]></description>
         <link>http://www.twoplayer.net/2015/09/daleks.php</link>
         <guid>http://www.twoplayer.net/2015/09/daleks.php</guid>
         <pubDate>Fri, 25 Sep 2015 13:10:03 +0000</pubDate>
      </item>
            <item>
         <title>Narcissism </title>
         <description><![CDATA[<ul id="rantrave" class="clearfix">
<li><a id="rant" rel="nofollow" href="/2014/06/narcissism.php?randr=rant&tweet=yes">rant</a></li>
<li><a id="rave" rel="nofollow" href="/2014/06/narcissism.php?randr=rave&tweet=yes">rave</a></li>
</ul>
<blockquote class="center"><p> "This, of course, will be mere electronic wallpaper."</p></blockquote>]]></description>
         <link>http://www.twoplayer.net/2014/06/narcissism.php</link>
         <guid>http://www.twoplayer.net/2014/06/narcissism.php</guid>
         <pubDate>Thu, 05 Jun 2014 14:37:41 +0000</pubDate>
      </item>
            <item>
         <title>Vanity</title>
         <description><![CDATA[<?php

$dotweet = $_GET['tweet'];
$rating = $_GET['rating'];

if (!empty($_SERVER["HTTP_CLIENT_IP"]))
{
//check for ip from share internet
$ip = $_SERVER["HTTP_CLIENT_IP"];
}
elseif (!empty($_SERVER["HTTP_X_FORWARDED_FOR"]))
{
// Check for the Proxy User
$ip = $_SERVER["HTTP_X_FORWARDED_FOR"];
}
else
{
$ip = $_SERVER["REMOTE_ADDR"];
}
// This will print user's real IP Address
// does't matter if user using proxy or not.
// echo $ip;

if ($dotweet == "yes")	{

        $ratingfile="$_SERVER[DOCUMENT_ROOT]/2014/05/rating.txt";
        $fp = fopen($ratingfile, "r"); 
        $contents = fread($fp, filesize($ratingfile)); 
        $linecount = count(file($ratingfile));
        $numbers = split("\n", $contents); 
        $total = 0; 
        foreach ($numbers as $number) { 
            $total += $number; 
            } 
        $averagerating = (round($total/$linecount,2));
        
        setcookie('rtcook', $rating, time() + (86400 * 30), '/');

        $consumerKey    = 'd3hA3oyfCN9XKqgza4OHw';
        $consumerSecret = '0xKU7bDziWtERZG9O5tY4aAUgXD0Ovq1dICkIcv877Q';
        $oAuthToken     = '5765712-dWEBzKNKt78H1K9Vnp69dx0bgbcO2TCRiAXZu5zmGR';
        $oAuthSecret    = 'TyHIfTDi9RErfkrxpMh6957uosRcEjONaspUHpkc';

        require_once($_SERVER['DOCUMENT_ROOT'].'/interaction-of-colour/twitteroauth.php');

        // create a new instance
        $tweet = new TwitterOAuth($consumerKey, $consumerSecret, $oAuthToken, $oAuthSecret);

        // create a rating	
        if ($rating == "1") {
            $tweetrating = $ip.' ⋆';
        } else if ($rating == "2") {
            $tweetrating = $ip.' ⋆⋆';
        } else if ($rating == "3") {
            $tweetrating = $ip.' ⋆⋆⋆';
        } else if ($rating == "4") {
            $tweetrating = $ip.' ⋆⋆⋆⋆';
        } else if ($rating == "5") {
            $tweetrating = $ip.' ⋆⋆⋆⋆⋆';
        }	

        // send a tweet
        $tweet->post('statuses/update', array('status' => $tweetrating));

        // writing to the text file
        $newline = "\n";
        $file_data = $rating.$newline;
        $file_data .= file_get_contents('rating.txt');
        file_put_contents('rating.txt', $file_data);

        echo '<ul id="rating" class="clearfix"><li><img src="/images/star';
        if ($averagerating<0.5){
            echo ("-on");
        }
        echo '.svg" height="86" width="86" alt="Rated 1 out of 5"><img src="/images/star';
        if ($averagerating<1.5){
            echo ("-on");
        }
        echo '.svg" height="86" width="86" alt="Rated 2 out of 5"><img src="/images/star';
        if ($averagerating<2.5){
            echo ("-on");
        }
        echo '.svg" height="86" width="86" alt="Rated 3 out of 5"><img src="/images/star';
        if ($averagerating<3.5){
            echo ("-on");
        }
        echo '.svg" height="86" width="86" alt="Rated 4 out of 5"><img src="/images/star';
        if ($averagerating<4.5){
            echo ("-on");
        }
        echo '.svg" height="86" width="86" alt="Rated 5 out 5"></li></ul>';
        //echo ('set cookie and tweet');
			
} else {
	
	
if(isset($_COOKIE['rtcook'])){
    $rtcook = $_COOKIE['rtcook'];	
    
        $ratingfile="$_SERVER[DOCUMENT_ROOT]/2014/05/rating.txt";
        $fp = fopen($ratingfile, "r"); 
        $contents = fread($fp, filesize($ratingfile)); 
        $linecount = count(file($ratingfile));
        $numbers = split("\n", $contents); 
        $total = 0; 
        foreach ($numbers as $number) { 
            $total += $number; 
            } 
        $averagerating = (round($total/$linecount,2));
	
        echo '<ul id="rating" class="clearfix"><li><img src="/images/star';
        if ($averagerating<0.5){
            echo ("-on");
        }
        echo '.svg" height="86" width="86" alt="Rated 1 out of 5"><img src="/images/star';
        if ($averagerating<1.5){
            echo ("-on");
        }
        echo '.svg" height="86" width="86" alt="Rated 2 out of 5"><img src="/images/star';
        if ($averagerating<2.5){
            echo ("-on");
        }
        echo '.svg" height="86" width="86" alt="Rated 3 out of 5"><img src="/images/star';
        if ($averagerating<3.5){
            echo ("-on");
        }
        echo '.svg" height="86" width="86" alt="Rated 4 out of 5"><img src="/images/star';
        if ($averagerating<4.5){
            echo ("-on");
        }
        echo '.svg" height="86" width="86" alt="Rated 5 out 5"></li></ul>';
        //echo ('cookie is set');
	
} else{


        $ratingfile="$_SERVER[DOCUMENT_ROOT]/2014/05/rating.txt";
        $fp = fopen($ratingfile, "r"); 
        $contents = fread($fp, filesize($ratingfile)); 
        $linecount = count(file($ratingfile));
        $numbers = split("\n", $contents); 
        $total = 0; 
        foreach ($numbers as $number) { 
            $total += $number; 
            } 
        $averagerating = (round($total/$linecount,2));

        // Cookie is not set
		echo '<ul id="rating" class="clearfix"><li><a rel="nofollow" href="/2014/05/vanity.php?rating=1&tweet=yes"><img src="/images/star';
        if ($averagerating<0.5){
            echo ("-on");
        }
        echo '.svg" height="86" width="86" alt="Rate 1 out of 5"></a><a rel="nofollow" href="/2014/05/vanity.php?rating=2&tweet=yes"><img src="/images/star';
        if ($averagerating<1.5){
            echo ("-on");
        }
        echo '.svg" height="86" width="86" alt="Rate 2 out of 5"></a><a rel="nofollow" href="/2014/05/vanity.php?rating=3&tweet=yes"><img src="/images/star';
        if ($averagerating<2.5){
            echo ("-on");
        }
        echo '.svg" height="86" width="86" alt="Rate 3 out of 5"></a><a rel="nofollow" href="/2014/05/vanity.php?rating=4&tweet=yes"><img src="/images/star';
        if ($averagerating<3.5){
            echo ("-on");
        }
        echo '.svg" height="86" width="86" alt="Rate 4 out of 5"></a><a rel="nofollow" href="/2014/05/vanity.php?rating=5&tweet=yes"><img src="/images/star';
        if ($averagerating<4.5){
            echo ("-on");
        }
        echo '.svg" height="86" width="86" alt="Rate 5 out of 5"></a></li></ul>';
        //echo ('cookie is not set');	
        
}

}

?>

<p>In conventional parlance, vanity is the excessive belief in one's own abilities or attractiveness to others.</p>]]></description>
         <link>http://www.twoplayer.net/2014/05/vanity.php</link>
         <guid>http://www.twoplayer.net/2014/05/vanity.php</guid>
         <pubDate>Sat, 10 May 2014 23:08:34 +0000</pubDate>
      </item>
            <item>
         <title>Movement in squares</title>
         <description><![CDATA[<p class="promo bigger"><img width="430" height="156" src="/images/movement.svg" alt="Movement in squares"></p>
<blockquote class="center"><p>"Chess can be described as the movement<br>of pieces eating one another."</p></blockquote>]]></description>
         <link>http://www.twoplayer.net/2014/02/movement_in_squares_iii.php</link>
         <guid>http://www.twoplayer.net/2014/02/movement_in_squares_iii.php</guid>
         <pubDate>Wed, 05 Feb 2014 15:21:51 +0000</pubDate>
      </item>
            <item>
         <title>Cause</title>
         <description><![CDATA[<canvas id="cause" width="430" height="430"></canvas>
<script type="text/javascript" src="/min/b=javascript&amp;f=cause.js"></script>
<p>A proximate cause is an event which is <em>closest</em> to, or immediately responsible for causing, some observed result. This exists in contrast to a higher-level ultimate cause (or <em>distal cause</em>) which is usually thought of as the "real" reason something occurred.</p>]]></description>
         <link>http://www.twoplayer.net/2014/01/cause.php</link>
         <guid>http://www.twoplayer.net/2014/01/cause.php</guid>
         <pubDate>Thu, 23 Jan 2014 16:16:52 +0000</pubDate>
      </item>
            <item>
         <title>Change</title>
         <description><![CDATA[<a href="/2013/09/change.php"><div class="cube1">
	<div></div>
	<div></div>
	<div></div>
	<div></div>
	<div></div>
	<div></div>
</div></a>
<a href="/2013/09/change.php"><div class="cube2">
	<div></div>
	<div></div>
	<div></div>
	<div></div>
	<div></div>
	<div></div>
</div></a>
<a href="/2013/09/change.php"><div class="cube3">
	<div></div>
	<div></div>
	<div></div>
	<div></div>
	<div></div>
	<div></div>
</div></a>

<blockquote class="center"><p>"It’s not about standing still and becoming safe.<br>If anybody wants to keep creating they have<br>to be about change."</p></blockquote>]]></description>
         <link>http://www.twoplayer.net/2013/09/change.php</link>
         <guid>http://www.twoplayer.net/2013/09/change.php</guid>
         <pubDate>Tue, 24 Sep 2013 10:31:18 +0000</pubDate>
      </item>
            <item>
         <title>Hieroglyphics</title>
         <description><![CDATA[<p><a class="tan-man" href="/2013/05/hieroglyphics.php"><span aria-hidden="true" class="icon-tan-man-01"></a></span><a class="tan-man" href="/2013/05/hieroglyphics.php"><span aria-hidden="true" class="icon-tan-man-02"></span></a><a class="tan-man" href="/2013/05/hieroglyphics.php"><span aria-hidden="true" class="icon-tan-man-03"></span></a><a class="tan-man" href="/2013/05/hieroglyphics.php"><span aria-hidden="true" class="icon-tan-man-04"></span></a><a class="tan-man" href="/2013/05/hieroglyphics.php"><span aria-hidden="true" class="icon-tan-man-05"></span></a><br><a class="tan-man" href="/2013/05/hieroglyphics.php"><span aria-hidden="true" class="icon-tan-man-06"></span></a><a class="tan-man" href="/2013/05/hieroglyphics.php"><span aria-hidden="true" class="icon-tan-man-07"></span></a><a class="tan-man" href="/2013/05/hieroglyphics.php"><span aria-hidden="true" class="icon-tan-man-08"></span></a><a class="tan-man" href="/2013/05/hieroglyphics.php"><span aria-hidden="true" class="icon-tan-man-09"></span></a><a class="tan-man" href="/2013/05/hieroglyphics.php"><span aria-hidden="true" class="icon-tan-man-10"></span></a><br><a class="tan-man" href="/2013/05/hieroglyphics.php"><span aria-hidden="true" class="icon-tan-man-11"></span></a><a class="tan-man" href="/2013/05/hieroglyphics.php"><span aria-hidden="true" class="icon-tan-man-12"></span></a><a class="tan-man" href="/2013/05/hieroglyphics.php"><span aria-hidden="true" class="icon-tan-man-13"></span></a><a class="tan-man" href="/2013/05/hieroglyphics.php"><span aria-hidden="true" class="icon-tan-man-14"></span></a><a class="tan-man" href="/2013/05/hieroglyphics.php"><span aria-hidden="true" class="icon-tan-man-15"></span></a></p>

<blockquote class="left"><p>"The written word is of course a symbol for something and in the case of a hieroglyphic language like Egyptian it may be a symbol for itself that is a picture of what it represents. This is not true in an alphabet language like English… we may forget that a written word <em>is an image</em> and that written words are images in sequence that is to say <em>moving pictures</em>."</p></blockquote>]]></description>
         <link>http://www.twoplayer.net/2013/05/hieroglyphics.php</link>
         <guid>http://www.twoplayer.net/2013/05/hieroglyphics.php</guid>
         <pubDate>Thu, 30 May 2013 09:53:00 +0000</pubDate>
      </item>
            <item>
         <title>Noughts and crosses</title>
         <description><![CDATA[<canvas onclick="play();" id="canvas" width="430" height="430"></canvas>
<p>A game that everybody knows. If you play correctly on a 5 x 5 grid you can never lose.</p>
<script type="text/javascript" src="/min/b=javascript&amp;f=noughts.js"></script>]]></description>
         <link>http://www.twoplayer.net/2013/04/noughts_and_crosses.php</link>
         <guid>http://www.twoplayer.net/2013/04/noughts_and_crosses.php</guid>
         <pubDate>Wed, 10 Apr 2013 16:37:41 +0000</pubDate>
      </item>
            <item>
         <title>Interaction of colour</title>
         <description><![CDATA[<?php
$myfile = "/home/fhlinux185/t/twoplayer.net/user/htdocs/interaction-of-colour/colour-pt2.txt";

$fh = fopen($myfile, 'r');
$colour = fgets($fh);
fclose($fh);

?>
<a class="promo bigger" href="/interaction-of-colour/colour-pt2.php?tweet=yes"><div id="infinity">&nbsp;</div></a>
<p>Perception of colour begins with specialized retinal cells containing pigments with different spectral sensitivities, known as cone cells. In humans, there are three types of cones sensitive to three different spectra, resulting in trichromatic colour vision.</p>]]></description>
         <link>http://www.twoplayer.net/2013/04/interaction_of_colour_1.php</link>
         <guid>http://www.twoplayer.net/2013/04/interaction_of_colour_1.php</guid>
         <pubDate>Tue, 02 Apr 2013 13:06:19 +0000</pubDate>
      </item>
            <item>
         <title>Shape sorter</title>
         <description><![CDATA[<ul id="sortable" class="clearfix">
    <li class="blue"><img src="/images/symbols-cross.png" width="86" height="86" alt=""></li>
    <li class="orange"><img src="/images/symbols-cross.png" width="86" height="86" alt=""></li>
    <li class="green"><img src="/images/symbols-cross.png" width="86" height="86" alt=""></li>
    <li class="pink"><img src="/images/symbols-cross.png" width="86" height="86" alt=""></li>
    <li class="yellow"><img src="/images/symbols-cross.png" width="86" height="86" alt=""></li>
    <li class="orange"><img src="/images/symbols-circle.png" width="86" height="86" alt=""></li>
    <li class="green"><img src="/images/symbols-circle.png" width="86" height="86" alt=""></li>
    <li class="pink"><img src="/images/symbols-circle.png" width="86" height="86" alt=""></li>
    <li class="yellow"><img src="/images/symbols-circle.png" width="86" height="86" alt=""></li>
    <li class="blue"><img src="/images/symbols-circle.png" width="86" height="86" alt=""></li>
    <li class="green"><img src="/images/symbols-triangle1.png" width="86" height="86" alt=""></li>
    <li class="pink"><img src="/images/symbols-triangle1.png" width="86" height="86" alt=""></li>
    <li class="yellow"><img src="/images/symbols-triangle1.png" width="86" height="86" alt=""></li>
    <li class="blue"><img src="/images/symbols-triangle1.png" width="86" height="86" alt=""></li>
    <li class="orange"><img src="/images/symbols-triangle1.png" width="86" height="86" alt=""></li>
    <li class="pink"><img src="/images/symbols-square.png" width="86" height="86" alt=""></li>
    <li class="yellow"><img src="/images/symbols-square.png" width="86" height="86" alt=""></li>
    <li class="blue"><img src="/images/symbols-square.png" width="86" height="86" alt=""></li>
    <li class="orange"><img src="/images/symbols-square.png" width="86" height="86" alt=""></li>
    <li class="green"><img src="/images/symbols-square.png" width="86" height="86" alt=""></li>
    <li class="yellow"><img src="/images/symbols-triangle2.png" width="86" height="86" alt=""></li>
    <li class="blue"><img src="/images/symbols-triangle2.png" width="86" height="86" alt=""></li>
    <li class="orange"><img src="/images/symbols-triangle2.png" width="86" height="86" alt=""></li>
    <li class="green"><img src="/images/symbols-triangle2.png" width="86" height="86" alt=""></li>
    <li class="pink"><img src="/images/symbols-triangle2.png" width="86" height="86" alt=""></li>
</ul>
<script type="text/javascript" src="/min/b=javascript&amp;f=jquery-ui.custom.js,sortable.js,jquery.ui.touch-punch.min.js"></script>
<p>Sorting is any process of arranging items in some sequence and/or in different sets, and accordingly, it has two common, yet distinct meanings:</p>
<ol>
<li>Arranging items of the same kind, class, nature, etc. in some ordered sequence</li>
<li>Grouping and labelling items with similar properties together (by sorts)</li>
</ol>]]></description>
         <link>http://www.twoplayer.net/2012/11/shape_sorter.php</link>
         <guid>http://www.twoplayer.net/2012/11/shape_sorter.php</guid>
         <pubDate>Tue, 06 Nov 2012 12:44:29 +0000</pubDate>
      </item>
            <item>
         <title>Combination puzzle</title>
         <description><![CDATA[<canvas id="puzzle" width="430" height="430"></canvas>
<script type="text/javascript" src="/min/b=javascript&amp;f=sliding.js"></script>
<p>A combination puzzle, also known as a sequential move puzzle, is a puzzle which consists of a set of pieces which can be manipulated into different combinations by a group of operations. The above puzzle is solved when no tile design is repeated in any row or column.</p>]]></description>
         <link>http://www.twoplayer.net/2012/11/combination_puzzle.php</link>
         <guid>http://www.twoplayer.net/2012/11/combination_puzzle.php</guid>
         <pubDate>Thu, 01 Nov 2012 10:30:41 +0000</pubDate>
      </item>
            <item>
         <title>Run</title>
         <description><![CDATA[<a class="promo bigger" href="/2012/10/run.php">
<div id="run">
<div class="tb" id="tb-1"></div>
<div class="tb-180" id="tb-2"></div>
<div class="ts-225" id="ts-1"></div>
<div class="ts-315" id="ts-2"></div>
<div class="tm-45" id="tm-1"></div>
<div class="p-135" id="p-1"><div></div><div></div></div>
<div class="s-45" id="s-1"><div></div><div></div></div>
</div>
</a>
<blockquote class="center"><p>"I am going to make a name for myself.<br>If I fail, you will never hear of me again."</p></blockquote>]]></description>
         <link>http://www.twoplayer.net/2012/10/run.php</link>
         <guid>http://www.twoplayer.net/2012/10/run.php</guid>
         <pubDate>Wed, 31 Oct 2012 13:05:03 +0000</pubDate>
      </item>
            <item>
         <title>Interaction of colour</title>
         <description><![CDATA[<?php
$myfile = "/home/fhlinux185/t/twoplayer.net/user/htdocs/interaction-of-colour/colour.txt";
$fh = fopen($myfile, 'r');
$colour = fread($fh, 7);
fclose($fh);
?>
<p class="promo bigger"><a href="/interaction-of-colour/colour.php?tweet=yes"><img src="/images/albers.png" alt="Homage to the square" width="430" height="430" style="background: <?php echo $colour; ?>;"></a></p>
<blockquote class="left"><p>"As it is with people in our daily life, so it is with colour. We change, correct, or reverse our opinions about colours, and this change of opinion may shift<br>forth and back."</p></blockquote>]]></description>
         <link>http://www.twoplayer.net/2012/10/interaction_of_colour.php</link>
         <guid>http://www.twoplayer.net/2012/10/interaction_of_colour.php</guid>
         <pubDate>Wed, 17 Oct 2012 20:39:50 +0000</pubDate>
      </item>
            <item>
         <title>Latin squares</title>
         <description><![CDATA[<div id="latin" class="clearfix"><a href="http://www.twoplayer.net/2012/09/latin_squares.php">
<script src="http://www.twoplayer.net/min/b=javascript&amp;f=latin-squares.js"></script>
<img src="/images/latin-arrow.png" height="430" width="430" alt="" class="arrow">
</a></div>
<blockquote class="center"><p>"Now I will have less distraction."</p></blockquote>]]></description>
         <link>http://www.twoplayer.net/2012/09/latin_squares.php</link>
         <guid>http://www.twoplayer.net/2012/09/latin_squares.php</guid>
         <pubDate>Wed, 05 Sep 2012 11:05:18 +0000</pubDate>
      </item>
            <item>
         <title>Seven boards of skill</title>
         <description><![CDATA[<p class="promo bigger"><a href="/2012/03/tangram.php"><img src="/images/tangram.svg" alt="Tangram" width="430" height="430"></a></p>
<p>The tangram is a dissection puzzle consisting of seven flat shapes, called tans, which are put together to form shapes. The objective of the puzzle is to form a specific shape using all seven pieces, which may not overlap.</p>
<div class="cl"></div>]]></description>
         <link>http://www.twoplayer.net/2012/03/tangram.php</link>
         <guid>http://www.twoplayer.net/2012/03/tangram.php</guid>
         <pubDate>Tue, 27 Mar 2012 17:23:57 +0000</pubDate>
      </item>
            <item>
         <title>Movement in squares</title>
         <description><![CDATA[<p class="promo bigger"><a href="/movement-in-squares/squares-pt2.php"><img src="/images/movement-in-squares.svg" alt="Movement in squares - pt2" width="430" height="336" /></a></p>
<blockquote class="center"><p>"Chess can be described as the movement<br>of pieces eating one another."</p></blockquote>]]></description>
         <link>http://www.twoplayer.net/2012/03/movement_in_squares_1.php</link>
         <guid>http://www.twoplayer.net/2012/03/movement_in_squares_1.php</guid>
         <pubDate>Thu, 22 Mar 2012 17:31:55 +0000</pubDate>
      </item>
            <item>
         <title>Traffic news</title>
         <description><![CDATA[<p class="promo bigger"><a href="/traffic/news.php"><img src="/images/traffic.svg" alt="Latest traffic news in the UK" width="430" height="335" /></a></p>]]></description>
         <link>http://www.twoplayer.net/2011/11/traffic_news.php</link>
         <guid>http://www.twoplayer.net/2011/11/traffic_news.php</guid>
         <pubDate>Tue, 08 Nov 2011 12:09:50 +0000</pubDate>
      </item>
            <item>
         <title>Fate</title>
         <description><![CDATA[<p class="promo bigger"><a href="http://www.twoplayer.net/riley/fate.php"><img src="/images/fete-2016.svg" alt=" Fate" width="430" height="430" /></a></p>
<div class="cl"></div>
<blockquote class="center"><p>"People like us, who believe in physics, know that the distinction between past, present, and future is only a stubbornly persistent illusion."</p></blockquote>
]]></description>
         <link>http://www.twoplayer.net/2011/10/fate.php</link>
         <guid>http://www.twoplayer.net/2011/10/fate.php</guid>
         <pubDate>Wed, 26 Oct 2011 10:31:03 +0000</pubDate>
      </item>
            <item>
         <title>Identity crisis</title>
         <description><![CDATA[<p class="promo bigger"><figure><a href="/2010/07/identity_crisis.php"><img src="/images/bbc2-logo.png" alt="BBC2 logo" width="430" height="284" /></a><figcaption>BBC2 logo</figcaption></figure></p>
<p>An identity crisis is a term in an epigenetic and social psychological theory in which an individual loses a sense of personal sameness and historical continuity. The term was coined by the psychologist Erik Erikson. According to Erikson, an identity crisis is a time of intensive analysis and exploration of different ways of looking at oneself.</p>
<div class="cl"></div>]]></description>
         <link>http://www.twoplayer.net/2010/07/identity_crisis.php</link>
         <guid>http://www.twoplayer.net/2010/07/identity_crisis.php</guid>
         <pubDate>Fri, 02 Jul 2010 07:58:22 +0000</pubDate>
      </item>
            <item>
         <title>Oblique strategies</title>
         <description><![CDATA[<p class="promo bigger"><a href="/oblique-strategies/strategy.php"><img height="380" width="430" alt="Cycloid IV" src="/images/cycloid-iv.svg"></a></p>
<p>The Oblique Strategies constitute a set of over 100 cards, each of which is a suggestion of a course of action or thinking to assist in creative situations.</p>]]></description>
         <link>http://www.twoplayer.net/2010/03/oblique_strategies.php</link>
         <guid>http://www.twoplayer.net/2010/03/oblique_strategies.php</guid>
         <pubDate>Tue, 09 Mar 2010 20:13:13 +0000</pubDate>
      </item>
            <item>
         <title>Street Sounds Electro</title>
         <description><![CDATA[<p class="promo bigger"><figure><a href="/2010/02/street_sounds_electro.php"><img src="/images/street-sounds-electro.png" alt="Street Sounds Electro" width="430" height="430"></a><figcaption>Street Sounds Electro</figcaption></figure></p>
<p>Designed by John Carver and Red Ranch, the Street Sounds Electro sleeves eventually went on to inspire an electro cover of The Face magazine by Neville Brody. Perhaps overshadowed at the time by the music that the records carried, the Street Sounds sleeves were undoubtedly part of their success.</p>
<div class="cl"></div>]]></description>
         <link>http://www.twoplayer.net/2010/02/street_sounds_electro.php</link>
         <guid>http://www.twoplayer.net/2010/02/street_sounds_electro.php</guid>
         <pubDate>Sun, 21 Feb 2010 10:22:41 +0000</pubDate>
      </item>
            <item>
         <title>Orbison illusion</title>
         <description><![CDATA[<p class="promo bigger"><a href="/optical-illusions/orbison-illusion.php"><img src="/images/orbison-teaser.png" alt="Orbison illusion" width="430" height="330"></a></p>
<p>The Orbison illusion is an optical illusion that was first described by the psychologist William Orbison in 1939. The bounding rectangle and inner squares both appear distorted in the presence of the radiating lines. The background gives us the impression there is some sort of perspective. As a result, our brain sees the shapes distorted.</p>]]></description>
         <link>http://www.twoplayer.net/2009/10/orbison_illusion.php</link>
         <guid>http://www.twoplayer.net/2009/10/orbison_illusion.php</guid>
         <pubDate>Thu, 01 Oct 2009 15:55:25 +0000</pubDate>
      </item>
            <item>
         <title>Movement in squares</title>
         <description><![CDATA[<p class="promo bigger"><a href="/movement-in-squares/squares.php"><img src="/images/movement-in-squares.svg" alt="Movement in squares - pt1" width="430" height="336" /></a></p>
<blockquote class="center"><p>"Chess can be described as the movement<br>of pieces eating one another."</p></blockquote>
]]></description>
         <link>http://www.twoplayer.net/2009/06/movement_in_squares.php</link>
         <guid>http://www.twoplayer.net/2009/06/movement_in_squares.php</guid>
         <pubDate>Mon, 08 Jun 2009 20:17:17 +0000</pubDate>
      </item>
            <item>
         <title>2012 Olympics logo</title>
         <description><![CDATA[<p class="promo bigger"><figure><a href="/2009/04/2012_olympics_logo.php"><img src="/images/2012-olympics-logo.png" alt="2012 Olympics logo" width="430" height="430"></a><figcaption>2012 Olympics logo</figcaption></figure></p>
<p>Designed by brand consultants Wolff Olins, the 2012 Olympics logo was hailed as "dynamic" and "vibrant" by organisers. A segment of animated footage released at the same time as the logo design, caused seizures in a number of people who suffer from photosensitive epilepsy.</p>
<div class="cl"></div>]]></description>
         <link>http://www.twoplayer.net/2009/04/2012_olympics_logo.php</link>
         <guid>http://www.twoplayer.net/2009/04/2012_olympics_logo.php</guid>
         <pubDate>Fri, 24 Apr 2009 12:13:08 +0000</pubDate>
      </item>
      
   </channel>
</rss>