Today was a bit of a "boring" day. I pretty much just implemented some stuff that I was trying to understand along the way while letting claude do its thing.
For the game, we added the survival arena game on a server so people can come and test it out and that it'll work "online" through webgl. Meaning people come to a webpage, and it loads there on the page rather than forcing them to download/install anything and they're "online" when they're playing, even though the game could be played offline as well technically.
We installed Bayou on the VPS which is a websocket transport as an embedded package.
A linux server build script along with CLI entry.
Hardened some security stuff along with nginx vhost and a lot of other things I don't really know what they are but were apparnetly important to have according to Claude.
A per-player scene isolation, so each player creates their own instance, which takes more room in our VPS but should be fine for testing until we potentially may need our own dedicated server for this if there's demand.
The webgl client + some other things, honeslty I should've just quoted out what claude told me we were doing than trying to remember what we've added as I'm typig things in here.
Point is, game is getting ready for testing and then feedback and further implementation, best part is that this is only part of the main game! (by main I don't mean our round-based flagship game, that one's still untouched by myself, but the mmo one)
Scrobble.life got some big updates today as well!
New "kinds" of scrobbleable content!
Anime
Manga
Books
Audiobooks
Surprised the nerd in me didn't think of this before!
I already connected the books and audiobooks to the hive bookclub community on hive per permission of , meaning when users post reviews through scrobble.life after logging a book they've read or audiobook they've listened to, the long-form review will automatically post to the Hive book Club community!
For anime, not connected to a community yet as I'm waiting permission by to add to the anime realm community!
Our title panel at the top is getting quite full, actually a big scary so, we may have to consider displaying it in other ways soon. :D
Still some finer details to fine-tune, and some things to test as I kind of rushed a few things into prod this time over testing them locally first, oops.
Also going to have to test if anime scrobbling is working as intended over manual logging as well as fixing up the /movies section a little bit to better showcase new reviews/comments as those are kind of hard to find currently on-site.
Back to work!