<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Emma Waeaves</title>
    <description></description>
    <link>https://waeaves.com</link>
    <atom:link href="https://waeaves.com/feed.xml" rel="self" type="application/rss+xml"/>
    <pubDate>Sun, 05 Apr 2026 16:38:46 +0000</pubDate>
    <lastBuildDate>Sun, 05 Apr 2026 16:38:46 +0000</lastBuildDate>
    <generator>Jekyll v4.4.1</generator>

	
    
	    
	      <item>
	        <title>Little Dogpark</title>

			<description>
				
				
					&lt;div class=&quot;box&quot;&gt;
	&lt;!-- Date --&gt;
	&lt;p&gt;
		&lt;img
	width=&quot;16&quot;
	height=&quot;16&quot;
	style=&quot;width: 1em; height: 1em&quot;
	class=&quot;icon&quot;
	src=&quot;/icons/calendar.png&quot;
	alt=&quot;calendar&quot;
	title=&quot;Calendar&quot;
	
&gt;
 03-12-2026
	&lt;/p&gt;

	&lt;!-- Title --&gt;
	&lt;p&gt;
		
	&lt;img
	width=&quot;16&quot;
	height=&quot;16&quot;
	style=&quot;width: 1em; height: 1em&quot;
	class=&quot;icon&quot;
	src=&quot;/icons/projects.png&quot;
	alt=&quot;projects&quot;
	title=&quot;Projects&quot;
	
&gt;


 &lt;b&gt;
			Little Dogpark
		&lt;/b&gt;
	&lt;/p&gt;

	&lt;!-- Description --&gt;
	&lt;p&gt;&lt;img src=&quot;/img/posts/dogpark/demo-gameplay.gif&quot; alt=&quot;Demo gameplay of Little Dogpark&quot; /&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://dogpark.y1.nz&quot;&gt;Play it!&lt;/a&gt; (or check out the &lt;a href=&quot;https://waeaves.itch.io/little-dogpark&quot;&gt;itch.io page&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;I had taken a little break from (constant) game jamming to do some homelab/server stuff, for a month or two, but I’m back into it! I joined &lt;a href=&quot;https://itch.io/jam/-girly-game-jam-3-1/rate/4372681&quot;&gt;Girly Jam #3 (1/2)&lt;/a&gt;, which is really cool because it actually has multiple legs! It has an initial jam period, a break for judging and feedback, and then a second jam to implement that feedback. I really love that!&lt;/p&gt;

&lt;p&gt;My project for the jam went in a server-y direction though, and instead of focusing on my game I mostly focused on implementing online multiplayer. I ended up making a dockerized python backend, with my usual Pixi.js/Vite frontend toolset. I was SUPER successful at making things work online in real time! Because of a little burnout towards the end of the jam though, the first-leg submission of the jam was pretty underfeatured, lacking a few of the “minimal viable” targets I wanted to hit, like multiple areas and emotes.. But!&lt;/p&gt;

&lt;p&gt;I’ve already played with some people online, and I’m VERY excited by this project and how much you can feel the other peoples’ presence from across the internet. I want to lean into that and expand on that sense of togetherness. Wish me luck!&lt;/p&gt;

	&lt;!----&gt;
&lt;/div&gt;

				
			</description>

	        <pubDate>Thu, 12 Mar 2026 00:00:00 +0000</pubDate>

	        <link>https://waeaves.com/dogpark</link>

	        <guid isPermaLink="true">https://waeaves.com/dogpark</guid>

	        
	        	<category>projects</category>
	        
        	<category>posts</category>

	        
	      </item>
    	
    
	    
	      <item>
	        <title>Fishcam</title>

			<description>
				
				
					&lt;div class=&quot;box&quot;&gt;
	&lt;!-- Date --&gt;
	&lt;p&gt;
		&lt;img
	width=&quot;16&quot;
	height=&quot;16&quot;
	style=&quot;width: 1em; height: 1em&quot;
	class=&quot;icon&quot;
	src=&quot;/icons/calendar.png&quot;
	alt=&quot;calendar&quot;
	title=&quot;Calendar&quot;
	
&gt;
 03-02-2026
	&lt;/p&gt;

	&lt;!-- Title --&gt;
	&lt;p&gt;
		
	&lt;img
	width=&quot;16&quot;
	height=&quot;16&quot;
	style=&quot;width: 1em; height: 1em&quot;
	class=&quot;icon&quot;
	src=&quot;/icons/projects.png&quot;
	alt=&quot;projects&quot;
	title=&quot;Projects&quot;
	
&gt;


 &lt;b&gt;
			Fishcam
		&lt;/b&gt;
	&lt;/p&gt;

	&lt;!-- Description --&gt;
	&lt;p&gt;I recently set up a &lt;a href=&quot;https://nannert.com/aquarium&quot;&gt;livestream&lt;/a&gt; of my girlfriend’s fish tank on a little rpi 2W with a cheap usb webcam! I kept it super simple.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/img/projects/fishcam/sample.gif&quot; alt=&quot;fishcam stream&quot; /&gt;
&lt;img src=&quot;/img/projects/fishcam/shamp.gif&quot; alt=&quot;shrimp&quot; /&gt;
&lt;img src=&quot;/img/projects/fishcam/cory.gif&quot; alt=&quot;corydora crossing&quot; /&gt;&lt;/p&gt;

&lt;p&gt;First, set up a rpi headless like usual. Then, install &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;motion&lt;/code&gt; via &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;sudo apt-get install motion&lt;/code&gt;. I like to add the option &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;--no-install-recommends&lt;/code&gt; too, just to keep the clutter to a minimum. Next you’ll want to update the motion service’s configuration that got generated at &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;/etc/motion/motion.conf&lt;/code&gt; to match your use case. I changed the following variables:&lt;/p&gt;

&lt;table&gt;
  &lt;thead&gt;
    &lt;tr&gt;
      &lt;th&gt;variable&lt;/th&gt;
      &lt;th&gt;value&lt;/th&gt;
      &lt;th&gt;purpose/reason&lt;/th&gt;
    &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
    &lt;tr&gt;
      &lt;td&gt;framerate&lt;/td&gt;
      &lt;td&gt;60&lt;/td&gt;
      &lt;td&gt;so that the stream shows motion fluidly&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;text_left&lt;/td&gt;
      &lt;td&gt;’’&lt;/td&gt;
      &lt;td&gt;to remove the text at the bottom&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;text_right&lt;/td&gt;
      &lt;td&gt;’’&lt;/td&gt;
      &lt;td&gt;””&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;movie_output&lt;/td&gt;
      &lt;td&gt;off&lt;/td&gt;
      &lt;td&gt;to prevent &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;motion&lt;/code&gt; from saving recorded video files&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;webcontrol_port&lt;/td&gt;
      &lt;td&gt;???&lt;/td&gt;
      &lt;td&gt;I recommend setting a random port for this, mostly out of superstition&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;stream_port&lt;/td&gt;
      &lt;td&gt;???&lt;/td&gt;
      &lt;td&gt;same here, although this one will be public anyway*&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;webcontrol_localhost&lt;/td&gt;
      &lt;td&gt;on&lt;/td&gt;
      &lt;td&gt;hide admin panel&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;stream_localhost&lt;/td&gt;
      &lt;td&gt;off&lt;/td&gt;
      &lt;td&gt;allow remote access to the stream! which is the whole point of all of this&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;&lt;strong&gt;stream_maxrate&lt;/strong&gt;&lt;/td&gt;
      &lt;td&gt;100&lt;/td&gt;
      &lt;td&gt;allow the full-fps video to be streamed. this one is not included in the default config file! But without it you’ll be stuck with a ~1fps stream.&lt;/td&gt;
    &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;

&lt;p&gt;Once the config is set up, you then want to enable the service using &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;sudo systemctl enable motion&lt;/code&gt; and start it using &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;sudo systemctl start motion&lt;/code&gt;. Once you’ve done this, the service should be running. Congrats! (maybe)&lt;/p&gt;

&lt;p&gt;You can verify that it’s working by running &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;curl localhost:&amp;lt;stream port&amp;gt;&lt;/code&gt; on the rpi, which should output html if everything’s working. You can also use a device on the same network to access &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;http://&amp;lt;the rpi&apos;s local IP&amp;gt;:&amp;lt;stream port&amp;gt;&lt;/code&gt;, which will display the stream. Note that this may not work on a wifi network that restricts communication between connected devices.&lt;/p&gt;

&lt;p&gt;From there, it’s just a matter of dealing with the networking side of things to expose the stream to the larger internet. But that’s outside of the scope of this post!&lt;/p&gt;

	&lt;!----&gt;
&lt;/div&gt;

				
			</description>

	        <pubDate>Mon, 02 Mar 2026 00:00:00 +0000</pubDate>

	        <link>https://waeaves.com/fishcam</link>

	        <guid isPermaLink="true">https://waeaves.com/fishcam</guid>

	        
	        	<category>projects</category>
	        
        	<category>posts</category>

	        
	      </item>
    	
    
	    
	      <item>
	        <title>Dogy!!!!!!!</title>

			<description>
				
				
					&lt;div class=&quot;box&quot;&gt;
	&lt;!-- Date --&gt;
	&lt;p&gt;
		&lt;img
	width=&quot;16&quot;
	height=&quot;16&quot;
	style=&quot;width: 1em; height: 1em&quot;
	class=&quot;icon&quot;
	src=&quot;/icons/calendar.png&quot;
	alt=&quot;calendar&quot;
	title=&quot;Calendar&quot;
	
&gt;
 02-27-2026
	&lt;/p&gt;

	&lt;!-- Title --&gt;
	&lt;p&gt;
		
	&lt;img
	width=&quot;16&quot;
	height=&quot;16&quot;
	style=&quot;width: 1em; height: 1em&quot;
	class=&quot;icon&quot;
	src=&quot;/icons/games.png&quot;
	alt=&quot;games&quot;
	title=&quot;Games&quot;
	
&gt;


 &lt;b&gt;
			Dogy!!!!!!!
		&lt;/b&gt;
	&lt;/p&gt;

	&lt;!-- Description --&gt;
	&lt;p&gt;Doggy! Go play with her at &lt;a href=&quot;/friends/&quot;&gt;Friends&lt;/a&gt;!! (javascript required)&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/img/posts/doggy/example.gif&quot; alt=&quot;Doggy!!!!!&quot; /&gt;&lt;/p&gt;

	&lt;!--
		&lt;img class=&quot;expanded-image&quot; src=&quot;/img/games/doggy/cover.png&quot; &gt;
	--&gt;
