<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type="text/xsl" href="rss.xsl"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>Custom P5.js Docs Blog</title>
        <link>https://p5js.docs.coolcolby.me/blog</link>
        <description>Custom P5.js Docs Blog</description>
        <lastBuildDate>Sun, 18 Jan 2026 00:00:00 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <item>
            <title><![CDATA[New Tutorials Available!]]></title>
            <link>https://p5js.docs.coolcolby.me/blog/new-tutorials-announcement</link>
            <guid>https://p5js.docs.coolcolby.me/blog/new-tutorials-announcement</guid>
            <pubDate>Sun, 18 Jan 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Exciting news! I've just added four new tutorial collections to Custom P5.js Docs! 🎉]]></description>
            <content:encoded><![CDATA[<p>Exciting news! I've just added <strong>four new tutorial collections</strong> to Custom P5.js Docs! 🎉</p>
<p>Whether you're looking to learn fundamental p5.js concepts or build classic arcade games, these new tutorials have you covered. From essential building blocks to complete game projects, there's something for everyone.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="whats-new">What's New?<a href="https://p5js.docs.coolcolby.me/blog/new-tutorials-announcement#whats-new" class="hash-link" aria-label="Direct link to What's New?" title="Direct link to What's New?" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="-common-elements-reference">🎯 Common Elements Reference<a href="https://p5js.docs.coolcolby.me/blog/new-tutorials-announcement#-common-elements-reference" class="hash-link" aria-label="Direct link to 🎯 Common Elements Reference" title="Direct link to 🎯 Common Elements Reference" translate="no">​</a></h3>
<p>The <strong><a class="" href="https://p5js.docs.coolcolby.me/docs/elements/intro">Common Elements</a></strong> section is a comprehensive reference guide covering the most frequently used p5.js features in game development. Think of it as your quick-lookup handbook!</p>
<p><strong>What's included:</strong></p>
<ul>
<li class=""><strong><a class="" href="https://p5js.docs.coolcolby.me/docs/elements/Mouse-Click">Mouse &amp; Click</a></strong> - Detecting clicks, tracking mouse position, and creating interactive elements</li>
<li class=""><strong><a class="" href="https://p5js.docs.coolcolby.me/docs/elements/Keyboard">Keyboard Input</a></strong> - Responding to key presses and creating controls</li>
<li class=""><strong><a class="" href="https://p5js.docs.coolcolby.me/docs/elements/Images">Images &amp; Sprites</a></strong> - Loading and displaying images for your games</li>
<li class=""><strong><a class="" href="https://p5js.docs.coolcolby.me/docs/elements/Colors-Shapes">Colors &amp; Shapes</a></strong> - Drawing and styling visual elements</li>
<li class=""><strong><a class="" href="https://p5js.docs.coolcolby.me/docs/elements/Text-Fonts">Text &amp; Fonts</a></strong> - Displaying text and custom fonts</li>
<li class=""><strong><a class="" href="https://p5js.docs.coolcolby.me/docs/elements/Sound">Sound Effects</a></strong> - Adding audio to enhance your games</li>
<li class=""><strong><a class="" href="https://p5js.docs.coolcolby.me/docs/elements/Collision">Collision Detection</a></strong> - Detecting when objects overlap or touch</li>
<li class=""><strong><a class="" href="https://p5js.docs.coolcolby.me/docs/elements/Random">Random &amp; Noise</a></strong> - Creating randomness and natural variation</li>
<li class=""><strong><a class="" href="https://p5js.docs.coolcolby.me/docs/elements/Saving-Loading">Saving &amp; Loading Data</a></strong> - Storing progress and game state</li>
</ul>
<p>These aren't full tutorials—they're <strong>quick reference guides</strong> you can use while building your own projects. Perfect for looking up syntax, finding examples, or learning best practices!</p>
<p><a class="" href="https://p5js.docs.coolcolby.me/docs/elements/intro">Explore Common Elements →</a></p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="-pong-tutorial">🏓 Pong Tutorial<a href="https://p5js.docs.coolcolby.me/blog/new-tutorials-announcement#-pong-tutorial" class="hash-link" aria-label="Direct link to 🏓 Pong Tutorial" title="Direct link to 🏓 Pong Tutorial" translate="no">​</a></h3>
<p>Build the legendary arcade classic! Create a two-player tennis-style game with paddles, a bouncing ball, and score tracking.</p>
<p><strong>What you'll learn:</strong></p>
<ul>
<li class="">Game physics and velocity</li>
<li class="">Collision detection between objects</li>
<li class="">Two-player input handling (W/S keys and arrow keys)</li>
<li class="">Score systems and win conditions</li>
<li class="">Game restart functionality</li>
</ul>
<p><strong>Tutorial includes:</strong></p>
<ul>
<li class="">7 progressive steps from setup to polished game</li>
<li class="">Paddle movement with boundary checking</li>
<li class="">Realistic ball physics and bouncing</li>
<li class="">Complete scoring system</li>
<li class="">Game over detection</li>
</ul>
<p><a class="" href="https://p5js.docs.coolcolby.me/docs/pong/Getting-Started">Start Pong Tutorial →</a></p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="-tic-tac-toe-tutorial">❌⭕ Tic Tac Toe Tutorial<a href="https://p5js.docs.coolcolby.me/blog/new-tutorials-announcement#-tic-tac-toe-tutorial" class="hash-link" aria-label="Direct link to ❌⭕ Tic Tac Toe Tutorial" title="Direct link to ❌⭕ Tic Tac Toe Tutorial" translate="no">​</a></h3>
<p>Create the classic strategy game where two players compete to get three in a row!</p>
<p><strong>What you'll learn:</strong></p>
<ul>
<li class="">Grid-based game boards</li>
<li class="">Click detection and player turns</li>
<li class="">Game state management</li>
<li class="">Win condition checking (rows, columns, diagonals)</li>
<li class="">Draw detection</li>
</ul>
<p><strong>Tutorial includes:</strong></p>
<ul>
<li class="">5 step-by-step lessons</li>
<li class="">Interactive grid system</li>
<li class="">Turn-based gameplay</li>
<li class="">Complete win detection logic</li>
<li class="">Visual feedback for moves</li>
</ul>
<p><a class="" href="https://p5js.docs.coolcolby.me/docs/tictactoe/Getting-Started">Start Tic Tac Toe Tutorial →</a></p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="-matching-game-tutorial">🃏 Matching Game Tutorial<a href="https://p5js.docs.coolcolby.me/blog/new-tutorials-announcement#-matching-game-tutorial" class="hash-link" aria-label="Direct link to 🃏 Matching Game Tutorial" title="Direct link to 🃏 Matching Game Tutorial" translate="no">​</a></h3>
<p>Build a memory card-matching game! Flip cards to find matching pairs in this engaging puzzle game.</p>
<p><strong>What you'll learn:</strong></p>
<ul>
<li class="">Card state management (hidden, revealed, matched)</li>
<li class="">Array manipulation and shuffling</li>
<li class="">Click detection on grid items</li>
<li class="">Pair matching logic</li>
<li class="">Animation timing and delays</li>
</ul>
<p><strong>Tutorial includes:</strong></p>
<ul>
<li class="">4 detailed steps</li>
<li class="">Card flipping mechanics</li>
<li class="">Matching pair detection</li>
<li class="">Complete game logic</li>
<li class="">Timer and move counter ideas</li>
</ul>
<p><a class="" href="https://p5js.docs.coolcolby.me/docs/matching-game/Getting-Started">Start Matching Game Tutorial →</a></p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="this-is-just-the-beginning">This is Just the Beginning!<a href="https://p5js.docs.coolcolby.me/blog/new-tutorials-announcement#this-is-just-the-beginning" class="hash-link" aria-label="Direct link to This is Just the Beginning!" title="Direct link to This is Just the Beginning!" translate="no">​</a></h2>
<p>These new tutorials are part of my ongoing commitment to help you learn game development with p5.js. Each tutorial teaches different concepts and techniques that you can mix and match in your own projects.</p>
<p><strong>More tutorials are on the way!</strong> I'm already working on additional games and concepts to add to this collection. Future tutorials will cover:</p>
<ul>
<li class="">Advanced game mechanics</li>
<li class="">More arcade classics</li>
<li class="">Creative coding projects</li>
<li class="">Multiplayer concepts</li>
<li class="">And much more!</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="how-to-use-these-resources">How to Use These Resources<a href="https://p5js.docs.coolcolby.me/blog/new-tutorials-announcement#how-to-use-these-resources" class="hash-link" aria-label="Direct link to How to Use These Resources" title="Direct link to How to Use These Resources" translate="no">​</a></h2>
<p>Here's my recommended approach:</p>
<ol>
<li class=""><strong>Start with the basics</strong> - If you're new, check out the <a class="" href="https://p5js.docs.coolcolby.me/docs/intro">intro tutorial</a> first</li>
<li class=""><strong>Reference as needed</strong> - Use the <a class="" href="https://p5js.docs.coolcolby.me/docs/elements/intro">Common Elements</a> guides while building</li>
<li class=""><strong>Pick a project</strong> - Choose Pong, Tic Tac Toe, or Matching based on what interests you</li>
<li class=""><strong>Build and experiment</strong> - Follow the steps, but don't be afraid to customize and explore</li>
<li class=""><strong>Combine concepts</strong> - Mix techniques from different tutorials to create something unique</li>
</ol>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="learning-tips">Learning Tips<a href="https://p5js.docs.coolcolby.me/blog/new-tutorials-announcement#learning-tips" class="hash-link" aria-label="Direct link to Learning Tips" title="Direct link to Learning Tips" translate="no">​</a></h2>
<p>To get the most out of these tutorials:</p>
<ul>
<li class=""><strong>Type, don't copy</strong> - Typing code helps build muscle memory and understanding</li>
<li class=""><strong>Test frequently</strong> - Run your code after adding each section</li>
<li class=""><strong>Experiment often</strong> - Change values, break things, fix them—that's how you learn!</li>
<li class=""><strong>Start simple</strong> - Complete the basic version first, then add your own features</li>
<li class=""><strong>Have patience</strong> - Everyone makes mistakes. Debugging is part of learning!</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="what-makes-these-different">What Makes These Different?<a href="https://p5js.docs.coolcolby.me/blog/new-tutorials-announcement#what-makes-these-different" class="hash-link" aria-label="Direct link to What Makes These Different?" title="Direct link to What Makes These Different?" translate="no">​</a></h2>
<p>Like all tutorials on this site, these new additions feature:</p>
<ul>
<li class=""><strong>No prerequisites beyond basics</strong> - Start with minimal p5.js knowledge</li>
<li class=""><strong>Detailed explanations</strong> - Understand <em>why</em> code works, not just <em>what</em> it does</li>
<li class=""><strong>Progressive structure</strong> - Build complexity gradually with each step</li>
<li class=""><strong>Complete code provided</strong> - Reference when needed, but try typing first</li>
<li class=""><strong>Customization suggestions</strong> - Ideas for making each project your own</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="quick-links">Quick Links<a href="https://p5js.docs.coolcolby.me/blog/new-tutorials-announcement#quick-links" class="hash-link" aria-label="Direct link to Quick Links" title="Direct link to Quick Links" translate="no">​</a></h2>
<p>Jump right in:</p>
<ul>
<li class="">🎯 <a class="" href="https://p5js.docs.coolcolby.me/docs/elements/intro">Common Elements Reference</a></li>
<li class="">🏓 <a class="" href="https://p5js.docs.coolcolby.me/docs/pong/Getting-Started">Pong Tutorial</a></li>
<li class="">❌⭕ <a class="" href="https://p5js.docs.coolcolby.me/docs/tictactoe/Getting-Started">Tic Tac Toe Tutorial</a></li>
<li class="">🃏 <a class="" href="https://p5js.docs.coolcolby.me/docs/matching-game/Getting-Started">Matching Game Tutorial</a></li>
</ul>
<p>Or review the original tutorials:</p>
<ul>
<li class="">🍪 <a class="" href="https://p5js.docs.coolcolby.me/docs/cookie/Getting-Started">Cookie Clicker Tutorial</a></li>
<li class="">🐛 <a class="" href="https://p5js.docs.coolcolby.me/docs/worm/Getting-Started">Worm Tutorial</a></li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="feedback-welcome">Feedback Welcome!<a href="https://p5js.docs.coolcolby.me/blog/new-tutorials-announcement#feedback-welcome" class="hash-link" aria-label="Direct link to Feedback Welcome!" title="Direct link to Feedback Welcome!" translate="no">​</a></h2>
<p>I'm always looking to improve and expand these tutorials. If you have:</p>
<ul>
<li class="">Questions about any tutorial</li>
<li class="">Suggestions for new games or topics</li>
<li class="">Ideas for improvements</li>
<li class="">Bugs or issues to report</li>
</ul>
<p>Feel free to reach out through <a href="https://coolcolby.me/" target="_blank" rel="noopener noreferrer" class="">my website</a>!</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="lets-keep-building">Let's Keep Building!<a href="https://p5js.docs.coolcolby.me/blog/new-tutorials-announcement#lets-keep-building" class="hash-link" aria-label="Direct link to Let's Keep Building!" title="Direct link to Let's Keep Building!" translate="no">​</a></h2>
<p>Game development is an incredible journey. With six complete tutorials and a comprehensive reference guide, you now have plenty of material to learn from and build upon.</p>
<p>Remember: every expert was once a beginner. Start small, experiment often, and most importantly—<strong>have fun creating</strong>! 🎮</p>
<p>Ready to try something new? Pick a tutorial and start building!</p>
<p>Happy coding!<br>
<strong>Colby</strong></p>
<hr>
<p><em>New tutorials:</em></p>
<ul>
<li class=""><a class="" href="https://p5js.docs.coolcolby.me/docs/elements/intro">Common Elements Reference →</a></li>
<li class=""><a class="" href="https://p5js.docs.coolcolby.me/docs/pong/Getting-Started">Pong Tutorial →</a></li>
<li class=""><a class="" href="https://p5js.docs.coolcolby.me/docs/tictactoe/Getting-Started">Tic Tac Toe Tutorial →</a></li>
<li class=""><a class="" href="https://p5js.docs.coolcolby.me/docs/matching-game/Getting-Started">Matching Game Tutorial →</a></li>
</ul>]]></content:encoded>
            <category>Announcements</category>
            <category>Tutorials</category>
            <category>Pong</category>
            <category>Tic Tac Toe</category>
            <category>Matching Game</category>
            <category>Common Elements</category>
        </item>
        <item>
            <title><![CDATA[Welcome to Custom P5.js Docs!]]></title>
            <link>https://p5js.docs.coolcolby.me/blog/first-blog-post</link>
            <guid>https://p5js.docs.coolcolby.me/blog/first-blog-post</guid>
            <pubDate>Sat, 17 Jan 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Welcome to Custom P5.js Docs - your new resource for learning game development with p5.js!]]></description>
            <content:encoded><![CDATA[<p>Welcome to <strong>Custom P5.js Docs</strong> - your new resource for learning game development with p5.js!</p>
<p>I'm excited to launch this documentation site with our first two complete game tutorials. Whether you're a beginner just learning to code or looking to build your first games, these step-by-step guides will help you create fun, playable games from scratch.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="what-is-this-site">What is This Site?<a href="https://p5js.docs.coolcolby.me/blog/first-blog-post#what-is-this-site" class="hash-link" aria-label="Direct link to What is This Site?" title="Direct link to What is This Site?" translate="no">​</a></h2>
<p>Custom P5.js Docs provides <strong>beginner-friendly, step-by-step tutorials</strong> for building games using p5.js. Each tutorial is designed to teach fundamental game development concepts while creating something fun and interactive.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="why-i-created-this">Why I Created This<a href="https://p5js.docs.coolcolby.me/blog/first-blog-post#why-i-created-this" class="hash-link" aria-label="Direct link to Why I Created This" title="Direct link to Why I Created This" translate="no">​</a></h2>
<p>I originally built this site to <strong>help my classmates</strong> with our class project. We were all learning to create games with p5.js, and I noticed many of us were struggling with the same concepts. The official p5.js documentation is great for reference, but it doesn't provide step-by-step guidance for building complete games.</p>
<p>So I decided to create detailed tutorials that explain not just <em>what</em> the code does, but <em>why</em> it works that way. What started as notes for my class has grown into a full documentation site that I hope will help many more beginners learn game development!</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="first-release-two-complete-game-tutorials-">First Release: Two Complete Game Tutorials! 🚀<a href="https://p5js.docs.coolcolby.me/blog/first-blog-post#first-release-two-complete-game-tutorials-" class="hash-link" aria-label="Direct link to First Release: Two Complete Game Tutorials! 🚀" title="Direct link to First Release: Two Complete Game Tutorials! 🚀" translate="no">​</a></h2>
<p>I'm launching with <strong>two complete game tutorials</strong>, each broken down into easy-to-follow steps with detailed explanations of every line of code.</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="-cookie-clicker-tutorial">🍪 Cookie Clicker Tutorial<a href="https://p5js.docs.coolcolby.me/blog/first-blog-post#-cookie-clicker-tutorial" class="hash-link" aria-label="Direct link to 🍪 Cookie Clicker Tutorial" title="Direct link to 🍪 Cookie Clicker Tutorial" translate="no">​</a></h3>
<p>Build an idle clicker game where players click a cookie to earn points and buy auto-clickers that generate cookies automatically!</p>
<p><strong>What you'll learn:</strong></p>
<ul>
<li class="">Mouse click detection</li>
<li class="">Animation and visual effects (bouncing, floating text, particles)</li>
<li class="">Upgrade systems with exponential cost scaling</li>
<li class="">Button interactions and hover effects</li>
<li class="">Score tracking and game economy</li>
</ul>
<p><strong>Tutorial includes:</strong></p>
<ul>
<li class="">5 progressive steps from basic setup to polished game</li>
<li class="">Complete working code you can customize</li>
<li class="">Visual feedback systems</li>
<li class="">Milestone celebrations</li>
</ul>
<p><a class="" href="https://p5js.docs.coolcolby.me/docs/cookie/Getting-Started">Start Cookie Clicker Tutorial →</a></p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="-worm-tutorial">🐛 Worm Tutorial<a href="https://p5js.docs.coolcolby.me/blog/first-blog-post#-worm-tutorial" class="hash-link" aria-label="Direct link to 🐛 Worm Tutorial" title="Direct link to 🐛 Worm Tutorial" translate="no">​</a></h3>
<p>Create the classic arcade game where a worm moves around the screen, eats food to grow, and must avoid hitting walls or itself!</p>
<p><strong>What you'll learn:</strong></p>
<ul>
<li class="">Grid-based movement systems</li>
<li class="">Keyboard controls (arrow keys)</li>
<li class="">Arrays and data structures</li>
<li class="">Collision detection (walls and self-collision)</li>
<li class="">Game over and restart systems</li>
<li class="">Random food placement</li>
</ul>
<p><strong>Tutorial includes:</strong></p>
<ul>
<li class="">5 step-by-step lessons</li>
<li class="">Complete collision detection logic</li>
<li class="">Game state management</li>
<li class="">Restart functionality</li>
</ul>
<p><a class="" href="https://p5js.docs.coolcolby.me/docs/worm/Getting-Started">Start Worm Tutorial →</a></p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="tutorial-philosophy-">Tutorial Philosophy 💡<a href="https://p5js.docs.coolcolby.me/blog/first-blog-post#tutorial-philosophy-" class="hash-link" aria-label="Direct link to Tutorial Philosophy 💡" title="Direct link to Tutorial Philosophy 💡" translate="no">​</a></h2>
<p>These tutorials are designed with a specific approach:</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="detailed-explanations">Detailed Explanations<a href="https://p5js.docs.coolcolby.me/blog/first-blog-post#detailed-explanations" class="hash-link" aria-label="Direct link to Detailed Explanations" title="Direct link to Detailed Explanations" translate="no">​</a></h3>
<p>Every code section includes "Breaking it down" explanations. You won't just copy code - you'll understand <strong>why</strong> it works and <strong>how</strong> to modify it.</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="progressive-learning">Progressive Learning<a href="https://p5js.docs.coolcolby.me/blog/first-blog-post#progressive-learning" class="hash-link" aria-label="Direct link to Progressive Learning" title="Direct link to Progressive Learning" translate="no">​</a></h3>
<p>Each step builds on the previous one. Start with the basics and gradually add features, seeing your game grow with each step.</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="starting-points-not-endpoints">Starting Points, Not Endpoints<a href="https://p5js.docs.coolcolby.me/blog/first-blog-post#starting-points-not-endpoints" class="hash-link" aria-label="Direct link to Starting Points, Not Endpoints" title="Direct link to Starting Points, Not Endpoints" translate="no">​</a></h3>
<p>These are <strong>basic tutorials</strong> meant to teach fundamentals. Once you complete them, use what you've learned as a foundation to:</p>
<ul>
<li class="">Add your own features</li>
<li class="">Change the visuals</li>
<li class="">Create something completely new</li>
<li class="">Combine concepts from multiple tutorials</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="type-dont-copy">Type, Don't Copy<a href="https://p5js.docs.coolcolby.me/blog/first-blog-post#type-dont-copy" class="hash-link" aria-label="Direct link to Type, Don't Copy" title="Direct link to Type, Don't Copy" translate="no">​</a></h3>
<p>For best learning results, <strong>type the code yourself</strong> instead of copy-pasting. This helps build muscle memory and deeper understanding.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="what-makes-these-tutorials-different">What Makes These Tutorials Different?<a href="https://p5js.docs.coolcolby.me/blog/first-blog-post#what-makes-these-tutorials-different" class="hash-link" aria-label="Direct link to What Makes These Tutorials Different?" title="Direct link to What Makes These Tutorials Different?" translate="no">​</a></h2>
<ul>
<li class=""><strong>No prior experience needed</strong> - Start from zero</li>
<li class=""><strong>Every line explained</strong> - Understand what each part does</li>
<li class=""><strong>Visual examples</strong> - See concepts illustrated</li>
<li class=""><strong>Complete code provided</strong> - Reference when you need it</li>
<li class=""><strong>Customization ideas</strong> - Suggestions for making it your own</li>
<li class=""><strong>"What You Learned" summaries</strong> - Reinforce key concepts</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="getting-started">Getting Started<a href="https://p5js.docs.coolcolby.me/blog/first-blog-post#getting-started" class="hash-link" aria-label="Direct link to Getting Started" title="Direct link to Getting Started" translate="no">​</a></h2>
<p>Ready to build your first game? Here's how:</p>
<ol>
<li class=""><strong>No installation needed</strong> - Just open <a href="https://editor.p5js.org/" target="_blank" rel="noopener noreferrer" class="">https://editor.p5js.org/</a></li>
<li class=""><strong>Pick a tutorial</strong> - Choose Cookie Clicker or Worm</li>
<li class=""><strong>Follow along</strong> - Work through each step at your own pace</li>
<li class=""><strong>Experiment</strong> - Change values, add features, break things and fix them</li>
<li class=""><strong>Share</strong> - Show off your creation!</li>
</ol>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="whats-next">What's Next?<a href="https://p5js.docs.coolcolby.me/blog/first-blog-post#whats-next" class="hash-link" aria-label="Direct link to What's Next?" title="Direct link to What's Next?" translate="no">​</a></h2>
<p>This is just the beginning! I plan to add more game tutorials covering different concepts:</p>
<ul>
<li class="">Platformer games</li>
<li class="">Puzzle games</li>
<li class="">Arcade classics</li>
<li class="">Drawing and art tools</li>
<li class="">And more!</li>
</ul>
<p>Each new tutorial will teach different programming concepts and game development techniques.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="feedback-welcome">Feedback Welcome!<a href="https://p5js.docs.coolcolby.me/blog/first-blog-post#feedback-welcome" class="hash-link" aria-label="Direct link to Feedback Welcome!" title="Direct link to Feedback Welcome!" translate="no">​</a></h2>
<p>This site is designed to help <strong>you</strong> learn. If you have:</p>
<ul>
<li class="">Questions about the tutorials</li>
<li class="">Suggestions for new games to cover</li>
<li class="">Ideas for improvements</li>
<li class="">Bugs or issues to report</li>
</ul>
<p>I'd love to hear from you! Check out <a href="https://coolcolby.me/" target="_blank" rel="noopener noreferrer" class="">my website</a> to contact me.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="lets-build-something">Let's Build Something!<a href="https://p5js.docs.coolcolby.me/blog/first-blog-post#lets-build-something" class="hash-link" aria-label="Direct link to Let's Build Something!" title="Direct link to Let's Build Something!" translate="no">​</a></h2>
<p>Game development is incredibly rewarding. There's nothing quite like seeing something you created come to life on screen and actually being able to play it.</p>
<p>Don't worry about making mistakes - that's how we learn. Start small, experiment often, and most importantly, <strong>have fun</strong>!</p>
<p>Ready to create your first game? Pick a tutorial and let's get started! 🎮</p>
<p>Happy coding!<br>
<strong>Colby</strong></p>
<hr>
<p><em>Check out the tutorials:</em></p>
<ul>
<li class=""><a class="" href="https://p5js.docs.coolcolby.me/docs/cookie/Getting-Started">Cookie Clicker Tutorial →</a></li>
<li class=""><a class="" href="https://p5js.docs.coolcolby.me/docs/worm/Getting-Started">Worm Tutorial →</a></li>
</ul>]]></content:encoded>
            <category>Announcements</category>
            <category>Cookie Clicker</category>
            <category>Worm</category>
            <category>Tutorials</category>
        </item>
    </channel>
</rss>