Feel To Be Me! Alien of Sace Invader by Drabiter
You have been playing as the ship all the time, now it's aliens' turn to be played. Control their movement by
Accelerating/decelerating the speed, using left/right keys,
and reach bottom of screen to win. The amount of survivors is important for upgrading. Use SPACE to shoot.
Control:
Left-Right keys (accelerometer on android).
Space key (tap on android).
Mouse click (for upgrade menu).
Applet may appears in next days.
Accelerating/decelerating the speed, using left/right keys,
and reach bottom of screen to win. The amount of survivors is important for upgrading. Use SPACE to shoot.
Control:
Left-Right keys (accelerometer on android).
Space key (tap on android).
Mouse click (for upgrade menu).
Applet may appears in next days.
Ratings
| Coolness | 48% | 694 |
| Overall | 2.80 | 465 |
| Audio | 1.82 | 519 |
| Fun | 2.56 | 494 |
| Graphics | 2.46 | 543 |
| Humor | 2.18 | 485 |
| Innovation | 3.04 | 285 |
| Mood | 2.68 | 418 |
| Theme | 3.72 | 143 |
@Faust: thanks~
It was quite hard to get past the levels with 3+ spaceships though.
@AyCe: You can't shoot while pressing any button because I use switch() on key listener (you use java too so you know) :D
@BarrensZeppelin: Yeah, but I managed to pass it by fully upgraded acceleration and base speed :)
Why that? Well, if you want to use "hold", just look of boolean[] no. 1 is true at that index, if you want to use "click (and ignore if key stays pressed)" return the index of boolean[] no. 1 and set it to false.
Well just look at this: http://pastebin.com/raw.php?i=wf9A4jfe
Of course you are free to code as you want ^^
The first few times I played I did not realize that I could make the invaders move faster by tilting the phone.
A great concept, inverting the roles of the space ship and aliens. Also quite difficult! :-)
@voidstar69: Thanks for trying. Yeah sorry about that. Within limited time I couldn't set up scaling, so max supported resolution is 800x480 which is my own phone Desire V :)
The background was not right though and after destroying the hero, nothing happened. A bug maybe
?
- If I hold the left arrow key to quicken the movement and then I reach the left border, I think it would be better, if it slows me down while keeping the left arrow key down, instead of resetting it.
- The enemie shots are too strong or too fast. Perhaps adding health to every alien? It is hard to have more than 1 or 2 aliens left.
- The game should change to the upgrade screen after I destroyed the last ship instead of waiting until I reached the bottom screen border.
Anyway, love the idea, simple and clean implementation. Thanks!