&lt;/div&gt;

				
			</description>

	        <pubDate>Fri, 27 Feb 2026 00:00:00 +0000</pubDate>

	        <link>https://waeaves.com/doggy</link>

	        <guid isPermaLink="true">https://waeaves.com/doggy</guid>

	        
	        	<category>games</category>
	        
        	<category>posts</category>

	        
	      </item>
    	
    
	    
	      <item>
	        <title>Jellyfin Part 2</title>

			<description>
				
				
					&lt;div class=&quot;box&quot;&gt;
	&lt;!-- Date --&gt;
	&lt;p&gt;
		&lt;img
	width=&quot;16&quot;
	height=&quot;16&quot;
	style=&quot;width: 1em; height: 1em&quot;
	class=&quot;icon&quot;
	src=&quot;/icons/calendar.png&quot;
	alt=&quot;calendar&quot;
	title=&quot;Calendar&quot;
	
&gt;
 02-22-2026
	&lt;/p&gt;

	&lt;!-- Title --&gt;
	&lt;p&gt;
		
	&lt;img
	width=&quot;16&quot;
	height=&quot;16&quot;
	style=&quot;width: 1em; height: 1em&quot;
	class=&quot;icon&quot;
	src=&quot;/icons/projects.png&quot;
	alt=&quot;projects&quot;
	title=&quot;Projects&quot;
	
&gt;


 &lt;b&gt;
			Jellyfin Part 2
		&lt;/b&gt;
	&lt;/p&gt;

	&lt;!-- Description --&gt;
	&lt;p&gt;&lt;a href=&quot;/jellyfin-1&quot;&gt;← Part 1&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I made a TON of progress since writing Jellyfin Part 1. For one, I went ahead and paid for the static IP. With it, I’m able to define port forwarding rules using my router! And it just works, no funny business.&lt;/p&gt;

&lt;p&gt;Next, I set up my server. I chose to go with Debian, and for this system I tried to keep the system as simple as possible. I didn’t install anything more than the bare operating system, and even disabled recommended installs in apt to keep it minimal. I learned a lot getting the system working under these constraints!&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/img/projects/jellyfin/docker.gif&quot; alt=&quot;Docker compose up, docker compose down&quot; /&gt;&lt;/p&gt;

&lt;p&gt;For this system, I decided to run everything using Docker Compose. That way I can conveniently document and encapsulate my services, check their configuration into git, and spin things up and down easily without polluting the larger system. Networking is also extra convenient with them!&lt;/p&gt;

&lt;p&gt;I ended up setting up Jellyfin, of course, but also a Wireguard server so I can VPN back into my local network to reconfigure my router remotely. I also used Caddy to reverse proxy all the services to the domain that all of this is exposed on, which took some experimentation for the different methods of defining base paths in each of the different services… But it wasn’t bad at all.&lt;/p&gt;

&lt;p&gt;Finally, I set up Deluge, connected to a VPN via Gluetun for torrenting. Set up that way, the Deluge container is only ever able to access the internet through Gluetun, so kill-switch behavior is built in. If gluetun or the VPN ever stop working, Deluge will simply not have a way to access the internet. It works well, although I might switch to a different torrent client eventually (just because deluge has been a little buggy for me, although it might be operator error haha).&lt;/p&gt;

&lt;p&gt;Before this, I had never torrented before!! I had internalized myths about how dangerous and scary it is, but especially when you’re only dealing in media, it’s really pretty safe. and also easy! I totally could have been doing it the whole time, without this whole project… But I’m glad I learned this way. I’m very anxious of a person so it feels really good to have it all set up in such a safe way. Torrenting is a wonderful, beautiful thing! Peer-to-peer filesharing is so cool!!&lt;/p&gt;

	&lt;!----&gt;
&lt;/div&gt;

				
			</description>

	        <pubDate>Sun, 22 Feb 2026 00:00:00 +0000</pubDate>

	        <link>https://waeaves.com/jellyfin-2</link>

	        <guid isPermaLink="true">https://waeaves.com/jellyfin-2</guid>

	        
	        	<category>projects</category>
	        
        	<category>posts</category>

	        
	      </item>
    	
    
	    
	      <item>
	        <title>Jellyfin Part 1</title>

			<description>
				
				
					&lt;div class=&quot;box&quot;&gt;
	&lt;!-- Date --&gt;
	&lt;p&gt;
		&lt;img
	width=&quot;16&quot;
	height=&quot;16&quot;
	style=&quot;width: 1em; height: 1em&quot;
	class=&quot;icon&quot;
	src=&quot;/icons/calendar.png&quot;
	alt=&quot;calendar&quot;
	title=&quot;Calendar&quot;
	
&gt;
 02-11-2026
	&lt;/p&gt;

	&lt;!-- Title --&gt;
	&lt;p&gt;
		
	&lt;img
	width=&quot;16&quot;
	height=&quot;16&quot;
	style=&quot;width: 1em; height: 1em&quot;
	class=&quot;icon&quot;
	src=&quot;/icons/projects.png&quot;
	alt=&quot;projects&quot;
	title=&quot;Projects&quot;
	
&gt;


 &lt;b&gt;
			Jellyfin Part 1
		&lt;/b&gt;
	&lt;/p&gt;

	&lt;!-- Description --&gt;
	&lt;p&gt;I was recently made aware of this cool thing called &lt;a href=&quot;https://jellyfin.org/&quot;&gt;Jellyfin&lt;/a&gt;! The idea is, it’s a streaming platform designed around each user/family/etc hosting their own media server, which is super awesome!&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/img/projects/jellyfin/home.png&quot; alt=&quot;My shows!&quot; /&gt;
&lt;img src=&quot;/img/projects/jellyfin/movies.png&quot; alt=&quot;My movies!&quot; /&gt;&lt;/p&gt;

&lt;p&gt;It’s even available to be installed on linux machines directly from the package manager. Great!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Networking though&lt;/strong&gt;?&lt;/p&gt;

&lt;p&gt;I wanted to expose my instance to the larger internet, so I could let friends use it too!&lt;/p&gt;

&lt;p&gt;It started out well and I was able to set up Dynamic DNS on one of my domains easily (because no static IPs for me). This made it possible to ping the machine using its public domain!&lt;/p&gt;

&lt;p&gt;But… no other services I tried to talk to would reach the machine. I dug around a while trying to figure out what was happening, slowly exhausting the possible causes:&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;no firewalls on my router&lt;/li&gt;
  &lt;li&gt;no firewalls on the server&lt;/li&gt;
  &lt;li&gt;port forwarding on my router was correct&lt;/li&gt;
  &lt;li&gt;the services were listening correctly&lt;/li&gt;
  &lt;li&gt;I could access the services using the server’s DCHP address…&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;But I finally found my answer while searching online. Apparently my ISP uses CGNAT, and offers no way to set port forwarding rules at that level. So what I was trying to do was impossible, at least “the simple way”.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;/jellyfin-2&quot;&gt;Part 2 →&lt;/a&gt;&lt;/p&gt;

	&lt;!----&gt;
&lt;/div&gt;

				
			</description>

	        <pubDate>Wed, 11 Feb 2026 00:00:00 +0000</pubDate>

	        <link>https://waeaves.com/jellyfin-1</link>

	        <guid isPermaLink="true">https://waeaves.com/jellyfin-1</guid>

	        
	        	<category>projects</category>
	        
        	<category>posts</category>

	        
	      </item>
    	
    
	    
	      <item>
	        <title>What Pokemon Are You</title>

			<description>
				
				
					&lt;div class=&quot;box&quot;&gt;
	&lt;!-- Date --&gt;
	&lt;p&gt;
		&lt;img
	width=&quot;16&quot;
	height=&quot;16&quot;
	style=&quot;width: 1em; height: 1em&quot;
	class=&quot;icon&quot;
	src=&quot;/icons/calendar.png&quot;
	alt=&quot;calendar&quot;
	title=&quot;Calendar&quot;
	
&gt;
 02-02-2026
	&lt;/p&gt;

	&lt;!-- Title --&gt;
	&lt;p&gt;
		
	&lt;img
	width=&quot;16&quot;
	height=&quot;16&quot;
	style=&quot;width: 1em; height: 1em&quot;
	class=&quot;icon&quot;
	src=&quot;/icons/projects.png&quot;
	alt=&quot;projects&quot;
	title=&quot;Projects&quot;
	
&gt;


 &lt;b&gt;
			What Pokemon Are You
		&lt;/b&gt;
	&lt;/p&gt;

	&lt;!-- Description --&gt;
	&lt;p&gt;&lt;a href=&quot;https://wpau.y1.nz&quot;&gt;What Pokemon Are You?&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/img/projects/wpau/ui.gif&quot; alt=&quot;WPAU input form&quot; /&gt;
&lt;img src=&quot;/img/projects/wpau/result.gif&quot; alt=&quot;WPAU result reveal&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Website that tells you What Pokemon You Are based on your height and weight! I actually made this a long time ago, but only published it now.&lt;/p&gt;

	&lt;!----&gt;
&lt;/div&gt;

				
			</description>

	        <pubDate>Mon, 02 Feb 2026 00:00:00 +0000</pubDate>

	        <link>https://waeaves.com/wpau</link>

	        <guid isPermaLink="true">https://waeaves.com/wpau</guid>

	        
	        	<category>projects</category>
	        
        	<category>posts</category>

	        
	      </item>
    	
    
	    
	      <item>
	        <title>Cookie Fragile</title>

			<description>
				
				
					&lt;div class=&quot;box&quot;&gt;
	&lt;!-- Date --&gt;
	&lt;p&gt;
		&lt;img
	width=&quot;16&quot;
	height=&quot;16&quot;
	style=&quot;width: 1em; height: 1em&quot;
	class=&quot;icon&quot;
	src=&quot;/icons/calendar.png&quot;
	alt=&quot;calendar&quot;
	title=&quot;Calendar&quot;
	
&gt;
 01-17-2026
	&lt;/p&gt;

	&lt;!-- Title --&gt;
	&lt;p&gt;
		
	&lt;img
	width=&quot;16&quot;
	height=&quot;16&quot;
	style=&quot;width: 1em; height: 1em&quot;
	class=&quot;icon&quot;
	src=&quot;/icons/games.png&quot;
	alt=&quot;games&quot;
	title=&quot;Games&quot;
	
&gt;


 &lt;b&gt;
			Cookie Fragile
		&lt;/b&gt;
	&lt;/p&gt;

	&lt;!-- Description --&gt;
	
&lt;p&gt;&lt;a href=&quot;https://waeaves.itch.io/cookie-fragile&quot;&gt;
	&lt;img width=&quot;16&quot; height=&quot;16&quot; style=&quot;width: 1em; height: 1em&quot; class=&quot;icon&quot; src=&quot;/icons/itch.png&quot; alt=&quot;itch&quot; /&gt;
	Play on itch.io!
