From: Zachary Vance Date: Sun, 17 Nov 2024 04:15:46 +0000 (-0500) Subject: Go X-Git-Url: https://git.za3k.com/?a=commitdiff_plain;h=d94f6c6b9a2c19f02fcd4bb9d0f1b883c71d712c;p=blog.git Go --- diff --git a/posts/go.md b/posts/go.md new file mode 100644 index 0000000..b2070b7 --- /dev/null +++ b/posts/go.md @@ -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.