topical media & game development

talk show tell print

graphic-canvas-example-raycaster-player.js / js



  
  function Player(s) {
            this.health = 100;
            this.speed = {
                          forward : s,
                          backward: .8 * s,
                          turn : 2 * s
            };
   }
  


(C) Æliens 20/2/2008

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.