&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/img/games/cookie-fragile/gameplay1.png&quot; alt=&quot;Oblique view&quot; /&gt;
&lt;img src=&quot;/img/games/cookie-fragile/gameplay2.png&quot; alt=&quot;Top view&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Based on &lt;a href=&quot;https://www.vlambeer.com/&quot;&gt;Vlambeer&lt;/a&gt;’s &lt;a href=&quot;https://www.supercratebox.com/&quot;&gt;Super Crate Box&lt;/a&gt;, but with more emphasis on the various ways you might hurt yourself with all the bombs and fire going on 😅&lt;/p&gt;

	&lt;!--
		&lt;img class=&quot;expanded-image&quot; src=&quot;/img/games/cookie-fragile/cover.png&quot; &gt;
	--&gt;
&lt;/div&gt;

				
			</description>

	        <pubDate>Sat, 17 Jan 2026 00:00:00 +0000</pubDate>

	        <link>https://waeaves.com/cookie-fragile</link>

	        <guid isPermaLink="true">https://waeaves.com/cookie-fragile</guid>

	        
	        	<category>games</category>
	        
        	<category>posts</category>

	        
	      </item>
    	
    
	    
	      <item>
	        <title>Deux and Nada</title>

			<description>
				
				
					&lt;div class=&quot;box&quot;&gt;
	&lt;!-- Date --&gt;
	&lt;p&gt;
		&lt;img
	width=&quot;16&quot;
	height=&quot;16&quot;
	style=&quot;width: 1em; height: 1em&quot;
	class=&quot;icon&quot;
	src=&quot;/icons/calendar.png&quot;
	alt=&quot;calendar&quot;
	title=&quot;Calendar&quot;
	
&gt;
 12-01-2025
	&lt;/p&gt;

	&lt;!-- Title --&gt;
	&lt;p&gt;
		
	&lt;img
	width=&quot;16&quot;
	height=&quot;16&quot;
	style=&quot;width: 1em; height: 1em&quot;
	class=&quot;icon&quot;
	src=&quot;/icons/games.png&quot;
	alt=&quot;games&quot;
	title=&quot;Games&quot;
	
&gt;


 &lt;b&gt;
			Deux and Nada
		&lt;/b&gt;
	&lt;/p&gt;

	&lt;!-- Description --&gt;
	&lt;p&gt;&lt;img src=&quot;/img/games/deux-and-nada/cutscene.gif&quot; alt=&quot;Deux and Nada Cutscene&quot; /&gt;
&lt;img src=&quot;/img/games/deux-and-nada/gameplay.gif&quot; alt=&quot;Deux and Nada Gameplay&quot; /&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://waeaves.itch.io/deux-and-nada&quot;&gt;
	&lt;img width=&quot;16&quot; height=&quot;16&quot; style=&quot;width: 1em; height: 1em&quot; class=&quot;icon&quot; src=&quot;/icons/itch.png&quot; alt=&quot;itch&quot; /&gt;
	Play on itch.io!
&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Assymetric 2p blockpusher with a story! It was fun to mess with including some cutscenes and writing.&lt;/p&gt;

	&lt;!--
		&lt;img class=&quot;expanded-image&quot; src=&quot;/img/games/deux-and-nada/cover.png&quot; &gt;
	--&gt;
&lt;/div&gt;

				
			</description>

	        <pubDate>Mon, 01 Dec 2025 00:00:00 +0000</pubDate>

	        <link>https://waeaves.com/deux-and-nada</link>

	        <guid isPermaLink="true">https://waeaves.com/deux-and-nada</guid>

	        
	        	<category>games</category>
	        
        	<category>posts</category>

	        
	      </item>
    	
    
	    
	      <item>
	        <title>Spider Fly</title>

			<description>
				
				
					&lt;div class=&quot;box&quot;&gt;
	&lt;!-- Date --&gt;
	&lt;p&gt;
		&lt;img
	width=&quot;16&quot;
	height=&quot;16&quot;
	style=&quot;width: 1em; height: 1em&quot;
	class=&quot;icon&quot;
	src=&quot;/icons/calendar.png&quot;
	alt=&quot;calendar&quot;
	title=&quot;Calendar&quot;
	
&gt;
 11-03-2025
	&lt;/p&gt;

	&lt;!-- Title --&gt;
	&lt;p&gt;
		
	&lt;img
	width=&quot;16&quot;
	height=&quot;16&quot;
	style=&quot;width: 1em; height: 1em&quot;
	class=&quot;icon&quot;
	src=&quot;/icons/games.png&quot;
	alt=&quot;games&quot;
	title=&quot;Games&quot;
	
&gt;


 &lt;b&gt;
			Spider Fly
		&lt;/b&gt;
	&lt;/p&gt;

	&lt;!-- Description --&gt;
	&lt;p&gt;&lt;img src=&quot;/img/games/spider-fly/gameplay.gif&quot; alt=&quot;Interacting with webs&quot; /&gt;&lt;/p&gt;

&lt;p&gt;A fun little demo in the last ~10 hours of the jam.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://waeaves.itch.io/spider-fly&quot;&gt;
	&lt;img width=&quot;16&quot; height=&quot;16&quot; style=&quot;width: 1em; height: 1em&quot; class=&quot;icon&quot; src=&quot;/icons/itch.png&quot; alt=&quot;itch&quot; /&gt;
	Play on itch.io!
&lt;/a&gt;&lt;/p&gt;


	&lt;!--
		&lt;img class=&quot;expanded-image&quot; src=&quot;/img/games/spider-fly/cover.png&quot; &gt;
	--&gt;
&lt;/div&gt;

				
			</description>

	        <pubDate>Mon, 03 Nov 2025 00:00:00 +0000</pubDate>

	        <link>https://waeaves.com/spider-fly</link>

	        <guid isPermaLink="true">https://waeaves.com/spider-fly</guid>

	        
	        	<category>games</category>
	        
        	<category>posts</category>

	        
	      </item>
    	
    
	    
	      <item>
	        <title>Galactic Biscuit</title>

			<description>
				
				
					&lt;div class=&quot;box&quot;&gt;
	&lt;!-- Date --&gt;
	&lt;p&gt;
		&lt;img
	width=&quot;16&quot;
	height=&quot;16&quot;
	style=&quot;width: 1em; height: 1em&quot;
	class=&quot;icon&quot;
	src=&quot;/icons/calendar.png&quot;
	alt=&quot;calendar&quot;
	title=&quot;Calendar&quot;
	
&gt;
 10-31-2025
	&lt;/p&gt;

	&lt;!-- Title --&gt;
	&lt;p&gt;
		
	&lt;img
	width=&quot;16&quot;
	height=&quot;16&quot;
	style=&quot;width: 1em; height: 1em&quot;
	class=&quot;icon&quot;
	src=&quot;/icons/games.png&quot;
	alt=&quot;games&quot;
	title=&quot;Games&quot;
	
&gt;


 &lt;b&gt;
			Galactic Biscuit
		&lt;/b&gt;
	&lt;/p&gt;

	&lt;!-- Description --&gt;
	&lt;p&gt;&lt;img src=&quot;/img/games/galactic-biscuit/blockroach.gif&quot; alt=&quot;Galactic Biscuit gameplay&quot; /&gt;
&lt;img src=&quot;/img/games/galactic-biscuit/milk.gif&quot; alt=&quot;Milk!&quot; /&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://waeaves.itch.io/galactic-biscuit&quot;&gt;
	&lt;img width=&quot;16&quot; height=&quot;16&quot; style=&quot;width: 1em; height: 1em&quot; class=&quot;icon&quot; src=&quot;/icons/itch.png&quot; alt=&quot;itch&quot; /&gt;
	Play on itch.io!
&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Platformer demo, with moving platforms, ducking through thin platforms, etc. Cookie-themed.&lt;/p&gt;

	&lt;!--
		&lt;img class=&quot;expanded-image&quot; src=&quot;/img/games/galactic-biscuit/cover.png&quot; &gt;
	--&gt;
&lt;/div&gt;

				
			</description>

	        <pubDate>Fri, 31 Oct 2025 00:00:00 +0000</pubDate>

	        <link>https://waeaves.com/galactic-biscuit</link>

	        <guid isPermaLink="true">https://waeaves.com/galactic-biscuit</guid>

	        
	        	<category>games</category>
	        
        	<category>posts</category>

	        
	      </item>
    	
    
	    
	      <item>
	        <title>Jekyll time</title>

			<description>
				
				
					&lt;div class=&quot;box&quot;&gt;
	&lt;!-- Date --&gt;
	&lt;p&gt;
		&lt;img
	width=&quot;16&quot;
	height=&quot;16&quot;
	style=&quot;width: 1em; height: 1em&quot;
	class=&quot;icon&quot;
	src=&quot;/icons/calendar.png&quot;
	alt=&quot;calendar&quot;
	title=&quot;Calendar&quot;
	
&gt;
 10-24-2025
	&lt;/p&gt;

	&lt;!-- Title --&gt;
	&lt;p&gt;
		
	&lt;img
	width=&quot;16&quot;
	height=&quot;16&quot;
	style=&quot;width: 1em; height: 1em&quot;
	class=&quot;icon&quot;
	src=&quot;/icons/blog.png&quot;
	alt=&quot;blog&quot;
	title=&quot;Blog&quot;
	
&gt;


 &lt;b&gt;
			Jekyll time
		&lt;/b&gt;
	&lt;/p&gt;

	&lt;!-- Description --&gt;
	&lt;p&gt;New and improved website but with all that same Crunchy Geocities Charm :-)&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/img/posts/welcome/garfielf.gif&quot; alt=&quot;Garfielf is Schmovin&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Now extra brief,, we &amp;lt;3 conciseness around here&lt;/p&gt;

	&lt;!----&gt;
&lt;/div&gt;

				
			</description>

	        <pubDate>Fri, 24 Oct 2025 00:00:00 +0000</pubDate>

	        <link>https://waeaves.com/welcome-to-jekyll</link>

	        <guid isPermaLink="true">https://waeaves.com/welcome-to-jekyll</guid>

	        
	        	<category>blog</category>
	        
        	<category>posts</category>

	        
	      </item>
    	
    
	    
	      <item>
	        <title>3D Printed Hexagonal Rush Hour</title>

			<description>
				
				
					&lt;div class=&quot;box&quot;&gt;
	&lt;!-- Date --&gt;
	&lt;p&gt;
		&lt;img
	width=&quot;16&quot;
	height=&quot;16&quot;
	style=&quot;width: 1em; height: 1em&quot;
	class=&quot;icon&quot;
	src=&quot;/icons/calendar.png&quot;
	alt=&quot;calendar&quot;
	title=&quot;Calendar&quot;
	
