html5 canvas - Develop a game using android or web technologies? -


i haven't created game before have 2d-game on mind wanted develop. though quite familiar using javascript , aware of html5's canvas, not aware of performance impact of creating using tech on android game. aware chrome app , it's ability work offline.

  1. what guide in choosing between 2 (advantage, disadvantage)?
  2. can responsive feature of web applied on game?

imagine game cut rope example...

considering performance , usability between browser , android, in case there no difference.

it comes down planning achieve creating game of yours. whether planning make fortune way or not.

advantages of browser games are:

  1. easier create (considering know how program in javascript)
  2. web browser more common these days android therefore accessability of such game bigger
  3. for play game, enough type correct web address( , biggest problem overcome, either using existing game platform such facebook, or have other means of how advertise web page, or doomed)

advantages of android games:

  1. without proper advertisement, easier people play game
  2. programming 3d graphics android easier programming in webgl (though arguable considering three.js)

Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -