Page 1 of 7
Invader: arcade strategy game
Posted: Fri Jul 15, 2011 12:28 pm
by Robin
This is a very old project, but yesterday I decided to finally finish it. (It's
this game).
You are Blue. Your goal is to conquer the universe.
Controls:
Left click on a blue system to select it.
Right click on another system to send troops there. Hold right to send more troops. You can send them to enemy systems, to let them fight, or to your own systems, for reinforcements.
Use the arrow keys to explore the map.
See
http://github.com/gvx/invader for development.
Re: Invader: arcade strategy game
Posted: Fri Jul 15, 2011 1:40 pm
by TechnoCat
Some of the dots spawn off-screen. =[
Re: Invader: arcade strategy game
Posted: Fri Jul 15, 2011 1:46 pm
by Robin
TechnoCat wrote:Some of the dots spawn off-screen. =[
Robin wrote:Use the arrow keys to explore the map.
Re: Invader: arcade strategy game
Posted: Fri Jul 15, 2011 1:55 pm
by TechnoCat
Robin wrote:
I'm illiterate. Stop making fun of me!
Re: Invader: arcade strategy game
Posted: Fri Jul 15, 2011 10:29 pm
by slime
Nice game! Reminds me of Galcon (that's a good thing).
One bug I noticed, when you're about to capture a planet thingie and an AI sends out its last ditch reserve, it seems to switch to your side mid-flight if the planet is captured by you.
Re: Invader: arcade strategy game
Posted: Fri Jul 15, 2011 10:48 pm
by Robin
slime wrote:Nice game! Reminds me of Galcon (that's a good thing).
Thanks!
slime wrote:One bug I noticed, when you're about to capture a planet thingie and an AI sends out its last ditch reserve, it seems to switch to your side mid-flight if the planet is captured by you.
It's not a bug, it's a feature.
Seriously, I did that on purpose. I thought it would be more interesting that way.
Re: Invader: arcade strategy game
Posted: Fri Jul 15, 2011 10:52 pm
by slime
Oh, cool. Nevermind then! I like the music, too.
Re: Invader: arcade strategy game
Posted: Fri Jul 15, 2011 10:55 pm
by Robin
Yeah, I got the music from
OpenGameArt. (The credits mention that. Dunno why I say it here as well.
)
Re: Invader: arcade strategy game
Posted: Fri Jul 15, 2011 11:08 pm
by Taehl
I like it. Very nice little game. If you're looking for suggestions, I would recommend:
- Auto-scrolling the view when the cursor is near an edge of the screen (like in most RTS games)
- Stars in the background, preferably with a nice parallax scrolling effect
- AI improvements:
1) Allow them to use bigger troop movements
2) Have them send troops from multiple planets to one target at the same time
3) Prioritize weak enemy planets (right now, it just looks random)
4) Maybe increase the probability of these smarter behaviors as the player owns more planets (adaptive difficulty)
- Make it so the perfectly safe, completely troop-full planets far behind the warfront are more useful. For instance, allow the player to buy powerups of some kind at the cost of an entire planet's worth of troops? I don't know.
Re: Invader: arcade strategy game
Posted: Sat Jul 16, 2011 1:22 am
by Robin
Thanks, Taehl, good suggestions. Except the stars in the background, I think that would distract players and break the visual simplicity.
(Oh, and the AI doesn't just
look random. It
is random at the moment.
)