&gt;
 10-15-2025
	&lt;/p&gt;

	&lt;!-- Title --&gt;
	&lt;p&gt;
		
	&lt;img
	width=&quot;16&quot;
	height=&quot;16&quot;
	style=&quot;width: 1em; height: 1em&quot;
	class=&quot;icon&quot;
	src=&quot;/icons/projects.png&quot;
	alt=&quot;projects&quot;
	title=&quot;Projects&quot;
	
&gt;


 &lt;b&gt;
			3D Printed Hexagonal Rush Hour
		&lt;/b&gt;
	&lt;/p&gt;

	&lt;!-- Description --&gt;
	&lt;p&gt;&lt;img src=&quot;/img/projects/rush-hour-prints/complete.png&quot; alt=&quot;Oblique view&quot; /&gt;
&lt;img src=&quot;/img/projects/rush-hour-prints/top-view.png&quot; alt=&quot;Top view&quot; /&gt;
&lt;img src=&quot;/img/projects/rush-hour-prints/pieces.png&quot; alt=&quot;Piece details&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Models and writeup: &lt;a href=&quot;https://www.printables.com/model/1451757-hexagonal-rush-hour/files&quot;&gt;Printables.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Web version: &lt;a href=&quot;/hex-rush-hour/&quot;&gt;Hexagonal Rush Hour (web)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I designed this all using &lt;a href=&quot;https://www.freecad.org/&quot;&gt;FreeCAD&lt;/a&gt; &amp;lt;3&lt;/p&gt;

	&lt;!----&gt;
&lt;/div&gt;

				
			</description>

	        <pubDate>Wed, 15 Oct 2025 00:00:00 +0000</pubDate>

	        <link>https://waeaves.com/rush-hour-prints</link>

	        <guid isPermaLink="true">https://waeaves.com/rush-hour-prints</guid>

	        
	        	<category>projects</category>
	        
        	<category>posts</category>

	        
	      </item>
    	
    
	    
	      <item>
	        <title>Hexagonal Rush Hour (web)</title>

			<description>
				
				
					&lt;div class=&quot;box&quot;&gt;
	&lt;!-- Date --&gt;
	&lt;p&gt;
		&lt;img
	width=&quot;16&quot;
	height=&quot;16&quot;
	style=&quot;width: 1em; height: 1em&quot;
	class=&quot;icon&quot;
	src=&quot;/icons/calendar.png&quot;
	alt=&quot;calendar&quot;
	title=&quot;Calendar&quot;
	
&gt;
 10-06-2025
	&lt;/p&gt;

	&lt;!-- Title --&gt;
	&lt;p&gt;
		
	&lt;img
	width=&quot;16&quot;
	height=&quot;16&quot;
	style=&quot;width: 1em; height: 1em&quot;
	class=&quot;icon&quot;
	src=&quot;/icons/games.png&quot;
	alt=&quot;games&quot;
	title=&quot;Games&quot;
	
&gt;


 &lt;b&gt;
			Hexagonal Rush Hour (web)
		&lt;/b&gt;
	&lt;/p&gt;

	&lt;!-- Description --&gt;
	&lt;p&gt;&lt;img src=&quot;/img/games/hex-rush/gameplay.gif&quot; alt=&quot;Hexagonal rush hour gameplay&quot; /&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://waeaves.itch.io/hex-rush-hour&quot;&gt;
	&lt;img width=&quot;16&quot; height=&quot;16&quot; style=&quot;width: 1em; height: 1em&quot; class=&quot;icon&quot; src=&quot;/icons/itch.png&quot; alt=&quot;itch&quot; /&gt;
	Play on itch.io!
&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Reused hexagonal utilities from &lt;a href=&quot;/pollen-pusher/&quot;&gt;Pollen Pusher&lt;/a&gt;. I also made a really fun &lt;a href=&quot;/rush-hour-prints/&quot;&gt;physical version&lt;/a&gt; and you can too 👍&lt;/p&gt;

	&lt;!--
		&lt;img class=&quot;expanded-image&quot; src=&quot;/img/games/hex-rush/cover.png&quot; &gt;
	--&gt;
&lt;/div&gt;

				
			</description>

	        <pubDate>Mon, 06 Oct 2025 00:00:00 +0000</pubDate>

	        <link>https://waeaves.com/hex-rush-hour</link>

	        <guid isPermaLink="true">https://waeaves.com/hex-rush-hour</guid>

	        
	        	<category>games</category>
	        
        	<category>posts</category>

	        
	      </item>
    	
    
	    
	      <item>
	        <title>Pollen Pusher</title>

			<description>
				
				
					&lt;div class=&quot;box&quot;&gt;
	&lt;!-- Date --&gt;
	&lt;p&gt;
		&lt;img
	width=&quot;16&quot;
	height=&quot;16&quot;
	style=&quot;width: 1em; height: 1em&quot;
	class=&quot;icon&quot;
	src=&quot;/icons/calendar.png&quot;
	alt=&quot;calendar&quot;
	title=&quot;Calendar&quot;
	
&gt;
 10-04-2025
	&lt;/p&gt;

	&lt;!-- Title --&gt;
	&lt;p&gt;
		
	&lt;img
	width=&quot;16&quot;
	height=&quot;16&quot;
	style=&quot;width: 1em; height: 1em&quot;
	class=&quot;icon&quot;
	src=&quot;/icons/games.png&quot;
	alt=&quot;games&quot;
	title=&quot;Games&quot;
	
&gt;


 &lt;b&gt;
			Pollen Pusher
		&lt;/b&gt;
	&lt;/p&gt;

	&lt;!-- Description --&gt;
	&lt;p&gt;Hexagonal sokoban where you’re a bee collecting pollen. Didn’t include enough mechanics to make super good puzzles, but I did make some VIBEY music for it.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://waeaves.itch.io/pollen-pusher&quot;&gt;
	&lt;img width=&quot;16&quot; height=&quot;16&quot; style=&quot;width: 1em; height: 1em&quot; class=&quot;icon&quot; src=&quot;/icons/itch.png&quot; alt=&quot;itch&quot; /&gt;
	Play on itch.io!
&lt;/a&gt;&lt;/p&gt;


	&lt;!--
		&lt;img class=&quot;expanded-image&quot; src=&quot;/img/games/pollen-pusher/cover.png&quot; &gt;
	--&gt;
&lt;/div&gt;

				
			</description>

	        <pubDate>Sat, 04 Oct 2025 00:00:00 +0000</pubDate>

	        <link>https://waeaves.com/pollen-pusher</link>

	        <guid isPermaLink="true">https://waeaves.com/pollen-pusher</guid>

	        
	        	<category>games</category>
	        
        	<category>posts</category>

	        
	      </item>
    	
    
	    
	      <item>
	        <title>Endings Bingo</title>

			<description>
				
				
					&lt;div class=&quot;box&quot;&gt;
	&lt;!-- Date --&gt;
	&lt;p&gt;
		&lt;img
	width=&quot;16&quot;
	height=&quot;16&quot;
	style=&quot;width: 1em; height: 1em&quot;
	class=&quot;icon&quot;
	src=&quot;/icons/calendar.png&quot;
	alt=&quot;calendar&quot;
	title=&quot;Calendar&quot;
	
&gt;
 09-15-2025
	&lt;/p&gt;

	&lt;!-- Title --&gt;
	&lt;p&gt;
		
	&lt;img
	width=&quot;16&quot;
	height=&quot;16&quot;
	style=&quot;width: 1em; height: 1em&quot;
	class=&quot;icon&quot;
	src=&quot;/icons/games.png&quot;
	alt=&quot;games&quot;
	title=&quot;Games&quot;
	
&gt;


 &lt;b&gt;
			Endings Bingo
		&lt;/b&gt;
	&lt;/p&gt;

	&lt;!-- Description --&gt;
	&lt;p&gt;Single-level blockpusher with 24 endings. Fun constraints but I kind of ran out of time.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://waeaves.itch.io/endings-bingo&quot;&gt;
	&lt;img width=&quot;16&quot; height=&quot;16&quot; style=&quot;width: 1em; height: 1em&quot; class=&quot;icon&quot; src=&quot;/icons/itch.png&quot; alt=&quot;itch&quot; /&gt;
	Play on itch.io!
&lt;/a&gt;&lt;/p&gt;


	&lt;!--
		&lt;img class=&quot;expanded-image&quot; src=&quot;/img/games/endings-bingo/cover.png&quot; &gt;
	--&gt;
&lt;/div&gt;

				
			</description>

	        <pubDate>Mon, 15 Sep 2025 00:00:00 +0000</pubDate>

	        <link>https://waeaves.com/endings-bingo</link>

	        <guid isPermaLink="true">https://waeaves.com/endings-bingo</guid>

	        
	        	<category>games</category>
	        
        	<category>posts</category>

	        
	      </item>
    	
    
	    
	      <item>
	        <title>Ka-Bloom</title>

			<description>
				
				
					&lt;div class=&quot;box&quot;&gt;
	&lt;!-- Date --&gt;
	&lt;p&gt;
		&lt;img
	width=&quot;16&quot;
	height=&quot;16&quot;
	style=&quot;width: 1em; height: 1em&quot;
	class=&quot;icon&quot;
	src=&quot;/icons/calendar.png&quot;
	alt=&quot;calendar&quot;
	title=&quot;Calendar&quot;
	
&gt;
 08-15-2025
	&lt;/p&gt;

	&lt;!-- Title --&gt;
	&lt;p&gt;
		
	&lt;img
	width=&quot;16&quot;
	height=&quot;16&quot;
	style=&quot;width: 1em; height: 1em&quot;
	class=&quot;icon&quot;
	src=&quot;/icons/games.png&quot;
	alt=&quot;games&quot;
	title=&quot;Games&quot;
	
&gt;


 &lt;b&gt;
			Ka-Bloom
		&lt;/b&gt;
	&lt;/p&gt;

	&lt;!-- Description --&gt;
	&lt;p&gt;Bejeweled-twist-type match-3 game with flowers. 
&lt;a href=&quot;https://waeaves.itch.io/kabloom&quot;&gt;
	&lt;img width=&quot;16&quot; height=&quot;16&quot; style=&quot;width: 1em; height: 1em&quot; class=&quot;icon&quot; src=&quot;/icons/itch.png&quot; alt=&quot;itch&quot; /&gt;
	Play on itch.io!
&lt;/a&gt;&lt;/p&gt;


	&lt;!--
		&lt;img class=&quot;expanded-image&quot; src=&quot;/img/games/kabloom/cover.png&quot; &gt;
	--&gt;
