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

Report as inappropriate.

GreenGoo
GreenGoo presents ...

2013/5/7

Starship

A new game I'm working on, still in a very early stage. Please post all your comments/suggestions. Use WASD or arrow keys to move, and space to shoot. Future updates will include an upgrade shop, different enemies, and new weapons.

3103 views / 680 in the last 7 days

3 votes | 0 in the last 7 days

Tags: None

There is no HTML 5 translation of this scenario available.
View legacy version (requires Java plugin)

This scenarios uses Java features that are not available for use after conversion to HTML 5. Please try the legacy version, which requires the Java plugin to be installed.

A new version of this scenario was uploaded on Fri May 10 19:52:01 UTC 2013 Added cascading explosions and text instructions
A new version of this scenario was uploaded on Sat May 11 10:17:07 UTC 2013 Fixed the forcefield levels, added an enemy counter, and a new sound.
KartoffelbrotKartoffelbrot

2013/5/12

This could become a great game.
GreenGooGreenGoo

2013/5/12

What should I try to add to it?
KartoffelbrotKartoffelbrot

2013/5/12

-better enemy-image -laser should come out at front of ship -maybe different levels -different enemy-types
GreenGooGreenGoo

2013/5/12

I'm working on a round system, perhaps a kind of enemy AI, and the laser coming out the front of the ship requires some serious maths that will take me a while to do.
KartoffelbrotKartoffelbrot

2013/5/12

Round system is nice to do. If you want the laser come out at the front of the ship you dont have to calculate coordinates and angles. If you fire you generate a new object of class laser, like: Laser l = new Laser(); getWorld().addObject(l, getX(), getY()); If you do it like that you can move it afterwards, with only one line: l.move(half length of the ship+half length of the laser); I made it like that in my game.
GreenGooGreenGoo

2013/5/12

I'll try it out!
A new version of this scenario was uploaded on Tue May 14 19:35:31 UTC 2013 Added a new enemy, and changed the pictures. A few minor tweaks too.
A new version of this scenario was uploaded on Tue May 14 19:45:34 UTC 2013 Fixed cascading explosion bug

See all comments

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

Who likes this?

TSmith Kartoffelbrot JetLennit