Category: Box2D
-
Basic Filler engine with Box2D – part 3
Here we are with the 3rd part… this time we’ll manage collision detection. I recommend to read step 1 and 2 before continuing. You should how to manage…
-
Platform engine using Box2D – Step 3
In this third part of the platform engine, it’s time to make our hero jump. First, I suggest you to read parts 1 and 2 if you already…
-
Basic Filler engine with Box2D – part 2
Some time ago I published Basic Filler engine with Box2D – part 1, now it’s time to see the next step. I am going to add enemies, the…
-
Managing multiple gravities with Box2D
One of the apparently hardest things to do with Box2D is assigning different gravity forces to different objects. For instance, you may want the world to be ruled…
-
Platform engine using Box2D – Step 2
After publishing Platform engine using Box2D, my attempt to replicate the Rick Triqui‘s main character continues. Now you can move the guy with left and right arrows, aim…
-
Platform engine using Box2D
Platform engines always represented a challenge for me, you can see my prototypes with AS2 and AS3, and this time I am going to make one using Box2D.…
-
Prototype of a Flash game like Meeblings
You should all known Meeblings and the sequel, Meeblings 2. You have to help the Meeblings (cute creatures I’d love to burn alive) reaching the exit using some…
-
Play Mazeroll, my latest Box2D game
After SamePhysics, I made another Box2D game called Mazeroll. You have to drag a maze to made two circles touch, collecting as much red orbs as you can,…
-
Understanding how Box2D manages boundaries
Sometimes you may need to determine if your Box2D object has fallen off the screen. This mostly happens in games, where you are going to build something and…
-
Two ways to make Box2D cars
I am showing you two ways to make cars with Box2d, with source codes included These are examples I found on the web – I will make my…
-
The engine behind Splitter Flash game : working code
I think we finally have a working slicing engine. It started with The engine behind Splitter Flash game, then come The engine behind Splitter Flash game – first…
-
Full Totem Destroyer prototype
Some time ago I posted Create a Flash game like Totem Destroyer, and now I am showing you a complete prototype made by Collin Douch. The prototype features…