<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Noomklaw's Blog]]></title><description><![CDATA[My blog... fun stuff and code]]></description><link>https://noomklaw.com</link><image><url>https://cdn.hashnode.com/res/hashnode/image/upload/v1762895069436/1d578ee4-55ea-4633-959c-c3ddacbcdfcf.png</url><title>Noomklaw&apos;s Blog</title><link>https://noomklaw.com</link></image><generator>RSS for Node</generator><lastBuildDate>Fri, 04 Sep 2026 20:54:15 GMT</lastBuildDate><atom:link href="https://noomklaw.com/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[Building Micrograd: Application project]]></title><description><![CDATA[I just finished the Building Micrograd lecture by Andrej Karpathy and I made a project out of it.
Key things I learnt

A neuron is just a machine that makes a guess, refines it, and does that again

A]]></description><link>https://noomklaw.com/building-micrograd-application-project</link><guid isPermaLink="true">https://noomklaw.com/building-micrograd-application-project</guid><dc:creator><![CDATA[Noomklaw]]></dc:creator><pubDate>Sat, 27 Jun 2026 02:30:27 GMT</pubDate><content:encoded><![CDATA[<p>I just finished the <a href="https://www.youtube.com/watch?v=PaCmpygFfXo&amp;list=PLAqhIrjkxbuWI23v9cThsA9GvCAUhRvKZ&amp;index=2">Building Micrograd lecture by Andrej Karpathy</a> and I made a project out of it.</p>
<h3>Key things I learnt</h3>
<ul>
<li><p>A neuron is just a machine that makes a guess, refines it, and does that again</p>
</li>
<li><p>A neural network is just a bunch of neurons stacked together.</p>
</li>
</ul>
<p>Aaaaanyways, I made an <a href="https://github.com/Noomklaw888/code/blob/main/Ai_cart.py">example project</a> on my github. The way it works is that it trains the AI with 5 scenarios then gives the AI a last scenario as a "test" by the user.</p>
<blockquote>
<p>My golf cart crashed into my tail... owweee...</p>
<p>-Guy the lizard(fictional</p>
</blockquote>
]]></content:encoded></item><item><title><![CDATA[Quick thoughts on neural networks]]></title><description><![CDATA[DISCLAIMER:
I am not an expert in AI. This may be inaccurate.
I was on my computer today watching a video and I was struck by a thought. A neural network is basically a machine that guesses, updates i]]></description><link>https://noomklaw.com/quick-thoughts-on-neural-networks</link><guid isPermaLink="true">https://noomklaw.com/quick-thoughts-on-neural-networks</guid><dc:creator><![CDATA[Noomklaw]]></dc:creator><pubDate>Tue, 23 Jun 2026 20:47:48 GMT</pubDate><content:encoded><![CDATA[<h1>DISCLAIMER:</h1>
<p>I am not an expert in AI. This may be inaccurate.</p>
<p>I was on my computer today watching a video and I was struck by a thought. A neural network is basically a machine that guesses, updates its guess, and repeats. All it does is take a few inputs, guess, compare, guess, compare, guess, compare, then, TADA! A piece of code of an essay or something. The network itself is just many layers of neurons, like a cake.</p>
<img src="https://cdn.hashnode.com/uploads/covers/6912e4de1c3f4bb0383a324a/8fb8e6b6-dce1-4e86-bc58-62009d668a4a.jpg" alt="Inky and Squirt staring at a Neural network cake. The input layer(stand) has 3 neurons, 1 hidden layer(cake layer) has 5, another with 4, another with 3, and an output layer(candle) with one neuron" style="display:block;margin:0 auto" />

