Beta version of a simple physics game
In the last two days I played around with Box2D. Box2D is an open source 2D physics engine for games. In addition there exists an actionscript port for the Flash platform. Studying various examples on the internet and the wonderful tutorials of Emanuele Feronato I came up with the following little game. It is still in beta phase and there are plenty of things which needs to be added and polished.
Note: Link to the game is deactivated. The final game is in progress. Beta is closed.
Anyway, maybe you want to have a try on it. The logic is very easy. The aim of the game is to drop as many blocks as possible on the green bar. Move your mouse to determine the x-position of the block to drop. Press left button to drop it. On the upper right you see the percentage of wind and the direction in which the wind is blowing. That wind effects the following blocks.
Here is a little list of things that are still to do:
- Highscore system
- Start screen
- Polish score and wind system
- Fixing bugs
Please let me know if you have any more ideas or if you find any bugs. By the way, my current highscore is 22 blocks