&lt;/div&gt;

				
			</description>

	        <pubDate>Fri, 15 Aug 2025 00:00:00 +0000</pubDate>

	        <link>https://waeaves.com/kabloom</link>

	        <guid isPermaLink="true">https://waeaves.com/kabloom</guid>

	        
	        	<category>games</category>
	        
        	<category>posts</category>

	        
	      </item>
    	
    
	    
	      <item>
	        <title>SIRTET</title>

			<description>
				
				
					&lt;div class=&quot;box&quot;&gt;
	&lt;!-- Date --&gt;
	&lt;p&gt;
		&lt;img
	width=&quot;16&quot;
	height=&quot;16&quot;
	style=&quot;width: 1em; height: 1em&quot;
	class=&quot;icon&quot;
	src=&quot;/icons/calendar.png&quot;
	alt=&quot;calendar&quot;
	title=&quot;Calendar&quot;
	
&gt;
 08-05-2025
	&lt;/p&gt;

	&lt;!-- Title --&gt;
	&lt;p&gt;
		
	&lt;img
	width=&quot;16&quot;
	height=&quot;16&quot;
	style=&quot;width: 1em; height: 1em&quot;
	class=&quot;icon&quot;
	src=&quot;/icons/games.png&quot;
	alt=&quot;games&quot;
	title=&quot;Games&quot;
	
&gt;


 &lt;b&gt;
			SIRTET
		&lt;/b&gt;
	&lt;/p&gt;

	&lt;!-- Description --&gt;
	&lt;p&gt;Backwards Tetris, made in ONE HOUR. Very happy therewith.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://waeaves.itch.io/sirtet&quot;&gt;
	&lt;img width=&quot;16&quot; height=&quot;16&quot; style=&quot;width: 1em; height: 1em&quot; class=&quot;icon&quot; src=&quot;/icons/itch.png&quot; alt=&quot;itch&quot; /&gt;
	Play on itch.io!
&lt;/a&gt;&lt;/p&gt;


	&lt;!--
		&lt;img class=&quot;expanded-image&quot; src=&quot;/img/games/sirtet/cover2.png&quot; &gt;
	--&gt;
&lt;/div&gt;

				
			</description>

	        <pubDate>Tue, 05 Aug 2025 00:00:00 +0000</pubDate>

	        <link>https://waeaves.com/sirtet</link>

	        <guid isPermaLink="true">https://waeaves.com/sirtet</guid>

	        
	        	<category>games</category>
	        
        	<category>posts</category>

	        
	      </item>
    	
    
	    
	      <item>
	        <title>Goop Snake</title>

			<description>
				
				
					&lt;div class=&quot;box&quot;&gt;
	&lt;!-- Date --&gt;
	&lt;p&gt;
		&lt;img
	width=&quot;16&quot;
	height=&quot;16&quot;
	style=&quot;width: 1em; height: 1em&quot;
	class=&quot;icon&quot;
	src=&quot;/icons/calendar.png&quot;
	alt=&quot;calendar&quot;
	title=&quot;Calendar&quot;
	
&gt;
 08-02-2025
	&lt;/p&gt;

	&lt;!-- Title --&gt;
	&lt;p&gt;
		
	&lt;img
	width=&quot;16&quot;
	height=&quot;16&quot;
	style=&quot;width: 1em; height: 1em&quot;
	class=&quot;icon&quot;
	src=&quot;/icons/games.png&quot;
	alt=&quot;games&quot;
	title=&quot;Games&quot;
	
&gt;


 &lt;b&gt;
			Goop Snake
		&lt;/b&gt;
	&lt;/p&gt;

	&lt;!-- Description --&gt;
	&lt;p&gt;Featured for GMTK Game Jam 2025!!&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://waeaves.itch.io/goop-snake&quot;&gt;
	&lt;img width=&quot;16&quot; height=&quot;16&quot; style=&quot;width: 1em; height: 1em&quot; class=&quot;icon&quot; src=&quot;/icons/itch.png&quot; alt=&quot;itch&quot; /&gt;
	Play on itch.io!
&lt;/a&gt;&lt;/p&gt;


	&lt;!--
		&lt;img class=&quot;expanded-image&quot; src=&quot;/img/games/goopsnake/cover.png&quot; &gt;
	--&gt;
&lt;/div&gt;

				
			</description>

	        <pubDate>Sat, 02 Aug 2025 00:00:00 +0000</pubDate>

	        <link>https://waeaves.com/goop-snake</link>

	        <guid isPermaLink="true">https://waeaves.com/goop-snake</guid>

	        
	        	<category>games</category>
	        
        	<category>posts</category>

	        
	      </item>
    	
    
	    
	      <item>
	        <title>Two Twenty Five</title>

			<description>
				
				
					&lt;div class=&quot;box&quot;&gt;
	&lt;!-- Date --&gt;
	&lt;p&gt;
		&lt;img
	width=&quot;16&quot;
	height=&quot;16&quot;
	style=&quot;width: 1em; height: 1em&quot;
	class=&quot;icon&quot;
	src=&quot;/icons/calendar.png&quot;
	alt=&quot;calendar&quot;
	title=&quot;Calendar&quot;
	
&gt;
 07-23-2025
	&lt;/p&gt;

	&lt;!-- Title --&gt;
	&lt;p&gt;
		
	&lt;img
	width=&quot;16&quot;
	height=&quot;16&quot;
	style=&quot;width: 1em; height: 1em&quot;
	class=&quot;icon&quot;
	src=&quot;/icons/games.png&quot;
	alt=&quot;games&quot;
	title=&quot;Games&quot;
	
&gt;


 &lt;b&gt;
			Two Twenty Five
		&lt;/b&gt;
	&lt;/p&gt;

	&lt;!-- Description --&gt;
	&lt;p&gt;15 puzzles where each tile is also a 15 puzzle. Inspired by &lt;a href=&quot;https://vvulpes0.itch.io/&quot;&gt;Pineberry&lt;/a&gt;’s similar &lt;a href=&quot;https://vvulpes0.itch.io/225&quot;&gt;225&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://waeaves.itch.io/two-twenty-five&quot;&gt;
	&lt;img width=&quot;16&quot; height=&quot;16&quot; style=&quot;width: 1em; height: 1em&quot; class=&quot;icon&quot; src=&quot;/icons/itch.png&quot; alt=&quot;itch&quot; /&gt;
	Play on itch.io!
&lt;/a&gt;&lt;/p&gt;


	&lt;!--
		&lt;img class=&quot;expanded-image&quot; src=&quot;/img/games/two-twenty-five/cover.png&quot; &gt;
	--&gt;
&lt;/div&gt;

				
			</description>

	        <pubDate>Wed, 23 Jul 2025 00:00:00 +0000</pubDate>

	        <link>https://waeaves.com/two-twenty-five</link>

	        <guid isPermaLink="true">https://waeaves.com/two-twenty-five</guid>

	        
	        	<category>games</category>
	        
        	<category>posts</category>

	        
	      </item>
    	
    
	    
	      <item>
	        <title>Rotdog</title>

			<description>
				
				
					&lt;div class=&quot;box&quot;&gt;
	&lt;!-- Date --&gt;
	&lt;p&gt;
		&lt;img
	width=&quot;16&quot;
	height=&quot;16&quot;
	style=&quot;width: 1em; height: 1em&quot;
	class=&quot;icon&quot;
	src=&quot;/icons/calendar.png&quot;
	alt=&quot;calendar&quot;
	title=&quot;Calendar&quot;
	
&gt;
 07-21-2025
	&lt;/p&gt;

	&lt;!-- Title --&gt;
	&lt;p&gt;
		
	&lt;img
	width=&quot;16&quot;
	height=&quot;16&quot;
	style=&quot;width: 1em; height: 1em&quot;
	class=&quot;icon&quot;
	src=&quot;/icons/games.png&quot;
	alt=&quot;games&quot;
	title=&quot;Games&quot;
	
&gt;


 &lt;b&gt;
			Rotdog
		&lt;/b&gt;
	&lt;/p&gt;

	&lt;!-- Description --&gt;
	&lt;p&gt;Hotdoglike where the food attacks you. Collabbed with Nanner &amp;lt;3.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://waeaves.itch.io/rotdog&quot;&gt;
	&lt;img width=&quot;16&quot; height=&quot;16&quot; style=&quot;width: 1em; height: 1em&quot; class=&quot;icon&quot; src=&quot;/icons/itch.png&quot; alt=&quot;itch&quot; /&gt;
	Play on itch.io!
&lt;/a&gt;&lt;/p&gt;


	&lt;!--
		&lt;img class=&quot;expanded-image&quot; src=&quot;/img/games/rotdog/cover.png&quot; &gt;
	--&gt;
&lt;/div&gt;

				
			</description>

	        <pubDate>Mon, 21 Jul 2025 00:00:00 +0000</pubDate>

	        <link>https://waeaves.com/rotdog</link>

	        <guid isPermaLink="true">https://waeaves.com/rotdog</guid>

	        
	        	<category>games</category>
	        
        	<category>posts</category>

	        
	      </item>
    	
    
	    
	      <item>
	        <title>Muris</title>

			<description>
				
				
					&lt;div class=&quot;box&quot;&gt;
	&lt;!-- Date --&gt;
	&lt;p&gt;
		&lt;img
	width=&quot;16&quot;
	height=&quot;16&quot;
	style=&quot;width: 1em; height: 1em&quot;
	class=&quot;icon&quot;
	src=&quot;/icons/calendar.png&quot;
	alt=&quot;calendar&quot;
	title=&quot;Calendar&quot;
	
&gt;
 07-08-2025
	&lt;/p&gt;

	&lt;!-- Title --&gt;
	&lt;p&gt;
		
	&lt;img
	width=&quot;16&quot;
	height=&quot;16&quot;
	style=&quot;width: 1em; height: 1em&quot;
	class=&quot;icon&quot;
	src=&quot;/icons/games.png&quot;
	alt=&quot;games&quot;
	title=&quot;Games&quot;
	
&gt;


 &lt;b&gt;
			Muris
		&lt;/b&gt;
	&lt;/p&gt;

	&lt;!-- Description --&gt;
	&lt;p&gt;Mouse spaceship game with dialog. Kind of ran out of time lol. 
&lt;a href=&quot;https://waeaves.itch.io/muris&quot;&gt;
	&lt;img width=&quot;16&quot; height=&quot;16&quot; style=&quot;width: 1em; height: 1em&quot; class=&quot;icon&quot; src=&quot;/icons/itch.png&quot; alt=&quot;itch&quot; /&gt;
	Play on itch.io!
&lt;/a&gt;&lt;/p&gt;


	&lt;!--
		&lt;img class=&quot;expanded-image&quot; src=&quot;/img/games/muris/cover.png&quot; &gt;
	--&gt;
