Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Interesting entry. I'm not sure I understand why you'd do everything manually with _draw() and dictionaries. The next step would be to code something without any game engine?

(1 edit)

Just to experiment, but yeah, I would eventually like to make my own engine, not necessarily to use it,  but to learn how everything works behind the scenes. Seems like a useful skill to have.


Also, as far as I have tested (may be wrong), in terms of performance, Dictionary > Script > Scene, so since I was going to put it up on the web and there are lots of enemies (10 * level), I figured I would give it a go