GitHub - GregWard/Pixi.JS-char-dev: This is to add a generic user controlled sprite class to pixi.js for game development or interactivity beyond the mouse

This is to add a generic user controlled sprite class to pixi.js for game development or interactivity beyond the mouse. The end goal of this is to create a generic pixi.js based sprite that is interactive with keyboard and mouse that could be used to enhance the user experience.

TO INSTALL

Upload the files to a server (or download something such as WAMP/LAMP to run locally) and run the bunnymove.html example to see work done so far (alternatively you can checkout www.gregward.ca/bunnymove to test it out).

WORK DONE SO FAR

  • Enabled keyboard arrow movement. Can move all directions. Timely and accurate responses to arrow keypress.