<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>ISN by Noé Perrot</title>
      <link>https://padlet.com/noeperrot2018/isnelorn</link>
      <description></description>
      <language>en-us</language>
      <pubDate>2018-02-07 14:25:13 UTC</pubDate>
      <lastBuildDate>2025-11-06 05:51:04 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>https://padlet-assets.s3.amazonaws.com/icons/Ninja.png</url>
      </image>
      <item>
         <title>Début codage</title>
         <author>noeperrot2018</author>
         <link>https://padlet.com/noeperrot2018/isnelorn/wish/231511544</link>
         <description><![CDATA[<div>import pygame<br>from pygame.locals import*<br><br>pygame.init()<br><br>fenetre=pygame.display.set_mode((1200,750))<br><br>fond=pygame.image.load("Fondjeu.JPG")<br>fenetre.blit(fond,(0,0))<br><br><br>while True:<br>    pygame.draw.line(fenetre, (255,0,0), (50,50), (75,75), True)<br>    pygame.display.update()</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-02-14 14:54:01 UTC</pubDate>
         <guid>https://padlet.com/noeperrot2018/isnelorn/wish/231511544</guid>
      </item>
      <item>
         <title>codage test à rectifier</title>
         <author>noeperrot2018</author>
         <link>https://padlet.com/noeperrot2018/isnelorn/wish/231531582</link>
         <description><![CDATA[<div>import pygame<br>from pygame.locals import*<br><br>pygame.init()<br><br>fenetre=pygame.display.set_mode((720,720))<br><br>fond=pygame.image.load("Fondjeu.PNG")<br>fenetre.blit(fond,(0,0))<br><br><br><br>while True:<br>    for i in range(1,721,50):<br>        for j in range(1,721,50):<br>            pygame.draw.line(fenetre, (255,0,0), (0,i), (j,50), True)<br>            j=j+50<br>            i=i+50<br>    pygame.display.update()<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2018-02-14 15:24:15 UTC</pubDate>
         <guid>https://padlet.com/noeperrot2018/isnelorn/wish/231531582</guid>
      </item>
   </channel>
</rss>
