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

Report as inappropriate.

Shiho
Shiho presents ...

2012/3/5

Aka Karasu Kuroi presents Space Invaders

Another of my Computer Science projects(Deadline 1 week). It's only a little Space Invader's clone.
************
CONTROLS
************

FIRST PLAYER:

Use Arrow Keys to move around.
Use Space to shoot.

SECOND PLAYER:

Press F11 during the Game to start Twoplayer.
Use A D to move around,
Use F to shoot.

I apologize for the bad Sounds.
I tryed to save the Hiscore in score.txt but it doesn't worked.^^

Enjoy playing!

3046 views / 714 in the last 7 days

Tags: game demo infoskript.de karsu kuroi shiho

Your browser does not support the canvas tag.
A new version of this scenario was uploaded on Mon Mar 05 22:16:32 UTC 2012
A new version of this scenario was uploaded on Mon Mar 05 22:27:06 UTC 2012
A new version of this scenario was uploaded on Tue Mar 06 12:37:46 UTC 2012
A new version of this scenario was uploaded on Tue Mar 06 12:45:10 UTC 2012
MrTDMrTD

2012/3/7

How did you get them all to descend together?
ShihoShiho

2012/3/8

I used a counter to check how many steps they already have done. After 8 steps I said go down(getY() -1) and then move 18 steps ahead and move down again. I had all 3 alien types as a subclass of AlienAnimated. In this "upperclass" I wrote one method with the mentioned counter. All subclasses just uses this "move();" method in the act()
A new version of this scenario was uploaded on Thu Mar 08 19:09:12 UTC 2012
ShihoShiho

2012/3/8

Added the source. I apologize for the rarely used comments.
A new version of this scenario was uploaded on Fri Mar 23 15:41:32 UTC 2012

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

Who likes this?

No votes yet.