<p>Any thoughts?</p>
<p>Image description: Inky and Squirt staring at a Neural network cake. The input layer(stand) has 3 neurons, 1 hidden layer(cake layer) has 5, another with 4, another with 3, and an output layer(candle) with one neuron</p>
]]></content:encoded></item><item><title><![CDATA[Scratch Flappy bird tutorial]]></title><description><![CDATA[Ever wanted to learn how to make your own flappy bird game?
Always thought it was hard? It isn’t!
Let me show you how to make it using Scratch in under 10 minutes! It will look something like this:


]]></description><link>https://noomklaw.com/scratch-flappy-bird-tutorial</link><guid isPermaLink="true">https://noomklaw.com/scratch-flappy-bird-tutorial</guid><category><![CDATA[scratch]]></category><category><![CDATA[coding]]></category><category><![CDATA[DIY]]></category><category><![CDATA[Tutorial]]></category><dc:creator><![CDATA[Noomklaw]]></dc:creator><pubDate>Wed, 22 Apr 2026 04:16:10 GMT</pubDate><content:encoded><![CDATA[<p>Ever wanted to learn how to make your own flappy bird game?</p>
<p>Always thought it was hard? It isn’t!</p>
<p>Let me show you how to make it using Scratch in under 10 minutes! It will look something like this:</p>
<img src="https://substackcdn.com/image/fetch/$s_!TOVw!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3b261be6-ce01-4e2d-ab2b-cf5a8e046a0c_956x720.png" alt="" style="display:block;margin:0 auto" />

<p>You can play it here: <a href="https://scratch.mit.edu/projects/1183025386/">Flappy Banana</a> if you want to test it, and if you want to see something more advanced that I made (took more time) check out <a href="https://scratch.mit.edu/projects/1176933226/">Rocket Cube on Scratch</a> .</p>
<p>Scroll down for the steps:</p>
<ol>
<li>Make a new scratch project</li>
</ol>
<p>Go to scratch. If you don’t have an account, sign up for one. It’s free! At the top of the page, there is a button that says ”Create” next to the logo. Click it. It should look something like this:</p>
<img src="https://substackcdn.com/image/fetch/$s_!pgA_!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F12ad3c93-eca5-45fe-8dad-461c5486c3a6_1600x904.png" alt="" style="display:block;margin:0 auto" />

<p>Looks like that? Good. Name it.</p>
<ol>
<li>Art</li>
</ol>
<p>Now press “Costume” (Below the logo) and paint something like a bird, a dragon, an airplane, a rocket, it could be anything! If you want it to animate, make multiple costumes. I will make a flying banana:</p>
<img src="https://substackcdn.com/image/fetch/$s_!Brz3!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbe13020a-8ad1-49b5-acf7-9e063f32a1d0_1600x891.png" alt="" style="display:block;margin:0 auto" />

<p>Looks good, but the banana is WAY too big in the preview on the right. We can fix that though. WITH CODE!!! Switch back to the code tab and put in this code:</p>
<img src="https://substackcdn.com/image/fetch/$s_!Cq7G!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbb38fbb6-9588-441b-9ecc-d5e20530b238_1600x891.png" alt="" style="display:block;margin:0 auto" />

<p>This should make it smaller. Feel free to play around with the size! Ok, now click the purple button in the bottom right corner. THE ONE WITH THE CAT. This is important.</p>
<img src="https://substackcdn.com/image/fetch/$s_!PfDk!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4b9553ad-5ebc-491b-95f7-406327ccd7a5_510x448.png" alt="" style="display:block;margin:0 auto" />

<p>Press the search button. You should see some things. Choose the one that looks the most like a pipe or zapper or mountain. If it looks weird, change it. I chose a building.</p>
<ol>
<li>Code buildings</li>
</ol>
<p>Click on the building. Add this code:</p>
<img src="https://substackcdn.com/image/fetch/$s_!YmO0!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F107f4eda-5ef5-4077-bfb6-5a6e7a15b206_806x554.png" alt="" style="display:block;margin:0 auto" />

<p>Ok, the buildings are working fine.</p>
<p>“But, Asher,” you ask. “The buildings don’t vary in height and they cluster at the left!” Add this code:</p>
<img src="https://substackcdn.com/image/fetch/$s_!NGNL!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F40633bc4-ca90-4588-9b6a-c81ec1950111_880x1230.png" alt="" style="display:block;margin:0 auto" />

<p>Run the program. It should work.</p>
<ol>
<li>Player movement</li>
</ol>
<p>Click on your player. Make a variable called SpeedY and add this code:</p>
<img src="https://substackcdn.com/image/fetch/$s_!P1Ww!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3a473d24-4c51-437a-94cb-30f2cc1ac715_726x1204.png" alt="" style="display:block;margin:0 auto" />

<p>Ok, now when you press space your banana (or something else) flys up, but you can crash yourself into buildings with no consequences. Let’s fix that.</p>
<ol>
<li>Lives and Game Over</li>
</ol>
<p>Add a variable called “LIVES” and this code to the player:</p>
<img src="https://substackcdn.com/image/fetch/$s_!D6pF!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffcd502c7-2288-491b-ae7f-ad5ef32b1f21_894x962.png" alt="" style="display:block;margin:0 auto" />

