topical media & game development

talk show tell print

mobile-game-ch02-gameboard-index.htm / htm



  <!DOCTYPE HTML>
  <html lang="en">
  <head>
    <meta charset="UTF-8"/>
    <title>Alien Invasion</title>
    <link rel="stylesheet" href="mobile-game-ch02-gameboard-base.css" type="text/css" />
    <link href='http://fonts.googleapis.com/css?family=Bangers' rel='stylesheet' type='text/css'>
  </head>
  <body>
    <div id='container'>
      <canvas id='game' width='320' height='480'></canvas>
    </div>
    <script src='mobile-game-ch02-gameboard-engine.js'></script>
    <script src='mobile-game-ch02-gameboard-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.