]> git.za3k.com Git - blog.git/commitdiff
Pixel kitchen
authorZachary Vance <za3k@za3k.com>
Thu, 14 Nov 2024 03:09:12 +0000 (22:09 -0500)
committerZachary Vance <za3k@za3k.com>
Thu, 14 Nov 2024 03:09:12 +0000 (22:09 -0500)
images/pixel-kitchen.png [new file with mode: 0644]
posts/pixel-kitchen.md [new file with mode: 0644]

diff --git a/images/pixel-kitchen.png b/images/pixel-kitchen.png
new file mode 100644 (file)
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 (file)
index 0000000..1005d4f
--- /dev/null
@@ -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).