Hacker News new | ask | show | jobs
by Donckele 1155 days ago
In the beginning its simpler to do and you can focus on the other parts of the game.

In the end you may not have to “optimise” because it works and good enough to ship.

1 comments

Sure, but this game seems polished and tight. I thought maybe there was a specific reason for separate images, such as problems or limitations with spritesheets.

Reason for asking is I'm currently making a javascript spritesheet function for handling multiple animations on page, so it's top of mind. I thought everyone would be using them by now.

Yes, the initial loading does take time before the game can init. Like I said this is not a showstopper.

You could be focusing on the main app logic rather than the spritesheet functions.

Have you finished it yet? ;)