I have been working my way through the melonJS tutorial while keeping my application in mind in the back of my head.
I want to be able to add entities programmatically rather than specifying them in the .tmx file that gets loaded in for each level. Is this possible in melonJS or must entities be specified using the tiled editor? This seems rather restrictive.
Or is melonJS just the wrong framework for such a task, and if so is there another framework that might work better than just drawing on a canvas?