Tagged Questions
-1
votes
2answers
159 views
Dealing with new animations in html5
Wish I knew of a better title, but the issue is rather specific.
So the producer of the game I'm working on has given me new animations to put in the game. I knew there might be issues right off when ...
31
votes
7answers
991 views
Managing text-maps in a 2D array on to be painted on HTML5 Canvas
So, I'm making a HTML5 RPG just for fun. The map is a <canvas> (512px width, 352px height | 16 tiles across, 11 tiles top to bottom). I want to know if there's a more efficient way to paint the ...
0
votes
2answers
121 views
DrawImage doubt
What is the best option for animation in a game (HTML5 Javascript)? Put all the images in one png and change the background.
Or create each image separately and draw with DrawImage?
6
votes
4answers
669 views
Which image format to use for sprites in an HTML5 game?
In a 2D HTML5 game, what is the best image format to use and why? Should I use different formats in different situations? For example, .png for the background image, .jpeg for the animation frames and ...