I have been working on a little game in my spare time for the 7 day roguelike challenge (
http://7drl.org/) and have been so far using termbox to render ascii in the console and accept input.
I realize that few people are going to take the time to install it from source and run it (or run a binary I provide) so I wonder what my options are to convert this to something that can run on as a web app.
I would like to avoid rewriting all of the input/rendering code if I could - is there any library that allows a similar interface between running on a native terminal and one emulated in the browser?