Browser Advice in Design Philosophy
|
|
So I've been messing around with browser because I wanted to make an attractive-ish output. However, it's for a text-based RPG, so I can't really see any true benefits.
Plus it's a real hassle Because each time I want to output something more to the browser, I actually have to save it to a text file then turn that text file into text again and then output it to the browser.
So my real question is, is there a good reason for me to go through all of these hoops just for CSS/HTML output which will be used to send messages to the user about their environment? Or should I just stick to the output control and not bother myself with all of the effort?
|