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

SPower's Comments

Back to SPower's profile

It's just getting better and better. But when all apples are eaten, the game doesn't stop. You could add that fuctionality.
SPowerSPower

2012/4/7

I'm sorry, I'll update it today. I only played in at my computer, not at my laptop.
I saw you doing this in your code: [code]World world; world = getWorld(); world.dosomething;[/code] This could be better by doing this: [code]getWorld().dosomething;[/code] This uses less memory, because we're not creating variables that have to be stored in your memory. It wouldn't be that much code that you use less when you do it on my way, but it's always better to don'use more memory than you need to. I hope this helps.
SPowerSPower

2012/4/6

I already got it, but thank you for the link
SPowerSPower

2012/4/6

It would be nice if you would use the highscore APIs in Greenfoot 2.2 beta.
SPowerSPower

2012/4/6

I will in the future, but I haven't got Greenfoot 2.2 yet. This may sound dumb, but: where can I download it?
Great art! Are you going to add keyboard controls to it? That would be great.
workS: sorry, I typed something wrong :-)
Great!! Work super well: you did a great job!