In our case, let’s use a slightly modified version explained in this tutorial series: HTML5 Platformer: the complete port of the XNA game to <canvas> with EaselJS . I’ve just added a virtual joystick to be able to move the hero using touch....
Interactive buttons are some of the cool things you could do to improve player experience. Not only this idea is fresh but also a great way to provide non-static interfaces. Interactive Hippo Button Check out this interactive hippopotamus button idea. The hippo’s eyes will follow cursor movemen...
We’re first going to see how to have a unique Visual Studio solution embedding the same code of a2D Canvasplatformer game to target 2 platforms: Windows 8.1 & Windows Phone 8.1. Then, we’ll see a second option using 3D &WebGLthis time andWinJSto...