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

Report as inappropriate.

BlackHawkLex
BlackHawkLex presents ...

2012/11/27

Towers

Press the mouse button to let another block go. Create a tower as high as possible!

Notice: This is a very early version of the game, so if you find any bugs, please make sure to post them in the comments! Also: It's not very competetive atm, but I plan to update this with new features a lot.

Any positive/negative critique is appreciated :).

3009 views / 866 in the last 7 days

2 votes | 0 in the last 7 days

Tags: mouse game demo

Your browser does not support the canvas tag.
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 ?

See all comments

Want to leave a comment? You must first log in.

Who likes this?

nightwingx13 Game/maniac