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

Comments for Towers

Return to Towers

A new version of this scenario was uploaded on Wed Nov 28 19:11:50 UTC 2012 -added lifes. Greenfoot stops if you'r out of lifes now. -polished the graphics a bit -more to come!
A new version of this scenario was uploaded on Wed Nov 28 19:31:54 UTC 2012 -minor bugfix
Game/maniacGame/maniac

2012/11/28

this is great!
nightwingx13nightwingx13

2012/11/30

nice game
BlackHawkLexBlackHawkLex

2012/11/30

Thanks, I appreciate the feedback :).
Game/maniacGame/maniac

2012/11/30

you have an error though when you die
Game/maniacGame/maniac

2012/11/30

post the source and I will try to fix the error
BlackHawkLexBlackHawkLex

2012/12/1

its not an error, its just not implemented yet ;).
Game/maniacGame/maniac

2012/12/1

Then why does the game freeze
Game/maniacGame/maniac

2012/12/1

That normally happens when you get an error
BlackHawkLexBlackHawkLex

2012/12/1

Take a look at the version update: Wed Nov 28 19:11:50 UTC 2012 -added lifes. Greenfoot stops if you'r out of lifes now. :)
Game/maniacGame/maniac

2012/12/2

you should make it so your lives go to zero and tell the game to pause just before the shards are removed
Game/maniacGame/maniac

2012/12/2

so it should go like this: YourWorld world = (YourWorld) getWorld(); world.health.lives--; if(world.health.lives==0) { removebase(); pause(); } getWorld().removeObject(this);
Game/maniacGame/maniac

2012/12/2

you will have to also do something like this: Health health; public YourWorld(); { health = new Health(); addObject(health, 5, 10); }
BlackHawkLexBlackHawkLex

2012/12/2

dude, I know what to do, I just dont have the time ^^.
Game/maniacGame/maniac

2012/12/2

Im just trying to help make your game better
supridiksupridik

2016/5/17

sir, may i know the source of this game ?