Phaser Paint

Phaser Paint

To teach computer graphics for game design, I wrote a paint program in JavaScript that would export an array of data that students could use directly in their games. One of the neat features of the Phaser library is the ability to create a texture from an array of hexadecimal values. My students used this program to generate animation data for their games

Check it out in the sandbox: http://www.moonpong.com/edit/5eaf77da817762402819a710

sandbox2.gif

In [ ]: