This site requires JavaScript, please enable it in your browser!
Greenfoot back

trimil's Comments

Back to trimil's profile

Try making a 3d Minecraft in greenfoot. I'd love to see that :D
I like this. Very good.
trimiltrimil

2016/3/13

Is the placement of the black things random?
Wow! Very creepy and cool. I want to see this with a unicorn :D
WAIT!! This is better (in my very humble and modest opinion) than what i said previously. Replace that line with: return (x^step) < y + x; It makes some sort of hybrid between a binary fractal tree and a merge sort visualizer!
Neat! This also looks cool if you replace the line: return (x^y) < step; in MunchWorld with: return (x*y) < step;
I love 3d simulations! Where did you learn how to do this??