Adding interactive graphical elements to text-based browser game with HTML5
- by st9
I'm re-writing an old virtual world/browser based game. It is text and HTML form based with some static graphics. The client is HTML and JS.
I want to introduce some interactive graphical elements to certain parts of the game, for example a 'customise character' page, with hooks to server side and local data storage.
I want to use HTML5/JS, what…