<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Minor Keith</title>
    <description>The latest articles on DEV Community by Minor Keith (@peculiarengineer).</description>
    <link>https://dev.to/peculiarengineer</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3650865%2F3759f803-6cf3-4025-88c5-2130f947ae79.png</url>
      <title>DEV Community: Minor Keith</title>
      <link>https://dev.to/peculiarengineer</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/peculiarengineer"/>
    <language>en</language>
    <item>
      <title>I built Pong from scratch in LÖVE and Lua (a two part series)</title>
      <dc:creator>Minor Keith</dc:creator>
      <pubDate>Wed, 01 Jul 2026 02:12:12 +0000</pubDate>
      <link>https://dev.to/peculiarengineer/i-built-pong-from-scratch-in-love-and-lua-a-two-part-series-8mn</link>
      <guid>https://dev.to/peculiarengineer/i-built-pong-from-scratch-in-love-and-lua-a-two-part-series-8mn</guid>
      <description>&lt;p&gt;I wrote a two part series on building Pong from scratch in LÖVE and Lua. If you've never made a game before, I think it's a nice place to start.&lt;/p&gt;

&lt;p&gt;Part one is the whole game in two short files: the loop, delta time,&lt;br&gt;
collision, scoring, a title screen, and sound generated in code so there are no audio files to ship. &lt;/p&gt;

&lt;p&gt;Part two adds a one player mode by writing a computer opponent.&lt;/p&gt;

&lt;p&gt;Part 1: &lt;a href="https://peculiarengineer.com/blog/make-pong-with-love2d-and-lua/" rel="noopener noreferrer"&gt;https://peculiarengineer.com/blog/make-pong-with-love2d-and-lua/&lt;/a&gt;&lt;br&gt;
Part 2: &lt;a href="https://peculiarengineer.com/blog/pong-computer-opponent-love2d-lua/" rel="noopener noreferrer"&gt;https://peculiarengineer.com/blog/pong-computer-opponent-love2d-lua/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>lua</category>
      <category>gamedev</category>
      <category>beginners</category>
      <category>tutorial</category>
    </item>
  </channel>
</rss>
