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

MTK's Comments

Back to MTK's profile

How do you move in stage 4?
No_avatarMTK

2010/11/25

What is the "Dictionary" pane on the right for? Anyway, nice effects, I like the way the ball leaves a clean trail and the paddle bounces when the ball hits it.
I really like the particle effects!
No_avatarMTK

2010/11/24

Very nice, especially the effects when knocking down balls. The only problem is that it often seems to freeze and use 100% CPU, and you can't play any more. By the way, the ball graphics are from a popular Linux game called Frozen Bubble. Does this mean you are also Linux user?
No_avatarMTK

2010/11/24

In level 2 (in Easy mode), destroying the second shield generator always kills the commander, no matter how many units I try to pack around it.
No_avatarMTK

2010/11/24

My strategy was to send all but the commander in a big clump into the middle of groups of enemies, and that way they were all gone way before the end of the mission.
SPAMMER!
No_avatar_thumbMTK

2010/11/24

I just can't figure it out. What kind of strategy should I use?
No_avatarMTK

2010/11/23

What I would do is calculate the X value for each column of pixels and color the appropriate pixel. If the X difference between the last pixel and the current one is > 1, you have to connect them with a line so that there isn't a gap in the graph.