Doodle Rocket
by natecope
홈 화면에 추가하여 빠르게 실행하세요
이 게임 설치
공유 버튼을 누르고 "홈 화면에 추가"를 선택하면 빠르게 이 게임에 접속할 수 있습니다.
Doodle Rocket
Doodle Rocket의 태그
설명
Your notebook has come alive! Save the planet and prevent the alien rockets from destroying mankind!
플레이 방법
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!
댓글
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!