<p>The code below is for the building.</p>
<img src="https://substackcdn.com/image/fetch/$s_!5Xsy!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1847a207-b4c6-48d6-a0d1-3d619e93e03b_1004x936.png" alt="" style="display:block;margin:0 auto" />

<p>The game works! But why stop here…</p>
<ol>
<li><p>Challenges for experienced coders</p>
<ol>
<li><p>Try adding points</p>
</li>
<li><p>Add a second player</p>
</li>
<li><p>Make it so you can move forward and back too.</p>
</li>
<li><p>animate!</p>
</li>
</ol>
</li>
</ol>
<p>Comment your submissions at <a href="https://scratch.mit.edu/studios/50585883/">Flappy Banana Submissions</a> (Mine is animated)</p>
<p>Some other games I made are under the profile <a href="https://scratch.mit.edu/users/noomklaw/">NoomKlaw</a> on Scratch to play too!</p>
<blockquote>
<p>IDK how this works...</p>
<p><em><strong>-Guy the Lizard</strong></em></p>
</blockquote>
]]></content:encoded></item><item><title><![CDATA[NK.files]]></title><description><![CDATA[I made some HTML projects!
You can view them here:
https://codepen.io/Noomklaw888/pen/wBzaqGr]]></description><link>https://noomklaw.com/nk-files</link><guid isPermaLink="true">https://noomklaw.com/nk-files</guid><dc:creator><![CDATA[Noomklaw]]></dc:creator><pubDate>Wed, 04 Mar 2026 05:00:11 GMT</pubDate><content:encoded><![CDATA[<p>I made some HTML projects!</p>
<p>You can view them here:</p>
<p><a href="https://codepen.io/Noomklaw888/pen/wBzaqGr">https://codepen.io/Noomklaw888/pen/wBzaqGr</a></p>
]]></content:encoded></item><item><title><![CDATA[🕹️ The Noomklaw.com Python Arcade]]></title><description><![CDATA[Welcome to my collection of web-based games! Every project here was built from scratch using Python and Pygame, then optimized for your browser using asyncio and pygbag.
Play them here: http://nkarcade.noomklaw.com/
🚀 The Games

Cubit Cart A unique ...]]></description><link>https://noomklaw.com/arcade</link><guid isPermaLink="true">https://noomklaw.com/arcade</guid><category><![CDATA[Games]]></category><category><![CDATA[Python]]></category><category><![CDATA[pygame]]></category><dc:creator><![CDATA[Noomklaw]]></dc:creator><pubDate>Thu, 12 Feb 2026 05:16:59 GMT</pubDate><content:encoded><![CDATA[<p>Welcome to my collection of web-based games! Every project here was built from scratch using <strong>Python and Pygame</strong>, then optimized for your browser using <code>asyncio</code> and <code>pygbag</code>.</p>
<p>Play them here: <a target="_blank" href="http://nkarcade.noomklaw.com/">http://nkarcade.noomklaw.com/</a></p>
<h3 id="heading-the-games">🚀 The Games</h3>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1770873031149/41f5b611-9cc1-4282-b135-39ea3490648b.png" alt class="image--center mx-auto" /></p>
<p><strong>Cubit Cart</strong> A unique endless scroller where you must manage your height to dodge obstacles and change your jump height.</p>
<ul>
<li><strong>Controls:</strong> Up/Down to change height, Left/Right to move, Space to jump.</li>
</ul>
<p><strong>Tycoon:</strong> Generate revenue and buy upgrades. It's the perfect game to let run while you work.</p>
<ul>
<li><strong>Controls:</strong> Use space to upgrade your money generator.</li>
</ul>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1770873068098/639ec4df-6e8d-497b-9194-d6012a8516ea.png" alt class="image--center mx-auto" /></p>
<p><strong>Brick Breaker</strong> The arcade classic. Use your paddle to bounce the ball and clear the screen of all bricks.</p>
<ul>
<li><strong>Controls:</strong> Left and Right arrows to move the paddle.</li>
</ul>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1770873081458/061c8e07-36b4-445b-a5ea-d3d7cf82f269.png" alt class="image--center mx-auto" /></p>
<p><strong>Google Dino</strong> My custom take on the iconic "No Internet" game. Run, jump, and survive the desert obstacles!</p>
<ul>
<li><strong>Controls:</strong> Up or space to jump.</li>
</ul>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1770873188414/853bc692-6d7d-49f8-a95a-15157d59b44b.png" alt class="image--center mx-auto" /></p>
<p><strong>Blob Adventure</strong> A survival-style arena shooter. Stay moving and blast the red Slimies before they get you!</p>
<ul>
<li><strong>Controls:</strong> WASD or Arrow keys to move, Space to shoot.</li>
</ul>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1770873210685/32bd5029-dbc8-4a4e-b6ba-2b2f82f257d5.png" alt class="image--center mx-auto" /></p>
<p><strong>Blocky Space</strong> A retro-style space shooter. Collect points to become increasingly overpowered.</p>
<ul>
<li><strong>Controls:</strong> WASD or Arrow keys to fly. Space to shoot</li>
</ul>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1770873225304/56e3cf27-7d2c-4b65-a7f2-ba5550556132.png" alt class="image--center mx-auto" /></p>
<p><strong>Platformer Test:</strong> A Co-Op platformer test where you and your buddy each have powers! Master the jumps and navigate the terrain together!</p>
<ul>
<li><p><strong>Controls:</strong> Arrow keys for green(cubit), Space to air freeze(cubit), WASD for yellow(Cubet).</p>
</li>
<li><p>Red is spikes OR can be a button(hehe) and near the end checkpoint button</p>
</li>
<li><p>Green is checkpoints. Black is platform. Cubet can stand on Cubit.</p>
</li>
</ul>
<p>For more cool games(not python), follow <a target="_blank" href="https://scratch.mit.edu/users/noomklaw/">Noomklaw</a> on Scratch!</p>
]]></content:encoded></item><item><title><![CDATA[Python Painting Chase]]></title><description><![CDATA[I made a cool project where 4 little cube guys are being chased by a red cube guy, BUT they leave a trail of paint.
source code here: https://github.com/Noomklaw888/code/blob/main/Projects/Pictores_digital_venandi.py

The Start

The program after a w...]]></description><link>https://noomklaw.com/python-painting-chase</link><guid isPermaLink="true">https://noomklaw.com/python-painting-chase</guid><category><![CDATA[Art]]></category><category><![CDATA[Python]]></category><category><![CDATA[Python 3]]></category><category><![CDATA[python projects]]></category><dc:creator><![CDATA[Noomklaw]]></dc:creator><pubDate>Fri, 30 Jan 2026 04:20:10 GMT</pubDate><content:encoded><![CDATA[<p>I made a cool project where 4 little cube guys are being chased by a red cube guy, BUT they leave a trail of paint.</p>
<p>source code here: <a target="_blank" href="https://github.com/Noomklaw888/code/blob/main/Projects/Pictores_digital_venandi.py">https://github.com/Noomklaw888/code/blob/main/Projects/Pictores_digital_venandi.py</a></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1769746646445/61c8352a-84d5-44dd-b822-b096a99de11d.png" alt class="image--center mx-auto" /></p>
<p>The Start</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1769746660073/beb37f76-44c9-4395-b7da-2e9c745bbc4b.png" alt class="image--center mx-auto" /></p>
<p>The program after a while</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1769746682491/61efc341-df35-43cd-9ee2-577cc75b7363.png" alt class="image--center mx-auto" /></p>
<p>Red ate Yellow, others are painting. Press Q to fix…</p>
]]></content:encoded></item><item><title><![CDATA[Music Stuff]]></title><description><![CDATA[I made some Chrome Musiclab songs that sound nice. I thought I might post them for you all. You can use them to focus or to relax. Or just enjoy them…
https://docs.google.com/document/d/1tKZaZ3JOxk8rlPB5Rj3flavv5tHQp4k3Y5Ijq45WV1U/edit?pli=1&tab=t.0]]></description><link>https://noomklaw.com/music-stuff</link><guid isPermaLink="true">https://noomklaw.com/music-stuff</guid><category><![CDATA[music]]></category><dc:creator><![CDATA[Noomklaw]]></dc:creator><pubDate>Wed, 24 Dec 2025 04:30:43 GMT</pubDate><content:encoded><![CDATA[<p>I made some Chrome Musiclab songs that sound nice. I thought I might post them for you all. You can use them to focus or to relax. Or just enjoy them…</p>
<p><a target="_blank" href="https://docs.google.com/document/d/1tKZaZ3JOxk8rlPB5Rj3flavv5tHQp4k3Y5Ijq45WV1U/edit?pli=1&amp;tab=t.0">https://docs.google.com/document/d/1tKZaZ3JOxk8rlPB5Rj3flavv5tHQp4k3Y5Ijq45WV1U/edit?pli=1&amp;tab=t.0</a></p>
]]></content:encoded></item><item><title><![CDATA[Cubit Platformer!]]></title><description><![CDATA[I made a pygame project called Cubit platformer which is 2 player.
Pictures:


Cubit(arrow keys) and Cubet(WASD)


Spikes(red) and Checkpoints(green)


Any ideas on what I should add?
UPDATE: I've put]]></description><link>https://noomklaw.com/cubit-platformer</link><guid isPermaLink="true">https://noomklaw.com/cubit-platformer</guid><category><![CDATA[Games]]></category><category><![CDATA[Game Development]]></category><category><![CDATA[gaming]]></category><category><![CDATA[ideas]]></category><dc:creator><![CDATA[Noomklaw]]></dc:creator><pubDate>Sun, 21 Dec 2025 15:18:25 GMT</pubDate><content:encoded><![CDATA[<p>I made a pygame project called Cubit platformer which is 2 player.</p>
<p>Pictures:</p>
<img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1766330127368/669ed7e7-5799-41a3-b7ad-12a8771268ad.png" alt="" style="display:block;margin:0 auto" />

<p>Cubit(arrow keys) and Cubet(WASD)</p>
<img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1766330147603/3dc3330c-7bc2-4f74-8f27-fed7ad61cc6b.png" alt="" style="display:block;margin:0 auto" />

<p>Spikes(red) and Checkpoints(green)</p>
<img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1766330158204/c5b2da91-1ff3-41d8-a6ec-7f1e96288573.png" alt="" style="display:block;margin:0 auto" />

<p>Any ideas on what I should add?</p>
<p>UPDATE: I've put it on nkarcade under "Platformer Test"</p>
]]></content:encoded></item><item><title><![CDATA[Project: Python library]]></title><description><![CDATA[I have been making a python library called Turtle Functions. You can view it here: https://github.com/Noomklaw888/TurtleFunctions
In my new python library, I have added a few functions such as drawhearts, drawstars, square, triangle, and made my own ...]]></description><link>https://noomklaw.com/project-python-library</link><guid isPermaLink="true">https://noomklaw.com/project-python-library</guid><category><![CDATA[Python]]></category><category><![CDATA[Python 3]]></category><category><![CDATA[python turtle]]></category><category><![CDATA[python libraries]]></category><dc:creator><![CDATA[Noomklaw]]></dc:creator><pubDate>Wed, 17 Dec 2025 02:23:27 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1767837114294/978a7a86-3dce-4424-ab87-caab3ccff03d.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>I have been making a python library called Turtle Functions. You can view it here: <a target="_blank" href="https://github.com/Noomklaw888/TurtleFunctions">https://github.com/Noomklaw888/TurtleFunctions</a></p>
<p>In my new python library, I have added a few functions such as drawhearts, drawstars, square, triangle, and made my own circle function.</p>
<p>I also added some fun things such as snowman, tree, and a fibonacci square spiral! There is also a function called drawcubey that draws a character I made…</p>
<p>There are also some other functions such as move(moves to a specified position), randompos(moves to a random position), color(chooses a random fillcolor), and invis(turns the turtle invisible or visible).</p>
<p>Also, I made a bumpy shape and a spiral…</p>
<p>I have made some demo projects you can view in the projects folder of my github too!</p>
<p>Have fun coding!</p>
<blockquote>
<p>“Me no understand this code…” –Guy the Lizard(fictional)</p>
</blockquote>
<p><em>p.s. Here is a list of functions:</em></p>
<h1 id="heading-basic-functions"><strong><em>Basic functions</em></strong></h1>
<p><em>move(x,y) kind of obvious…</em></p>
<p><em>speed() makes the turtle speedy</em></p>
<p><em>color() picks a random fillcolor</em></p>
<p><em>invis(ivis=0) sets the invisibility to the value of invis (1 is invisible)</em></p>
<p><em>thick() sets line width</em></p>
<p><em>randompos() moves the turtle to a random position</em></p>
<h1 id="heading-basic-shapes"><strong><em>Basic shapes</em></strong></h1>
<p><em>circle(cize) makes a circle of specified size</em></p>
<p><em>triangle(cize) draws an equilateral triangle of specified size</em></p>
<p><em>square(cize) draws a square of specified size</em></p>
<p><em>curve(cize) draws a half circle curve of specified size. Unlike other shapes, curve does not fill.</em></p>
<p><em>drawhearts(cize) draws a heart of specified size</em></p>
<p><em>drawstars(cize) draws a star of specified size</em></p>
<p><em>bumpy(cize) “makes a bumpy shape” of specified size</em></p>
<p><em>rewrite(col, text) writes text in specified color</em></p>
<h1 id="heading-complex-shapes"><strong><em>Complex shapes</em></strong></h1>
<p><em>circlespiral(cize, rings=18) draws a spiral made of circles. Very slow if you don’t run speed()</em></p>
<p><em>snowman(height=10) draws a snowman of specified size of of size 10</em></p>
<p><em>fibonacci() draws a fibbonaci square spiral</em></p>
<p><em>tree(height=10,width=3) draws a tree of height 10 and width 3 or specified height and width</em></p>
<p><em>drawcubey() draws Cubey(below)</em></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1765937810611/8112429c-d738-419c-8fc9-6e27e44caef4.png" alt /></p>
]]></content:encoded></item><item><title><![CDATA[OG noomklaw.com returns]]></title><description><![CDATA[Here is OG noomklaw.com:


or go here:
https://codepen.io/Noomklaw888/pen/vEXEBgV
And that's OG noomklaw.com!]]></description><link>https://noomklaw.com/noomklawdotcom</link><guid isPermaLink="true">https://noomklaw.com/noomklawdotcom</guid><category><![CDATA[Games]]></category><category><![CDATA[Art]]></category><dc:creator><![CDATA[Noomklaw]]></dc:creator><pubDate>Tue, 11 Nov 2025 20:59:25 GMT</pubDate><content:encoded><![CDATA[<p>Here is OG noomklaw.com:</p>
<iframe src="https://codepen.io/Noomklaw888/pen/vEXEBgV"></iframe>

<p>or go here:</p>
<p><a href="https://codepen.io/Noomklaw888/pen/vEXEBgV">https://codepen.io/Noomklaw888/pen/vEXEBgV</a></p>
<p>And that's OG noomklaw.com!</p>
]]></content:encoded></item><item><title><![CDATA[My first post]]></title><description><![CDATA[👋Hey everyone,
This is my first blog post that should be on “Noomklaw.com”. I’m very excited to start sharing posts.
What to expect:

Games 🎮

Art 🖼️

And more stuff! :D


Today we have a game:
Play it here: https://scratch.mit.edu/projects/124033...]]></description><link>https://noomklaw.com/my-first-post</link><guid isPermaLink="true">https://noomklaw.com/my-first-post</guid><category><![CDATA[#first-article]]></category><category><![CDATA[Games]]></category><dc:creator><![CDATA[Noomklaw]]></dc:creator><pubDate>Tue, 11 Nov 2025 19:01:01 GMT</pubDate><content:encoded><![CDATA[<p>👋Hey everyone,</p>
<p>This is my first blog post that should be on “<a target="_blank" href="http://noomklaw.com/#a">Noomklaw.com</a>”. I’m very excited to start sharing posts.</p>
<p>What to expect:</p>
<ul>
<li><p>Games 🎮</p>
</li>
<li><p>Art 🖼️</p>
</li>
<li><p>And more stuff! :D</p>
</li>
</ul>
<p>Today we have a game:</p>
<p>Play it here: <a target="_blank" href="https://scratch.mit.edu/projects/1240330971">https://scratch.mit.edu/projects/1240330971</a> or see the embed.</p>
<iframe src="https://scratch.mit.edu/projects/1240330971/embed" width="485" height="402"></iframe>

<p>Instructions</p>
<p>Press Left and Right to aim the character.</p>
<p>Press A and D to change planets. (Wait a second) Each planet has different gravity. 🌎</p>
<p>Press Space to launch. Press 1, 2, and 3 to change characters.</p>
<p>Each Prop has different mechanics. Cube Prop: Moves left or right every few seconds. Rocket Prop: Flys every few seconds. UFO Prop: Floats!!! Not affected by gravity.</p>
]]></content:encoded></item></channel></rss>