&lt;/div&gt;

				
			</description>

	        <pubDate>Tue, 08 Jul 2025 00:00:00 +0000</pubDate>

	        <link>https://waeaves.com/muris</link>

	        <guid isPermaLink="true">https://waeaves.com/muris</guid>

	        
	        	<category>games</category>
	        
        	<category>posts</category>

	        
	      </item>
    	
    
	    
	      <item>
	        <title>Tic-Pac-Toe</title>

			<description>
				
				
					&lt;div class=&quot;box&quot;&gt;
	&lt;!-- Date --&gt;
	&lt;p&gt;
		&lt;img
	width=&quot;16&quot;
	height=&quot;16&quot;
	style=&quot;width: 1em; height: 1em&quot;
	class=&quot;icon&quot;
	src=&quot;/icons/calendar.png&quot;
	alt=&quot;calendar&quot;
	title=&quot;Calendar&quot;
	
&gt;
 06-30-2025
	&lt;/p&gt;

	&lt;!-- Title --&gt;
	&lt;p&gt;
		
	&lt;img
	width=&quot;16&quot;
	height=&quot;16&quot;
	style=&quot;width: 1em; height: 1em&quot;
	class=&quot;icon&quot;
	src=&quot;/icons/games.png&quot;
	alt=&quot;games&quot;
	title=&quot;Games&quot;
	
&gt;


 &lt;b&gt;
			Tic-Pac-Toe
		&lt;/b&gt;
	&lt;/p&gt;

	&lt;!-- Description --&gt;
	&lt;p&gt;&quot;Tic-tac-toe but they can eat eachother&quot;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://waeaves.itch.io/tic-pac-toe&quot;&gt;
	&lt;img width=&quot;16&quot; height=&quot;16&quot; style=&quot;width: 1em; height: 1em&quot; class=&quot;icon&quot; src=&quot;/icons/itch.png&quot; alt=&quot;itch&quot; /&gt;
	Play on itch.io!
&lt;/a&gt;&lt;/p&gt;


	&lt;!--
		&lt;img class=&quot;expanded-image&quot; src=&quot;/img/games/tic-pac-toe/cover.png&quot; &gt;
	--&gt;
&lt;/div&gt;

				
			</description>

	        <pubDate>Mon, 30 Jun 2025 00:00:00 +0000</pubDate>

	        <link>https://waeaves.com/tic-pac-toe</link>

	        <guid isPermaLink="true">https://waeaves.com/tic-pac-toe</guid>

	        
	        	<category>games</category>
	        
        	<category>posts</category>

	        
	      </item>
    	
    
	    
	      <item>
	        <title>Bugsnack</title>

			<description>
				
				
					&lt;div class=&quot;box&quot;&gt;
	&lt;!-- Date --&gt;
	&lt;p&gt;
		&lt;img
	width=&quot;16&quot;
	height=&quot;16&quot;
	style=&quot;width: 1em; height: 1em&quot;
	class=&quot;icon&quot;
	src=&quot;/icons/calendar.png&quot;
	alt=&quot;calendar&quot;
	title=&quot;Calendar&quot;
	
&gt;
 06-28-2025
	&lt;/p&gt;

	&lt;!-- Title --&gt;
	&lt;p&gt;
		
	&lt;img
	width=&quot;16&quot;
	height=&quot;16&quot;
	style=&quot;width: 1em; height: 1em&quot;
	class=&quot;icon&quot;
	src=&quot;/icons/games.png&quot;
	alt=&quot;games&quot;
	title=&quot;Games&quot;
	
&gt;


 &lt;b&gt;
			Bugsnack
		&lt;/b&gt;
	&lt;/p&gt;

	&lt;!-- Description --&gt;
	&lt;p&gt;Tiny frog game. One of my favorite things I’ve ever made :) Done in 3 hours.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://waeaves.itch.io/bugsnack&quot;&gt;
	&lt;img width=&quot;16&quot; height=&quot;16&quot; style=&quot;width: 1em; height: 1em&quot; class=&quot;icon&quot; src=&quot;/icons/itch.png&quot; alt=&quot;itch&quot; /&gt;
	Play on itch.io!
&lt;/a&gt;&lt;/p&gt;


	&lt;!--
		&lt;img class=&quot;expanded-image&quot; src=&quot;/img/games/bugsnack/cover.png&quot; &gt;
	--&gt;
&lt;/div&gt;

				
			</description>

	        <pubDate>Sat, 28 Jun 2025 00:00:00 +0000</pubDate>

	        <link>https://waeaves.com/bugsnack</link>

	        <guid isPermaLink="true">https://waeaves.com/bugsnack</guid>

	        
	        	<category>games</category>
	        
        	<category>posts</category>

	        
	      </item>
    	
    
	    
	      <item>
	        <title>Super Hamster World 2</title>

			<description>
				
				
					&lt;div class=&quot;box&quot;&gt;
	&lt;!-- Date --&gt;
	&lt;p&gt;
		&lt;img
	width=&quot;16&quot;
	height=&quot;16&quot;
	style=&quot;width: 1em; height: 1em&quot;
	class=&quot;icon&quot;
	src=&quot;/icons/calendar.png&quot;
	alt=&quot;calendar&quot;
	title=&quot;Calendar&quot;
	
&gt;
 06-16-2025
	&lt;/p&gt;

	&lt;!-- Title --&gt;
	&lt;p&gt;
		
	&lt;img
	width=&quot;16&quot;
	height=&quot;16&quot;
	style=&quot;width: 1em; height: 1em&quot;
	class=&quot;icon&quot;
	src=&quot;/icons/games.png&quot;
	alt=&quot;games&quot;
	title=&quot;Games&quot;
	
&gt;


 &lt;b&gt;
			Super Hamster World 2
		&lt;/b&gt;
	&lt;/p&gt;

	&lt;!-- Description --&gt;
	&lt;p&gt;I won!! :-) 2d super monkey ball, extra crunchy pixel aesthetic. Kind of a rage game.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://waeaves.itch.io/super-hamseter-world-2&quot;&gt;
	&lt;img width=&quot;16&quot; height=&quot;16&quot; style=&quot;width: 1em; height: 1em&quot; class=&quot;icon&quot; src=&quot;/icons/itch.png&quot; alt=&quot;itch&quot; /&gt;
	Play on itch.io!
&lt;/a&gt;&lt;/p&gt;


	&lt;!--
		&lt;img class=&quot;expanded-image&quot; src=&quot;/img/games/shw2/cover.png&quot; &gt;
	--&gt;
&lt;/div&gt;

				
			</description>

	        <pubDate>Mon, 16 Jun 2025 00:00:00 +0000</pubDate>

	        <link>https://waeaves.com/super-hamster-world-2</link>

	        <guid isPermaLink="true">https://waeaves.com/super-hamster-world-2</guid>

	        
	        	<category>games</category>
	        
        	<category>posts</category>

	        
	      </item>
    	
    
	    
	      <item>
	        <title>Wraith&apos;s Wizard</title>

			<description>
				
				
					&lt;div class=&quot;box&quot;&gt;
	&lt;!-- Date --&gt;
	&lt;p&gt;
		&lt;img
	width=&quot;16&quot;
	height=&quot;16&quot;
	style=&quot;width: 1em; height: 1em&quot;
	class=&quot;icon&quot;
	src=&quot;/icons/calendar.png&quot;
	alt=&quot;calendar&quot;
	title=&quot;Calendar&quot;
	
&gt;
 06-01-2025
	&lt;/p&gt;

	&lt;!-- Title --&gt;
	&lt;p&gt;
		
	&lt;img
	width=&quot;16&quot;
	height=&quot;16&quot;
	style=&quot;width: 1em; height: 1em&quot;
	class=&quot;icon&quot;
	src=&quot;/icons/games.png&quot;
	alt=&quot;games&quot;
	title=&quot;Games&quot;
	
&gt;


 &lt;b&gt;
			Wraith&apos;s Wizard
		&lt;/b&gt;
	&lt;/p&gt;

	&lt;!-- Description --&gt;
	&lt;p&gt;Unsuccessful, early attempt at a legend-of-zelda-like.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://waeaves.itch.io/wraiths-wizard&quot;&gt;
	&lt;img width=&quot;16&quot; height=&quot;16&quot; style=&quot;width: 1em; height: 1em&quot; class=&quot;icon&quot; src=&quot;/icons/itch.png&quot; alt=&quot;itch&quot; /&gt;
	Play on itch.io!
&lt;/a&gt;&lt;/p&gt;


	&lt;!--
		&lt;img class=&quot;expanded-image&quot; src=&quot;/img/games/wraiths-wizard/cover.png&quot; &gt;
	--&gt;
&lt;/div&gt;

				
			</description>

	        <pubDate>Sun, 01 Jun 2025 00:00:00 +0000</pubDate>

	        <link>https://waeaves.com/wraiths-wizard</link>

	        <guid isPermaLink="true">https://waeaves.com/wraiths-wizard</guid>

	        
	        	<category>games</category>
	        
        	<category>posts</category>

	        
	      </item>
    	
    
	    
	      <item>
	        <title>Beach Snail: Drift Machine</title>

			<description>
				
				
					&lt;div class=&quot;box&quot;&gt;
	&lt;!-- Date --&gt;
	&lt;p&gt;
		&lt;img
	width=&quot;16&quot;
	height=&quot;16&quot;
	style=&quot;width: 1em; height: 1em&quot;
	class=&quot;icon&quot;
	src=&quot;/icons/calendar.png&quot;
	alt=&quot;calendar&quot;
	title=&quot;Calendar&quot;
	
&gt;
 05-26-2025
	&lt;/p&gt;

	&lt;!-- Title --&gt;
	&lt;p&gt;
		
	&lt;img
	width=&quot;16&quot;
	height=&quot;16&quot;
	style=&quot;width: 1em; height: 1em&quot;
	class=&quot;icon&quot;
	src=&quot;/icons/games.png&quot;
	alt=&quot;games&quot;
	title=&quot;Games&quot;
	
&gt;


 &lt;b&gt;
			Beach Snail: Drift Machine
		&lt;/b&gt;
	&lt;/p&gt;

	&lt;!-- Description --&gt;
	&lt;p&gt;Arcade-oriented racing game. Lots of tire screeches 🙂&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://waeaves.itch.io/beach-snail-drift-machine&quot;&gt;
	&lt;img width=&quot;16&quot; height=&quot;16&quot; style=&quot;width: 1em; height: 1em&quot; class=&quot;icon&quot; src=&quot;/icons/itch.png&quot; alt=&quot;itch&quot; /&gt;
	Play on itch.io!
&lt;/a&gt;&lt;/p&gt;


	&lt;!--
		&lt;img class=&quot;expanded-image&quot; src=&quot;/img/games/beach-snail/cover.png&quot; &gt;
	--&gt;
