Brix - Physics Game

It is a really simple game but everybody has to start simple I guess.
The goal is to remove as many Bricks as possible without any falling of the plane or the Ball on top touching the ground. I integrated a score counter and a saved highscore.

Download:
If you have Blender installed download the .blend from below
Otherwise use this link to get the standalone:

Controls:
W,A,S,D rotate and move camera around
Shift increase camera speed
LMouseBtn remove a brick
Esc Menu
Del Reset highscore


Have fun trying it out!

Attachments

brix.blend (4.92 MB)

Very nice.

how did you make the cell shading. i tried to find it in your python but onle saw the color class.

It is a cheap trick.
You go into edit mode select everything, copy and scale up a bit. Then you color that part black and flip the normals. It works but I wouldn’t recommend using this method on complex models because you double the amount of vertices which is bad for the performance. You can see the techneque here