Flash Player 10のプレリリースが発表され、 ますますActionScript3界隈が盛り上がる今日この頃、 皆様いかがお過ごしでしょうか? この連載では、 Box2Dという物理エンジンを使ったActionScript3プログラミングについて解説します。物理エンジンといっても、 難解な ...
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 ...