&lt;/div&gt;

				
			</description>

	        <pubDate>Mon, 26 May 2025 00:00:00 +0000</pubDate>

	        <link>https://waeaves.com/beach-snail</link>

	        <guid isPermaLink="true">https://waeaves.com/beach-snail</guid>

	        
	        	<category>games</category>
	        
        	<category>posts</category>

	        
	      </item>
    	
    
	    
	      <item>
	        <title>Parrot Story</title>

			<description>
				
				
					&lt;div class=&quot;box&quot;&gt;
	&lt;!-- Date --&gt;
	&lt;p&gt;
		&lt;img
	width=&quot;16&quot;
	height=&quot;16&quot;
	style=&quot;width: 1em; height: 1em&quot;
	class=&quot;icon&quot;
	src=&quot;/icons/calendar.png&quot;
	alt=&quot;calendar&quot;
	title=&quot;Calendar&quot;
	
&gt;
 05-10-2025
	&lt;/p&gt;

	&lt;!-- Title --&gt;
	&lt;p&gt;
		
	&lt;img
	width=&quot;16&quot;
	height=&quot;16&quot;
	style=&quot;width: 1em; height: 1em&quot;
	class=&quot;icon&quot;
	src=&quot;/icons/games.png&quot;
	alt=&quot;games&quot;
	title=&quot;Games&quot;
	
&gt;


 &lt;b&gt;
			Parrot Story
		&lt;/b&gt;
	&lt;/p&gt;

	&lt;!-- Description --&gt;
	&lt;p&gt;I made this project with Diana in one weekend! Using Vue for some reason.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://waeaves.itch.io/parrot-story&quot;&gt;
	&lt;img width=&quot;16&quot; height=&quot;16&quot; style=&quot;width: 1em; height: 1em&quot; class=&quot;icon&quot; src=&quot;/icons/itch.png&quot; alt=&quot;itch&quot; /&gt;
	Play on itch.io!
&lt;/a&gt;&lt;/p&gt;


	&lt;!--
		&lt;img class=&quot;expanded-image&quot; src=&quot;/img/games/parrot-story/cover.png&quot; &gt;
	--&gt;
&lt;/div&gt;

				
			</description>

	        <pubDate>Sat, 10 May 2025 00:00:00 +0000</pubDate>

	        <link>https://waeaves.com/parrot-story</link>

	        <guid isPermaLink="true">https://waeaves.com/parrot-story</guid>

	        
	        	<category>games</category>
	        
        	<category>posts</category>

	        
	      </item>
    	
    
	    
	      <item>
	        <title>Stardew PNG</title>

			<description>
				
				
					&lt;div class=&quot;box&quot;&gt;
	&lt;!-- Date --&gt;
	&lt;p&gt;
		&lt;img
	width=&quot;16&quot;
	height=&quot;16&quot;
	style=&quot;width: 1em; height: 1em&quot;
	class=&quot;icon&quot;
	src=&quot;/icons/calendar.png&quot;
	alt=&quot;calendar&quot;
	title=&quot;Calendar&quot;
	
&gt;
 05-05-2025
	&lt;/p&gt;

	&lt;!-- Title --&gt;
	&lt;p&gt;
		
	&lt;img
	width=&quot;16&quot;
	height=&quot;16&quot;
	style=&quot;width: 1em; height: 1em&quot;
	class=&quot;icon&quot;
	src=&quot;/icons/projects.png&quot;
	alt=&quot;projects&quot;
	title=&quot;Projects&quot;
	
&gt;


 &lt;b&gt;
			Stardew PNG
		&lt;/b&gt;
	&lt;/p&gt;

	&lt;!-- Description --&gt;
	&lt;p&gt;&lt;a href=&quot;https://stardew-png.y1.nz/&quot;&gt;A queriable repository of stardew valley assets.&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/img/projects/stardew-png/ui.png&quot; alt=&quot;Search UI&quot; title=&quot;Search UI&quot; class=&quot;expanded-image&quot; /&gt; &lt;img src=&quot;/img/projects/stardew-png/results.png&quot; alt=&quot;Results&quot; title=&quot;Results for &apos;ostrich&apos;&quot; class=&quot;expanded-image&quot; /&gt; &lt;img src=&quot;/img/projects/stardew-png/sprite.png&quot; alt=&quot;Sprite UI&quot; title=&quot;After clicking on a sprite&quot; class=&quot;expanded-image&quot; /&gt;&lt;/p&gt;

&lt;p&gt;I went the long way around to create this, by splitting up the raw sprite sheets myself:&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/img/projects/stardew-png/sheet.png&quot; alt=&quot;Furniture sprite sheet&quot; title=&quot;Retro furniture spritesheet&quot; class=&quot;expanded-image&quot; /&gt; &lt;img src=&quot;/img/projects/stardew-png/sheet2.png&quot; alt=&quot;Void Chicken sprite sheet&quot; title=&quot;Void chickens spritesheet&quot; class=&quot;expanded-image&quot; /&gt; &lt;img src=&quot;/img/projects/stardew-png/sheet3.png&quot; alt=&quot;Characters (?) sprite sheet&quot; title=&quot;Wizard and Krobus spritesheet&quot; class=&quot;expanded-image&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Using a python-based command line tool to chop them up and then tag the resultant sprites.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/img/projects/stardew-png/before.png&quot; alt=&quot;Before &amp;quot;divide&amp;quot;&quot; title=&quot;A fresh spritesheet...&quot; class=&quot;expanded-image&quot; /&gt; &lt;img src=&quot;/img/projects/stardew-png/after.png&quot; alt=&quot;After &amp;quot;divide&amp;quot;&quot; title=&quot;After running the divide command&quot; class=&quot;expanded-image&quot; /&gt; &lt;img src=&quot;/img/projects/stardew-png/help.png&quot; alt=&quot;Help menu&quot; title=&quot;Help menu for the unpacker&quot; class=&quot;expanded-image&quot; /&gt;&lt;/p&gt;

	&lt;!----&gt;
&lt;/div&gt;

				
			</description>

	        <pubDate>Mon, 05 May 2025 00:00:00 +0000</pubDate>

	        <link>https://waeaves.com/stardew-png</link>

	        <guid isPermaLink="true">https://waeaves.com/stardew-png</guid>

	        
	        	<category>projects</category>
	        
        	<category>posts</category>

	        
	      </item>
    	
    
	    
	      <item>
	        <title>Pokemon PNG</title>

			<description>
				
				
					&lt;div class=&quot;box&quot;&gt;
	&lt;!-- Date --&gt;
	&lt;p&gt;
		&lt;img
	width=&quot;16&quot;
	height=&quot;16&quot;
	style=&quot;width: 1em; height: 1em&quot;
	class=&quot;icon&quot;
	src=&quot;/icons/calendar.png&quot;
	alt=&quot;calendar&quot;
	title=&quot;Calendar&quot;
	
&gt;
 04-15-2025
	&lt;/p&gt;

	&lt;!-- Title --&gt;
	&lt;p&gt;
		
	&lt;img
	width=&quot;16&quot;
	height=&quot;16&quot;
	style=&quot;width: 1em; height: 1em&quot;
	class=&quot;icon&quot;
	src=&quot;/icons/projects.png&quot;
	alt=&quot;projects&quot;
	title=&quot;Projects&quot;
	
&gt;


 &lt;b&gt;
			Pokemon PNG
		&lt;/b&gt;
	&lt;/p&gt;

	&lt;!-- Description --&gt;
	&lt;p&gt;&lt;a href=&quot;https://pkmn-png.y1.nz/&quot;&gt;Website for finding sprites of a specific pokemon.&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Mostly just for use with &lt;a href=&quot;/pattern-generator/&quot;&gt;my cross-stitch pattern generator&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/img/projects/pokemon-png/ui.png&quot; alt=&quot;Deerling sprites&quot; title=&quot;Deerling sprites&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Extra double thanks to &lt;a href=&quot;https://bsky.app/profile/eev.ee&quot;&gt;eevee&lt;/a&gt; for doing the real work of ripping the sprites!&lt;/p&gt;

	&lt;!----&gt;
&lt;/div&gt;

				
			</description>

	        <pubDate>Tue, 15 Apr 2025 00:00:00 +0000</pubDate>

	        <link>https://waeaves.com/pokemon-png</link>

	        <guid isPermaLink="true">https://waeaves.com/pokemon-png</guid>

	        
	        	<category>projects</category>
	        
        	<category>posts</category>

	        
	      </item>
    	
    
	    
	      <item>
	        <title>Pattern Generator</title>

			<description>
				
				
					&lt;div class=&quot;box&quot;&gt;
	&lt;!-- Date --&gt;
	&lt;p&gt;
		&lt;img
	width=&quot;16&quot;
	height=&quot;16&quot;
	style=&quot;width: 1em; height: 1em&quot;
	class=&quot;icon&quot;
	src=&quot;/icons/calendar.png&quot;
	alt=&quot;calendar&quot;
	title=&quot;Calendar&quot;
	
&gt;
 04-10-2025
	&lt;/p&gt;

	&lt;!-- Title --&gt;
	&lt;p&gt;
		
	&lt;img
	width=&quot;16&quot;
	height=&quot;16&quot;
	style=&quot;width: 1em; height: 1em&quot;
	class=&quot;icon&quot;
	src=&quot;/icons/projects.png&quot;
	alt=&quot;projects&quot;
	title=&quot;Projects&quot;
	
&gt;


 &lt;b&gt;
			Pattern Generator
		&lt;/b&gt;
	&lt;/p&gt;

	&lt;!-- Description --&gt;
	&lt;p&gt;&lt;a href=&quot;https://pattern-generator.y1.nz/&quot;&gt;Website that makes cross-stitch patterns.&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/img/projects/pattern-generator/selection.png&quot; alt=&quot;Image Selection UI&quot; /&gt;
&lt;img src=&quot;/img/projects/pattern-generator/ui.png&quot; alt=&quot;Pattern Generation UI&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Also made sister projects &lt;a href=&quot;/stardew-png/&quot;&gt;Stardew Png&lt;/a&gt; or &lt;a href=&quot;/pokemon-png/&quot;&gt;Pokemon Png&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Nanner got a ton of use out of this, which makes me super happy &amp;lt;3&lt;/p&gt;

	&lt;!----&gt;
&lt;/div&gt;

				
			</description>

	        <pubDate>Thu, 10 Apr 2025 00:00:00 +0000</pubDate>

	        <link>https://waeaves.com/pattern-generator</link>

	        <guid isPermaLink="true">https://waeaves.com/pattern-generator</guid>

	        
	        	<category>projects</category>
	        
        	<category>posts</category>

	        
	      </item>
    	
    
	    
	      <item>
	        <title>Trepth</title>

			<description>
				
				
					&lt;div class=&quot;box&quot;&gt;
	&lt;!-- Date --&gt;
	&lt;p&gt;
		&lt;img
	width=&quot;16&quot;
	height=&quot;16&quot;
	style=&quot;width: 1em; height: 1em&quot;
	class=&quot;icon&quot;
	src=&quot;/icons/calendar.png&quot;
	alt=&quot;calendar&quot;
	title=&quot;Calendar&quot;
	
