]> git.za3k.com Git - blog.git/commitdiff
Idle golf
authorZachary Vance <za3k@za3k.com>
Thu, 27 Nov 2025 03:46:26 +0000 (22:46 -0500)
committerZachary Vance <za3k@za3k.com>
Thu, 27 Nov 2025 03:46:26 +0000 (22:46 -0500)
images/idle-golf.png [new file with mode: 0644]
posts/hack2025-26-idle-golf.md [new file with mode: 0644]

diff --git a/images/idle-golf.png b/images/idle-golf.png
new file mode 100644 (file)
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 (file)
index 0000000..08d06fd
--- /dev/null
@@ -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).