Category: Box2D
-
Creation of a Flash Stabilize! clone using Box2D – part 1
In Triqui’s picks 1 I told you Stabilize! is a good game to clone using Box2D. And I would use this post to focus on another thing too……
-
WorDrop
Word Play contest is over, you can see the winners in the official MochiLand post, and it’s time to show you my little game based on words. It’s…
-
Basic Box2D rope
It’s time to create a rope with Box2d. To start defining a rope, we’ll start from something similar: a chain. A chain is a series of two or…
-
Introducing Box2D filtering
In Box2D, normally every object collides with other objects in the stage. But sometimes we may need a way to make an object collide with only certain objects,…
-
Rendering joints with Box2D
In most Box2D projects you can see how to render bodies or attach objects to them, but I couldn’t see any tutorial about rendering joints. If you look…
-
Simulating a hook with Box2D
In a comment to Pumpkin Story prototype, a reader asked for a function to simulate a hook. This can be quite easily done in some steps. This first…
-
Pumpkin Story prototype
This quick Pumpkin Story prototype is made merging and mixing these scripts: Drawing arcs with AS3 and Creation of a Flash artillery game using Box2D. If you notice,…
-
Word Play contest prototype, four days to make something decent out of it
The final deadline for “Word Play” Flash Game Contest ran by MochiMedia is September 18 and if you did not submit any entry, here it is a prototype…
-
Creation of a Flash artillery game using Box2D – part 2: removing bullets
This is the second part of Creation of a Flash artillery game using Box2D… one reader asked for a function to make blocks (bullets) disappear after 10 seconds…
-
Creation of a Flash artillery game using Box2D
Small intro: having a plugin that allows readers to vote posts can help you understanding what do readers like. I saw readers liked a lot Create a flash…
-
Simplify your Box2D projects with QuickBox2D
You know with Box2D you can make interesting games like Mazeroll, SamePhysics or Filler, but even if I published a Box2D tutorial for absolute beginners, everyday I am…
-
Box2D platform engine alternative
Everybody should know Box2D is the best engine you can use to make a platform game. Rick Triqui, my latest game, was made with PlayCrafter that uses Box2D,…