]> git.za3k.com Git - blog.git/commitdiff
Color sort
authorZachary Vance <za3k@za3k.com>
Sat, 9 Nov 2024 02:10:35 +0000 (21:10 -0500)
committerZachary Vance <za3k@za3k.com>
Sat, 9 Nov 2024 02:10:35 +0000 (21:10 -0500)
images/color-sort1.png [new file with mode: 0644]
images/color-sort2.png [new file with mode: 0644]
posts/color-sort.md [new file with mode: 0644]

diff --git a/images/color-sort1.png b/images/color-sort1.png
new file mode 100644 (file)
index 0000000..77e8083
Binary files /dev/null and b/images/color-sort1.png differ
diff --git a/images/color-sort2.png b/images/color-sort2.png
new file mode 100644 (file)
index 0000000..562c622
Binary files /dev/null and b/images/color-sort2.png differ
diff --git a/posts/color-sort.md b/posts/color-sort.md
new file mode 100644 (file)
index 0000000..52f1c07
--- /dev/null
@@ -0,0 +1,21 @@
+---
+author: admin
+categories:
+- Non-technical
+date: 2024-11-08
+tags:
+- hack-a-day
+- game
+- video games
+- relaxing
+title: 'Hack-a-Day, Day 08: Color Sort'
+---
+Today's project was a "vibe piece". I've been obsessed with the idea of easy, relaxing games based on organization.
+
+In this game, you sort squares into like colors.
+
+You can [play online](https://za3k.github.io/color-sort) here. Source code is [on github](https://github.com/za3k/color-sort).
+
+[![caption: before sorting](color-sort1.png)](https://za3k.github.io/color-sort)
+
+[![caption: after sorting](color-sort2.png)](https://za3k.github.io/color-sort)