From: Zachary Vance Date: Thu, 27 Nov 2025 03:46:26 +0000 (-0500) Subject: Idle golf X-Git-Url: https://git.za3k.com/?a=commitdiff_plain;h=d0d2124f91f6e14b3fab8f0ecb434ad26d495c5f;p=blog.git Idle golf --- diff --git a/images/idle-golf.png b/images/idle-golf.png new file mode 100644 index 0000000..2234b19 Binary files /dev/null and b/images/idle-golf.png differ diff --git a/posts/hack2025-26-idle-golf.md b/posts/hack2025-26-idle-golf.md new file mode 100644 index 0000000..08d06fd --- /dev/null +++ b/posts/hack2025-26-idle-golf.md @@ -0,0 +1,21 @@ +--- +author: admin +categories: +- Non-Technical +date: 2025-11-26 +tags: +- hack-a-day +- videogame +- game +- idle +slug: idle-golf +title: "Hack-a-Day, Day 26: Idle Golf" +--- + +[Hack-a-Day](https://za3k.com/hackaday) is my self-imposed challenge to do one project a day, for all of November. + +[![caption: computer mini-golf)](idle-golf.png)](https://za3k.github.io/idle-golf/) + +Today I took my previous golf game, and turned it into a little idle game. It takes about 30 minutes to finish. + +You can play [online here](https://za3k.github.io/idle-golf/) or view the source code [on github](https://github.com/za3k/idle-golf).