@akhileshthite what sort of gameplay did you have in mind?
@mauve Thinking of non-graphic, text-based games like a collaborative story or guess-the-word.
Do you have any recommendations?
@akhileshthite there are #webxdc apps that only need message exchange layer between peers, some are games. Maybe the browser could implement webxdc api?
@lutindiscret If there's an electron thingie out there to run webxdc it'd be pretty easy to incorporate.
@mauve why would you need an electron "thingie"? 🤔 webxdc app is JS api, it could be implemented using JS run by the browser engine 🤔
@lutindiscret Loading the contents out of the app and wiring it up to the chat interface is a decent chunk of code to support. It'd take less time to reuse something instead of needing to read the spec and file formats from scratch and implement a runner from scratch.
@lutindiscret Yeah I've bookmarked the webxdc dev server to look into for later. Probs not a huge surface to tackle and since it's TS there's likely libraries I can reuse. https://github.com/webxdc/webxdc-dev