From: Zachary Vance Date: Sat, 9 Nov 2024 02:10:35 +0000 (-0500) Subject: Color sort X-Git-Url: https://git.za3k.com/?a=commitdiff_plain;h=137e14ec7ba93a33cd6fae2b3b3596b65e672467;p=blog.git Color sort --- diff --git a/images/color-sort1.png b/images/color-sort1.png new file mode 100644 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 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 index 0000000..52f1c07 --- /dev/null +++ b/posts/color-sort.md @@ -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)