Apparently in DarkBasic Pro you can create this:
With just this:
Rem Project: Dark Basic Pro Project
Rem Created: Sunday, April 10, 2011
set display mode 800,600,32,1
phy start
make object box 1,20,2,20
position object 1,0,-5,0
phy make rigid body static box
for o=2 to 1000
make object box o,1,0.5,0.6
position object o,rnd(4)-2,o/3,rnd(4)-2
phy make rigid body dynamic box o
NEXT o
position camera 0,10,-30
point camera 0,2,0
do
phy update
LOOP
So I took up this micro-challange
http://dl.dropbox.com/u/20722643/DB/WebPlayer.html (R to Restart)
With just this:
in code.
Sneaky? you decide