From: Zachary Vance Date: Thu, 14 Nov 2024 03:09:12 +0000 (-0500) Subject: Pixel kitchen X-Git-Url: https://git.za3k.com/?a=commitdiff_plain;h=96665dc37110b3ee7851bb846c8c68b740bd1446;p=blog.git Pixel kitchen --- diff --git a/images/pixel-kitchen.png b/images/pixel-kitchen.png new file mode 100644 index 0000000..f989ba9 Binary files /dev/null and b/images/pixel-kitchen.png differ diff --git a/posts/pixel-kitchen.md b/posts/pixel-kitchen.md new file mode 100644 index 0000000..1005d4f --- /dev/null +++ b/posts/pixel-kitchen.md @@ -0,0 +1,18 @@ +--- +author: admin +categories: +- Non-technical +date: 2024-11-13 +tags: +- video games +- hack-a-day +title: 'Hack-a-Day, Day 13: Pixel Kitchen' +--- + +Today I wrote a little game where you make food in a kitchen. + +[![caption: can you make a sandwich?](pixel-kitchen.png)](https://za3k.github.io/pixel-kitchen/) + +You can [play here](https://za3k.github.io/pixel-kitchen/). Source code is [on github](https://github.com/za3k/pixel-kitchen). + +This was so-so. I didn't have a ton of fun making it, and it's not that fun to play either. I spent way too much time with things like trying to get sprites to load, and not as much on making the game fun. I think it could be much better with another day or two of work (as usual for hack-a-day).