I am working on an HTML5/JS text based game, which is single page and uses jquery and handlebars.
What would be the best way to handle the loads of texts that each character and scenario would have? should I store them in separate JSON files and load them on the fly?
Is there a specific way of going about this? or just the jquery's getJson()
function?
Thanks!