From d94f6c6b9a2c19f02fcd4bb9d0f1b883c71d712c Mon Sep 17 00:00:00 2001 From: Zachary Vance Date: Sat, 16 Nov 2024 23:15:46 -0500 Subject: [PATCH] Go --- posts/go.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 posts/go.md 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. -- 2.47.3