Author: Emanuele Feronato
-
Box2D: tutorial for the absolute beginners
This is a tutorial about Box2D dedicated to the absolute beginners. I received a lot of request asking for this, so here we go. What is Box2D Box2D…
-
Designing the structure of a Flash game – AS3 version – Part 4
Here I am with some new features added to the game. I had to make some gameplay because I am going to show you how to add portals…
-
In-game banners: a winning idea
As you know, I released two Flash games with banners inside. The first one was Red Flowers with a banner placed in the level selection screen, and the…
-
Trying to solve a Sokoban level with brute force
Before you even think this script will solve a Sokoban level, I must warn you: this script won’t solve a sokoban level, it won’t even recognize whether a…
-
How to lose a kidney with your website
Enough is enough. I am really tired of reading about computer guys building websites and getting rich. On the other side, I’m bored of reading about so-called web…
-
Box2D joints: Revolute Joint – Building motors
After seeing how to create a revolute joint, it’s time to use them to create motors. Box2D already has everything we need to create such motors. The script…
-
New blog header: how did I make it
During the weekend I played with the blog header. In my opinion bloggers understimate the power of a rich header, and in most cases you will see only…
-
Designing the structure of a Flash game – AS3 version – Part 3
The game structure is getting more and more complete… now, according to the comments to Designing the structure of a Flash game – AS3 version – Part 2,…
-
Improve your brand with a logo – part 2
Do you still think a minimal logo is better than a cartoonish one for an indie PROgrammer? Try to make a better cake with Nike swoosh… A lot…
-
Box2D joints: Revolute Joint
After introducing Distance Joints, it’s time to learn something about Revolute Joints. A Revolute Joint attaches two objects by “pinning” them together at an anchor point which they…
-
SamePhysics – My first Box2D game
You are all invited to play SamePhysics, my first Box2D game. It’s a small milestone because it’s my first Box2D game. The game is the remake of SameGame,…
-
Phyballs: when Arkanoid meets Box2D – Full source code
Box2D is getting more and more popular among developers, and I am proud to have the permission to publish the first source code for a complete Box2D game.…