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

mjrb4's Comments

Back to mjrb4's profile

mjrb4mjrb4

2009/4/10

Ah nice implementation of a classic, the sounds give it that extra bit of life too! :)
mjrb4mjrb4

2009/4/9

Nice work on that last level, very clever!
Perhaps it's just coincidence, but it does seem better to me than when I played it last. And I made it to 1160 this time ;)
mjrb4mjrb4

2009/4/8

Nice game idea, but this gets very laggy for me whenever I shoot something / get shot. What are you using for the explosion? If you're creating new images rather than using the same static ones this might be causing the problem, or alternatively it could be the sounds playing.
mjrb4mjrb4

2009/4/8

Woah, this is really fast and there aren't many hearts! Perhaps slow it down so it gets gradually faster / harder as time goes on?
With regards to the performance issues, have you declared your images as static fields or are you re-loading / re-initialising them each time? That may well be the issue - refactoring your code so the images are all static (and therefore just loaded once in the lifetime of the game rather than each time a new block is made) may help with the speed up factor :)
Just about managed 940 - almost at the 1000 mark...
Interesting sound when you win!
The space theme continues - nice one! As for more extensions, it'd be nice if the blocks speed up a bit as you go (it starts off at a nice speed but could do with getting a bit faster.) Also, if you constantly move left and right you can hold the block in the same position and cheat while you work out where to put it!