Comment développer Street Fighter II en Javascript
/image%2F0000083%2F201302%2Fob_91a1e053f49c750eacc1c730783c3e21_streetfighter2.png)
Voici un article qui nous explique comment créer une courte démo de Street Fighter II en javascript. On y apprend surtout l'animation des sprites. Il n'y a pas la gestion de l'audio, dommage.
Enfin juste pour le fun je vous invite à tester la démo sur codepen.io
/http%3A%2F%2Fdavidwalsh.name%2Fwp-content%2Fthemes%2Fjack%2Fimages%2FopenGraphLogo.png)
Build a Street Fighter Demo with CSS Animations and JavaScript
I recently learned a cool technique from Simurai about how to animate PNG sprites with the CSS3 animations' steps() property. The main idea in this technique is to "recreate" some kind of animated ...