This tutorial demonstrates an HTML5 game setup by using Box2D physics engine and CreateJS. The following are the steps to complete this tutorial project. In case you ...
Box2Dとenchant.jsを使いこなせるようになれば、様々なゲームを容易に作れるようになるでしょう。 そこで、この記事ではその第一歩として、Webブラウザで動く簡単なプログラムを作りながら、Box2Dとenchant.jsの最も基本的な使い方と組み合わせ方をご紹介します。
In this step, we create the logic structure for our game. In the HTML, we create a game canvas for the EaselJS library to draw on it. The third module would be the physics logic. In this step, we just ...