Till now LUDI was developped from scratch in vanilla script as a concept test. The code complexity raised enough to decide using a JS framework to rebuilt it. Among the candidates I've read about Angular, React, Ember... till I've found out Vue . It seems to fit with my requeriments: low learning curve and easy readability and maintainability of code. So, here I am, rewriting the whole stuff from scratch. The roadmap is: Module "Ludi" (play in Esperanto): multilingual interactive fiction to play alone. Module "Kune"(together, in Esperanto): to interact with another users and play in "team mode": one leader takes decisions but the rest of the team can propose alternatives.
JavaScript code to allow you to play textual (IF) games in a collaborative way with your mates, where every player can see the text in a different language.