]> git.za3k.com Git - blog.git/commitdiff
Go
authorZachary Vance <za3k@za3k.com>
Sun, 17 Nov 2024 04:15:46 +0000 (23:15 -0500)
committerZachary Vance <za3k@za3k.com>
Sun, 17 Nov 2024 04:17:48 +0000 (23:17 -0500)
posts/go.md [new file with mode: 0644]

diff --git a/posts/go.md b/posts/go.md
new file mode 100644 (file)
index 0000000..b2070b7
--- /dev/null
@@ -0,0 +1,18 @@
+---
+author: admin
+categories:
+- Non-Technical
+date: 2024-11-16
+tags:
+- go
+- video games
+- board games
+- hack-a-day
+title: 'Hack-a-Day, Day 16: Go'
+---
+
+[![caption: a 9x9 game of go](go-screenshot.png)](https://za3k.github.io/go/)
+
+Today I hacked together a simple but servicable [Go](https://en.wikipedia.org/wiki/Go_(game)) game. It uses chinese scoring, and you have to manually mark dead stones at the end of the game. You can play [a demo](https://za3k.github.io/go/) here. Source code is [on github](https://github.com/za3k/go).
+
+Right now you have to sit down with someone else to play. I plan to spend a day adding multiplayer to a few games, if I have time.