#100 Days of Coding Challenge - Day 14

in #coding8 years ago

100days.png

I haven't worked on the freeCode Camp stuff today, as I decided to have a look at something else (still Javascript.

I came across a game library for Javascript called Pixi JS and have been playing around with that. So far I've managed to get a WebGL Canvas, working, and added sprites to it, both as a single image loaded in from a single file and as a sprite from a tileset where the whole lot were loaded in, but only a single 16x16 sprite is used.

Code so far is in a Github Repository I think I'll go back to working on the Random Quote Generator tomorrow and dip back into this when I need a change of pace.