<?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: Keagan Boyer</title>
    <description>The latest articles on DEV Community by Keagan Boyer (@efficienttooth).</description>
    <link>https://dev.to/efficienttooth</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%2F4125753%2F5a5891ac-5d40-4227-89e2-2c8b747817e4.jpg</url>
      <title>DEV Community: Keagan Boyer</title>
      <link>https://dev.to/efficienttooth</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/efficienttooth"/>
    <language>en</language>
    <item>
      <title>Block Blast: A Strategic Puzzle Challenge on an 8x8 Grid</title>
      <dc:creator>Keagan Boyer</dc:creator>
      <pubDate>Tue, 15 Sep 2026 07:34:21 +0000</pubDate>
      <link>https://dev.to/efficienttooth/block-blast-a-strategic-puzzle-challenge-on-an-8x8-grid-3lo2</link>
      <guid>https://dev.to/efficienttooth/block-blast-a-strategic-puzzle-challenge-on-an-8x8-grid-3lo2</guid>
      <description>&lt;p&gt;Block Blast turns an 8x8 grid into a strategy field where where you put a block affects your next move. It's easy to understand how to play: players put colored blocks on the board, clearing out rows or columns of blocks to make room for new ones. But as the game goes on, the placing choice becomes more and more important.&lt;/p&gt;

&lt;p&gt;Block Blast is fun because it's a good mix of easy gameplay and having to think strategically. The rules are simple to understand, but getting a high score requires careful observation, math, and making good use of space. Every turn brings a choice: should you focus on getting points right away or getting the board ready for the next block?&lt;/p&gt;

&lt;h3&gt;
  
  
  The 8x8 grid and how to use space well
&lt;/h3&gt;

&lt;p&gt;The 8x8 grid has enough squares to give you a lot of choices, but not so many that you can just throw blocks down anywhere. When three new blocks show up, you have to look at each one to make sure it's the right size and shape before putting it on the board.&lt;/p&gt;

&lt;p&gt;A common mistake is to only look at the gaps that are available and not at the plan as a whole. Right now, a spot that seems useful could break up the board in just a few plays. On the other hand, leaving enough space between pieces lets you deal with big blocks or pieces that aren't quite right later.&lt;/p&gt;

&lt;h3&gt;
  
  
  Don't feel rushed to fill all the gaps
&lt;/h3&gt;

&lt;p&gt;In &lt;a href="https://blockblast-2.io/" rel="noopener noreferrer"&gt;block blast&lt;/a&gt;, you don't always have to fill in empty spots right away. An open place that is kept safe on purpose can become a tactical advantage. Instead of trying to fill the board as quickly as possible, think about how big the holes are and what kinds of blocks can fit in them.&lt;/p&gt;

&lt;p&gt;The corners and edges of the board need to be used with extra care and thought. If you put your blocks in a random order, it might get hard to place some shapes later on, which will greatly limit your options in later turns.&lt;/p&gt;

&lt;h3&gt;
  
  
  One Puzzle&amp;nbsp;and three new blocks
&lt;/h3&gt;

&lt;p&gt;In Block Blast, each turn gives you three different block shapes to use. Because these three pieces don't always fit together well, it's better to think of them as a whole rather than each one separately.&lt;/p&gt;

&lt;p&gt;A small block could be used to finish a row or column, while another could be used to make room for a bigger piece. Putting the pieces in the right order is also important. Before making your first move, it's a good idea to picture where all three of them will go.&lt;/p&gt;

&lt;p&gt;Because of this, Block Blast is a great game for getting better at planning. You're not only looking for the best place for this block; you're also getting ready for what will happen next.&lt;/p&gt;

&lt;h2&gt;
  
  
  Make Combos to Raise Your Score
&lt;/h2&gt;

&lt;p&gt;When you finish a row or column, the tiles in that row or column are cleared, making room on the board for new tiles. This is one of the main ways the game works. But good placements can also start combos, which raises your score and gives you even more reason to make the most of every turn.&lt;/p&gt;

&lt;p&gt;It's important to note the 20-point total bonus. Instead of just clearing rows at random, try to connect your moves in a chain. Your score will go up much faster if you strategically place multiple objectives to complete them all at once.&lt;/p&gt;

</description>
      <category>programming</category>
      <category>puzzle</category>
      <category>machinelearning</category>
      <category>logicapps</category>
    </item>
    <item>
      <title>Scratch Games: Discovering a World of Creative 2D Games from a Young Community</title>
      <dc:creator>Keagan Boyer</dc:creator>
      <pubDate>Tue, 15 Sep 2026 07:30:29 +0000</pubDate>
      <link>https://dev.to/efficienttooth/scratch-games-discovering-a-world-of-creative-2d-games-from-a-young-community-2cg8</link>
      <guid>https://dev.to/efficienttooth/scratch-games-discovering-a-world-of-creative-2d-games-from-a-young-community-2cg8</guid>
      <description>&lt;p&gt;Scratch Games are a unique way to have fun because they combine easy-to-understand 2D gameplay with ideas made by a community of young artists. Instead of following a set formula, each Scratch Game can have its own unique rules, goals, and ways for players to connect with it. This variety makes playing the games fun because players can't be sure what tasks the next game will bring.&lt;/p&gt;

&lt;p&gt;Scratch Games has a lot of different 2D games for people who like to play. They have everything from precise platformers to puzzle games that test your logic, reflexes, or memory. Notably, these games usually take a simple approach that makes it easy for newbies to quickly understand the goals while still being challenging enough to keep players interested throughout the whole experience.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why are scratch games different?
&lt;/h2&gt;

&lt;p&gt;The best thing about &lt;a href="https://scratchgamesonline.io/" rel="noopener noreferrer"&gt;scratch games&lt;/a&gt; is that they let you turn your thoughts into interactive experiences. It's a visual programming environment called Scratch that lets users use readable code blocks to make characters, levels, animations, and rules. Because of this, games can come from a huge range of different ideas.&lt;/p&gt;

&lt;p&gt;One of the first parts of a Scratch game might be directing a character as they move from left to right. But by adding things like obstacles, items, scoring systems, time limits, or various levels, that first idea can grow into a full-fledged game. You can make any game you want, and each one has its own personality. Players will find both well-known game styles and mechanics that have been used in new ways. This is the very thing that makes discovering Scratch Games always feel new and entertaining. Easy to Use and Fun 2D Gameplay: One of the most recognized things about Scratch games is their 2D gameplay. The intuitive view makes it easy for players to quickly find characters, obstacles, goals, and interactive parts of the screen. The basic controls are easy to learn, but how the tasks are set up is what really makes the game hard.&lt;/p&gt;

&lt;h3&gt;
  
  
  Platformers: Checking Your Control Skills
&lt;/h3&gt;

&lt;p&gt;Platformer games have characters that need to get across gaps, platforms, and other obstacles. If a player jumps at the right time, they can move on to the next area. If they make one mistake, they may have to start over.&lt;/p&gt;

&lt;p&gt;The attraction comes from how the levels are designed to get harder over time. The first parts are easy so that players can get used to how the game works. As distances, speeds, or the number of obstacles change, so do the difficulties.&lt;/p&gt;

&lt;h3&gt;
  
  
  Puzzle games that help you think critically
&lt;/h3&gt;

&lt;p&gt;Not every Scratch game needs you to have lightning-fast reactions. Puzzle games make you pay more attention, think logically, and solve problems. Players may have to find their way through levels, arrange objects, flip switches, or do a series of tasks in the right order.&lt;/p&gt;

&lt;p&gt;Each level of this type of game has its own puzzle, which makes it fun to play. Finding the answer gives you a sense of success that comes from the way you thought about it, not just getting past a problem.&lt;/p&gt;

&lt;h3&gt;
  
  
  Split-second responses in reaction games
&lt;/h3&gt;

&lt;p&gt;Some Scratch games make it hard to see how fast you can respond. Players may have to quickly avoid objects that appear out of nowhere, dash to safety, or do exact actions in a short amount of time. Most of the time, these games are easy to get the hang of right away but get harder as the pace picks up. Because of this, each playthrough gives players a chance to improve their reactions and overall performance. &lt;/p&gt;

&lt;h3&gt;
  
  
  Each scratch game represents a different idea
&lt;/h3&gt;

&lt;p&gt;One of the best things about Scratch games is that each one is different from the others. When players switch between games, they often have to get used to completely new ways to handle them or new goals.&lt;/p&gt;

&lt;p&gt;In some games, the goal is to collect items, while in others, it's important to find the right way. In some games, you only have a certain amount of time to complete tasks or make a certain number of moves. It only takes small changes to the rules to make the game feel different.&lt;/p&gt;

&lt;p&gt;This means that playing Scratch games is like letting new ideas in. Players don't always need complicated graphics; sometimes, a simple mechanic used in a clever way can make an experience that players will never forget.&lt;/p&gt;

&lt;p&gt;Fun challenges that make the game fun to play&lt;/p&gt;

&lt;p&gt;It's usually easy to get into a game with a clear goal, but how that goal is met decides how appealing the game is in the long run. Different parts of Scratch games turn simple tasks into interesting challenges.&lt;/p&gt;

&lt;p&gt;Players may have to get around obstacles while staying out of danger zones, collect enough items before the level ends, remember where things are located, or pick the best path.&lt;/p&gt;

</description>
      <category>gamechallenge</category>
      <category>gamedev</category>
      <category>scratch</category>
      <category>deved</category>
    </item>
  </channel>
</rss>
