Doodle Rocket
autor natecope
Dodaj na ekran główny, by mieć szybki dostęp
Zainstaluj tę grę
Stuknij przycisk Udostępnij, potem "Dodaj do ekranu początkowego", aby szybko mieć grę pod ręką.
Doodle Rocket
Tagi dla Doodle Rocket
Opis
Your notebook has come alive! Save the planet and prevent the alien rockets from destroying mankind!
Jak grać
Shoot the rockets down as quickly as you can. See how many you can destroy before you get overwhelmed. Use your mouse to move and fire!
Komentarze
zgnumu
Mar. 14, 2012
@natecope - beginner coding mistake: manual firing (single projectile per press/click) without a fire-rate restriction allows for virtually unlimited projectiles using a macro or key-mashing insanity. Auto-fire w/ a set fire-rate is typically used to prevent the above-mentioned exploit. Otherwise, functions fine for a simple starter game.
natecope
Mar. 15, 2012
Hah! Yea, this wasn't really polished in any way whatsoever. I didn't even really expect to make it available, but I figured what the hell. It was just a learn-by-doing project when I started to pick up Unity3D. But I might make a quick little update anyway. :) Thanks for the comment!