]> git.za3k.com Git - blog.git/commitdiff
multiplayer js library
authorZachary Vance <za3k@za3k.com>
Thu, 21 Nov 2024 02:40:03 +0000 (21:40 -0500)
committerZachary Vance <za3k@za3k.com>
Thu, 21 Nov 2024 02:40:03 +0000 (21:40 -0500)
images/galactic-games.png [new file with mode: 0644]
posts/2p.md [new file with mode: 0644]
posts/hack-a-dnd.md [new file with mode: 0644]

diff --git a/images/galactic-games.png b/images/galactic-games.png
new file mode 100644 (file)
index 0000000..64aad64
Binary files /dev/null and b/images/galactic-games.png differ
diff --git a/posts/2p.md b/posts/2p.md
new file mode 100644 (file)
index 0000000..b5a94e0
--- /dev/null
@@ -0,0 +1,14 @@
+---
+author: admin
+categories:
+- Technical
+date: 2024-11-20
+tags:
+- hack-a-day
+- video games
+title: 'Hack-a-Day, Day 20: 2p library'
+---
+
+Today I wrote a very small library for converting games to multiplayer. I was able to convert my Go game so you can play online with other players.
+
+Go demo is [here](https://za3k.github.io/go/). 2p library source code is [available as a gist](https://gist.github.com/za3k/028bbd83e6b74f305db04b2a5fe7500e), or you can view the [go game source code](https://github.com/za3k/go).
diff --git a/posts/hack-a-dnd.md b/posts/hack-a-dnd.md
new file mode 100644 (file)
index 0000000..0533d0a
--- /dev/null
@@ -0,0 +1,16 @@
+---
+author: admin
+categories:
+- Non-Technical
+date: 2024-??-??
+tags:
+- role-playing
+- dnd
+- writing
+- hack-a-day
+title: 'Hack-a-Day, Day 19: D&D Campaign'
+---
+
+Today I attempted to write a short D&D campaign using the Homebrewery. It was a total failure. I was incredibly tired, and didn't manage my time well.
+
+![caption: The Homebrewery is easy to use and looks amazing](galactic-games.png)