AllanRW Posted January 19, 2014 Share Posted January 19, 2014 What is the total file size of your finished game? I'm starting to be worried about the file size, what is a acceptable game sizes for a html5 mobile game? Quote Link to comment Share on other sites More sharing options...
dev Posted January 19, 2014 Share Posted January 19, 2014 Curious myself, too. I try to stay below 2mb max but preferably below 1 - 1.5mb. Usually about 700kb in JS and the rest in image files. For my HTML5 builds I generally don't include audio. Quote Link to comment Share on other sites More sharing options...
AhmedElyamani Posted January 19, 2014 Share Posted January 19, 2014 My average game I have 700kb for the main JS and less than 2MB for the whole game. Quote Link to comment Share on other sites More sharing options...
AllanRW Posted January 20, 2014 Author Share Posted January 20, 2014 Thanks for the replies, my game has about 4mb, I would need to do something to make it smaller... Quote Link to comment Share on other sites More sharing options...
away168 Posted January 29, 2014 Share Posted January 29, 2014 I try to keep mine lower than 1 mb, at most 10 mb. More than that I probably do content streaming. I think it depends on your contents though. If it's not a very casual game then yeah it may take more than yours (4 mb). If your game quality requires that much size, then I don't really mind as a player. Usually you have to do some entertaining tricks when loading the game assets in the end. Quote Link to comment Share on other sites More sharing options...
yurezz Posted January 29, 2014 Share Posted January 29, 2014 Nearly 2 Mb Quote Link to comment Share on other sites More sharing options...
ozdy Posted January 31, 2014 Share Posted January 31, 2014 1.5MB .js (HaXe + Nape) 1MB images1MB music (one .ogg and one .mp3 1mb each, but only 1 is loaded per game session) Quote Link to comment Share on other sites More sharing options...
SqualidMisnomer Posted January 31, 2014 Share Posted January 31, 2014 From personal experience, pretty much anything bellow 5mb is acceptable without question. If it's over that and it's not glaringly taxing for space (i.e it's a tiny game with two images), I'd start questioning your ability to optimize Quote Link to comment Share on other sites More sharing options...
AllanRW Posted January 31, 2014 Author Share Posted January 31, 2014 I've optimized the biggest images and now the game has 2.5mb! For the quality of the graphics I think its very acceptable now! Thanks guys! SqualidMisnomer 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.