Here's my aim - to take the ASCII roguelike Angband and create an online console where users can play the game server-side. From my superficial viewpoint this seems like it should be doable - as there are REPL consoles that can be displayed online for a multitude of languages, so interpreting the language shouldn't be a problem, right?
Ideally, it would be as simple as running the game on the server and displaying the output to the client-side browser. Is this at all possible?