&gt;
 04-09-2025
	&lt;/p&gt;

	&lt;!-- Title --&gt;
	&lt;p&gt;
		
	&lt;img
	width=&quot;16&quot;
	height=&quot;16&quot;
	style=&quot;width: 1em; height: 1em&quot;
	class=&quot;icon&quot;
	src=&quot;/icons/games.png&quot;
	alt=&quot;games&quot;
	title=&quot;Games&quot;
	
&gt;


 &lt;b&gt;
			Trepth
		&lt;/b&gt;
	&lt;/p&gt;

	&lt;!-- Description --&gt;
	&lt;p&gt;Mobile game where you’re a bug in a trinary tree! Collabed with wynterwoods.&lt;/p&gt;

&lt;p&gt;Available on &lt;a href=&quot;https://play.google.com/store/apps/details?id=com.waeaves.quail_57&quot;&gt;Google Play&lt;/a&gt;, or on the &lt;a href=&quot;https://apps.apple.com/us/app/trepth/id6744329052&quot;&gt;App Store&lt;/a&gt;&lt;/p&gt;

	&lt;!--
		&lt;img class=&quot;expanded-image&quot; src=&quot;/img/games/trepth/cover.png&quot; &gt;
	--&gt;
&lt;/div&gt;

				
			</description>

	        <pubDate>Wed, 09 Apr 2025 00:00:00 +0000</pubDate>

	        <link>https://waeaves.com/trepth</link>

	        <guid isPermaLink="true">https://waeaves.com/trepth</guid>

	        
	        	<category>games</category>
	        
        	<category>posts</category>

	        
	      </item>
    	
    
	    
	      <item>
	        <title>Cult of Done manifesto</title>

			<description>
				
				
					&lt;div class=&quot;box&quot;&gt;
	&lt;!-- Date --&gt;
	&lt;p&gt;
		&lt;img
	width=&quot;16&quot;
	height=&quot;16&quot;
	style=&quot;width: 1em; height: 1em&quot;
	class=&quot;icon&quot;
	src=&quot;/icons/calendar.png&quot;
	alt=&quot;calendar&quot;
	title=&quot;Calendar&quot;
	
&gt;
 04-04-2025
	&lt;/p&gt;

	&lt;!-- Title --&gt;
	&lt;p&gt;
		
	&lt;img
	width=&quot;16&quot;
	height=&quot;16&quot;
	style=&quot;width: 1em; height: 1em&quot;
	class=&quot;icon&quot;
	src=&quot;/icons/blog.png&quot;
	alt=&quot;blog&quot;
	title=&quot;Blog&quot;
	
&gt;


 &lt;b&gt;
			Cult of Done manifesto
		&lt;/b&gt;
	&lt;/p&gt;

	&lt;!-- Description --&gt;
	&lt;p&gt;Props to &lt;a href=&quot;https://hyperduck.org/&quot;&gt;Alice&lt;/a&gt; for showing me this. I summarized it because I didn’t like how it was organized.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Cult of &lt;span style=&quot;color: green&quot;&gt;Done&lt;/span&gt; Manifesto(emma’s summary)&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;You can only ever be &lt;span style=&quot;color: red&quot;&gt;&lt;strong&gt;Not Doing&lt;/strong&gt;&lt;/span&gt;, &lt;span style=&quot;color: blue&quot;&gt;&lt;strong&gt;Doing&lt;/strong&gt;&lt;/span&gt;, or &lt;span style=&quot;color: green&quot;&gt;&lt;strong&gt;Done&lt;/strong&gt;&lt;/span&gt;.&lt;/li&gt;
  &lt;li&gt;Everything is a draft.&lt;/li&gt;
  &lt;li&gt;Editing isn’t a thing.&lt;/li&gt;
  &lt;li&gt;Assume you know what you’re doing, and &lt;span style=&quot;color: blue&quot;&gt;&lt;strong&gt;Do&lt;/strong&gt;&lt;/span&gt; it.&lt;/li&gt;
  &lt;li&gt;Don’t procrastinate. Abandon ideas after a week.&lt;/li&gt;
  &lt;li&gt;Be &lt;span style=&quot;color: green&quot;&gt;&lt;strong&gt;Done&lt;/strong&gt;&lt;/span&gt; so you can move on.&lt;/li&gt;
  &lt;li&gt;Once you’re &lt;span style=&quot;color: green&quot;&gt;&lt;strong&gt;Done&lt;/strong&gt;&lt;/span&gt;, throw it away.&lt;/li&gt;
  &lt;li&gt;Laugh at perfection.&lt;/li&gt;
  &lt;li&gt;&lt;span style=&quot;color: blue&quot;&gt;&lt;strong&gt;Doing&lt;/strong&gt;&lt;/span&gt; makes you right. &lt;span style=&quot;color: red&quot;&gt;&lt;strong&gt;Not Doing&lt;/strong&gt;&lt;/span&gt; makes you wrong.&lt;/li&gt;
  &lt;li&gt;Failure and mistakes count as &lt;span style=&quot;color: green&quot;&gt;&lt;strong&gt;Done&lt;/strong&gt;&lt;/span&gt;.&lt;/li&gt;
  &lt;li&gt;Destruction is a kind of &lt;span style=&quot;color: green&quot;&gt;&lt;strong&gt;Done&lt;/strong&gt;&lt;/span&gt;.&lt;/li&gt;
  &lt;li&gt;A published idea is a ghost of &lt;span style=&quot;color: green&quot;&gt;&lt;strong&gt;Done&lt;/strong&gt;&lt;/span&gt;.&lt;/li&gt;
  &lt;li&gt;Be &lt;span style=&quot;color: green&quot;&gt;&lt;strong&gt;Done&lt;/strong&gt;&lt;/span&gt; so you can do more.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;span style=&quot;color: green&quot;&gt;&lt;strong&gt;Done!&lt;/strong&gt;&lt;/span&gt; :3&lt;/p&gt;

	&lt;!----&gt;
&lt;/div&gt;

				
			</description>

	        <pubDate>Fri, 04 Apr 2025 00:00:00 +0000</pubDate>

	        <link>https://waeaves.com/cult-of-done</link>

	        <guid isPermaLink="true">https://waeaves.com/cult-of-done</guid>

	        
	        	<category>blog</category>
	        
        	<category>posts</category>

	        
	      </item>
    	
    
	    
	      <item>
	        <title>Fifteent</title>

			<description>
				
				
					&lt;div class=&quot;box&quot;&gt;
	&lt;!-- Date --&gt;
	&lt;p&gt;
		&lt;img
	width=&quot;16&quot;
	height=&quot;16&quot;
	style=&quot;width: 1em; height: 1em&quot;
	class=&quot;icon&quot;
	src=&quot;/icons/calendar.png&quot;
	alt=&quot;calendar&quot;
	title=&quot;Calendar&quot;
	
&gt;
 07-03-2024
	&lt;/p&gt;

	&lt;!-- Title --&gt;
	&lt;p&gt;
		
	&lt;img
	width=&quot;16&quot;
	height=&quot;16&quot;
	style=&quot;width: 1em; height: 1em&quot;
	class=&quot;icon&quot;
	src=&quot;/icons/games.png&quot;
	alt=&quot;games&quot;
	title=&quot;Games&quot;
	
&gt;


 &lt;b&gt;
			Fifteent
		&lt;/b&gt;
	&lt;/p&gt;

	&lt;!-- Description --&gt;
	&lt;p&gt;Fifteen puzzles on &lt;a href=&quot;/chness/&quot;&gt;Chness&lt;/a&gt;-style “grids”. Used a lot of shaders and has some really hard puzzles.&lt;/p&gt;

&lt;p&gt;Available on the &lt;a href=&quot;https://apps.apple.com/us/app/fifteent/id6636553160&quot;&gt;App Store&lt;/a&gt; and &lt;a href=&quot;https://play.google.com/store/apps/details?id=com.waeaves.fifteen&quot;&gt;Google Play Store&lt;/a&gt;&lt;/p&gt;

	&lt;!--
		&lt;img class=&quot;expanded-image&quot; src=&quot;/img/games/fifteent/cover.png&quot; &gt;
	--&gt;
&lt;/div&gt;

				
			</description>

	        <pubDate>Wed, 03 Jul 2024 00:00:00 +0000</pubDate>

	        <link>https://waeaves.com/fifteent</link>

	        <guid isPermaLink="true">https://waeaves.com/fifteent</guid>

	        
	        	<category>games</category>
	        
        	<category>posts</category>

	        
	      </item>
    	
    
	    
	      <item>
	        <title>Chness: Many Player Chess</title>

			<description>
				
				
					&lt;div class=&quot;box&quot;&gt;
	&lt;!-- Date --&gt;
	&lt;p&gt;
		&lt;img
	width=&quot;16&quot;
	height=&quot;16&quot;
	style=&quot;width: 1em; height: 1em&quot;
	class=&quot;icon&quot;
	src=&quot;/icons/calendar.png&quot;
	alt=&quot;calendar&quot;
	title=&quot;Calendar&quot;
	
&gt;
 04-23-2024
	&lt;/p&gt;

	&lt;!-- Title --&gt;
	&lt;p&gt;
		
	&lt;img
	width=&quot;16&quot;
	height=&quot;16&quot;
	style=&quot;width: 1em; height: 1em&quot;
	class=&quot;icon&quot;
	src=&quot;/icons/games.png&quot;
	alt=&quot;games&quot;
	title=&quot;Games&quot;
	
&gt;


 &lt;b&gt;
			Chness: Many Player Chess
		&lt;/b&gt;
	&lt;/p&gt;

	&lt;!-- Description --&gt;
	&lt;p&gt;Old project, was kind of my white whale for multiple years. It taught me to be Done with projects sooner.&lt;/p&gt;

&lt;p&gt;Available on the &lt;a href=&quot;https://apps.apple.com/us/app/chness-many-player-chess/id6739227141&quot;&gt;App Store&lt;/a&gt; or &lt;a href=&quot;https://play.google.com/store/apps/details?id=com.waeaves.chness&quot;&gt;Google Play&lt;/a&gt;&lt;/p&gt;

	&lt;!--
		&lt;img class=&quot;expanded-image&quot; src=&quot;/img/games/chness/cover.png&quot; &gt;
	--&gt;
&lt;/div&gt;

				
			</description>

	        <pubDate>Tue, 23 Apr 2024 00:00:00 +0000</pubDate>

	        <link>https://waeaves.com/chness</link>

	        <guid isPermaLink="true">https://waeaves.com/chness</guid>

	        
	        	<category>games</category>
	        
        	<category>posts</category>

	        
	      </item>
    	
    

  </channel>
</rss>
