From: Zachary Vance Date: Thu, 21 Nov 2024 02:40:03 +0000 (-0500) Subject: multiplayer js library X-Git-Url: https://git.za3k.com/?a=commitdiff_plain;h=f917080aec55a469162c928336cc379b13611b05;p=blog.git multiplayer js library --- diff --git a/images/galactic-games.png b/images/galactic-games.png new file mode 100644 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 index 0000000..b5a94e0 --- /dev/null +++ b/posts/2p.md @@ -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 index 0000000..0533d0a --- /dev/null +++ b/posts/hack-a-dnd.md @@ -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)