Box2DCreateJS = Box2d + CreateJS

Box2DCreateJS: Creating the project initial setup

A guide to setting up the initial project configuration

Ivan Franchin
3 min readApr 13, 2023

--

Photo by Elena Joland on Unsplash

In this article, I will explain how to create the project initial setup for Box2DCreateJS. It can be used as a template and starting point for the development of 2D physics games using JavaScript.

If you don’t know what Box2DCreateJS is, take a look at the article linked below:

Let’s get started!

Download and Unzip Box2DCreateJS

Access https://ivangfr.github.io/box2dcreatejs/. At the bottom of the page, you will find the Downloads section. Go ahead and download the latest version.

Unzip the file in a folder where you will place all the game files. I will use a folder called my-game.

Once extracted, the folder name will be something like box2dcreatejs-x.y.z, where x.y.z is the version you have downloaded. Let’s remove the -x.y.z so that the final folder…

--

--

Ivan Franchin

Lead Software Developer with BS and MS in Computer Science. Writing about Java, Spring, software development in general, and emerging technologies.