
I bet you have probably never heard about the CreateJS library, if so, this post is for you.
What is CreateJS?
So… let me explain. CreateJS is a suit that consists of 4 JS libraries (can be run together or independently):
– EaselJS – all you need for generating graphics and interact with HTML5 Canvas.
– TweenJS – all you need for tweening things.
– SoundJS – all you need for playing sound.
– PreloadJS – all you need to preload your app assets.
So as you see, pretty much all you need to create a fancy game!
Continue reading