<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Codding a robot in Firefox Labs</title>
    <link>https://connect.mozilla.org/t5/firefox-labs/codding-a-robot/m-p/118332#M4987</link>
    <description>&lt;P&gt;console.log("Initializing robot game...");&lt;/P&gt;&lt;P&gt;// Step 1: Create the robot object&lt;BR /&gt;let robot = {&lt;BR /&gt;name: "Robo-ING",&lt;BR /&gt;x: 0, // starting position X&lt;BR /&gt;y: 0, // starting position Y&lt;BR /&gt;move: function(direction) {&lt;BR /&gt;if(direction === "up") this.y += 1;&lt;BR /&gt;else if(direction === "down") this.y -= 1;&lt;BR /&gt;else if(direction === "left") this.x -= 1;&lt;BR /&gt;else if(direction === "right") this.x += 1;&lt;BR /&gt;console.log(`${this.name} moved ${direction} to (${this.x}, ${this.y})`);&lt;BR /&gt;}&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;console.log("Robot created:", robot.name);&lt;/P&gt;</description>
    <pubDate>Sat, 21 Feb 2026 01:51:56 GMT</pubDate>
    <dc:creator>Michael_koroma</dc:creator>
    <dc:date>2026-02-21T01:51:56Z</dc:date>
    <item>
      <title>Codding a robot</title>
      <link>https://connect.mozilla.org/t5/firefox-labs/codding-a-robot/m-p/118331#M4986</link>
      <description>&lt;P&gt;Console.log("Hello world");&lt;/P&gt;&lt;P&gt;console.log("Initializing robot game...");&lt;/P&gt;&lt;P&gt;// Step 1: Create the robot object&lt;BR /&gt;let robot = {&lt;BR /&gt;name: "Robo-ING",&lt;BR /&gt;x: 0, // starting position X&lt;BR /&gt;y: 0, // starting position Y&lt;BR /&gt;move: function(direction) {&lt;BR /&gt;if(direction === "up") this.y += 1;&lt;BR /&gt;else if(direction === "down") this.y -= 1;&lt;BR /&gt;else if(direction === "left") this.x -= 1;&lt;BR /&gt;else if(direction === "right") this.x += 1;&lt;BR /&gt;console.log(`${this.name} moved ${direction} to (${this.x}, ${this.y})`);&lt;BR /&gt;}&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;console.log("Robot created:", robot.name);&lt;/P&gt;</description>
      <pubDate>Sat, 21 Feb 2026 01:50:52 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/firefox-labs/codding-a-robot/m-p/118331#M4986</guid>
      <dc:creator>Michael_koroma</dc:creator>
      <dc:date>2026-02-21T01:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: Codding a robot</title>
      <link>https://connect.mozilla.org/t5/firefox-labs/codding-a-robot/m-p/118332#M4987</link>
      <description>&lt;P&gt;console.log("Initializing robot game...");&lt;/P&gt;&lt;P&gt;// Step 1: Create the robot object&lt;BR /&gt;let robot = {&lt;BR /&gt;name: "Robo-ING",&lt;BR /&gt;x: 0, // starting position X&lt;BR /&gt;y: 0, // starting position Y&lt;BR /&gt;move: function(direction) {&lt;BR /&gt;if(direction === "up") this.y += 1;&lt;BR /&gt;else if(direction === "down") this.y -= 1;&lt;BR /&gt;else if(direction === "left") this.x -= 1;&lt;BR /&gt;else if(direction === "right") this.x += 1;&lt;BR /&gt;console.log(`${this.name} moved ${direction} to (${this.x}, ${this.y})`);&lt;BR /&gt;}&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;console.log("Robot created:", robot.name);&lt;/P&gt;</description>
      <pubDate>Sat, 21 Feb 2026 01:51:56 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/firefox-labs/codding-a-robot/m-p/118332#M4987</guid>
      <dc:creator>Michael_koroma</dc:creator>
      <dc:date>2026-02-21T01:51:56Z</dc:date>
    </item>
  </channel>
</rss>

