topical media & game development

talk show tell print

mobile-game-ch27-packaged-app-index.htm / htm



  <!DOCTYPE HTML>
  <html lang="en">
  <head>
    <meta charset="UTF-8"/>
    <title>Alien Invasion</title>
    <link href='http://fonts.googleapis.com/css?family=Bangers' rel='stylesheet' type='text/css'>
    <link rel="stylesheet" href="mobile-game-ch27-packaged-app-base.css" type="text/css" />
    <meta name="viewport" content="width=device-width, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0"/>
    <meta name="apple-mobile-web-app-capable" content="yes">
    <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
  </head>
  <body>
    <div id='container'>
      <canvas id='game' width='320' height='480'></canvas>
    </div>
    <script src='mobile-game-ch27-packaged-app-engine.js'></script>
    <script src='mobile-game-ch27-packaged-app-game.js'></script>
  </body>
  </html>
  
  


(C) Æliens 04/09/2009

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.