strategy game

Started by fireside, October 01, 2008, 04:23:15 AM

Previous topic - Next topic

fireside

I started working on my second character and changed the trees.
click here->Fireside 7 Games<-

fireside

Small update.  There are two players now and an icon tells which is which.
http://fireside7games.com/labz/strat_test1.html
click here->Fireside 7 Games<-

EgonOlsen

How can i move the dragon? I'm always playing as the wizard... ???

fireside

If you hit the attack button, the player will change after the attack is complete.  Attacks are shorter range so you need to put the cursor closer to the character before you can see the cube that shows where it will turn towards.
click here->Fireside 7 Games<-

fireside

I've been reorganizing my code, which I think is a little more extensible now, so nothing to show.  My next goal is to have two attack choices for each character.
click here->Fireside 7 Games<-

EgonOlsen

Quote from: fireside on January 08, 2009, 05:31:13 PM
If you hit the attack button, the player will change after the attack is complete.  Attacks are shorter range so you need to put the cursor closer to the character before you can see the cube that shows where it will turn towards.
I see...have you considered to make move/attack context based, i.e. if i click on the terrain it's always move and if i click on a character other than myself (and i'm close enough), it will always attack? It feels a bit clumsy to be forced to click on "move" first to start moving. There's no need for this extra click IMHO...if it's my turn, i should be able to move right ahead.

fireside

#36
Hmm.  I think your right.  I should probably remove the "move" button and have it as the default.  If there is a cancel for the attack, it wouldn't matter.  For now, I'll leave the attack button.  There will be multiple long range attacks so that needs to be there, I think.  It's going to expand into choices when I get that far.
click here->Fireside 7 Games<-

fireside

On thinking further, I might leave it for a bit.  One thing I was going to possibly do was have a one or the other situation.  It's not set up that way now, but if you could both move and attack, that would take away some of the strategy involved.  I was thinking of possibly having the move cost one turn, but it needs experimentation.  I've played some games like that I think.  Like, if I could move the mage away to cast a spell, and cast the spell, then it wouldn't do any good to have a rule that says she can't cast a spell when there is a character next to her.
click here->Fireside 7 Games<-

fireside

#38
The program reads a an attack list now and provides a button for each attack.


I don't have the input worked out yet.
click here->Fireside 7 Games<-

fireside

I've uploaded a new app that has attack choices.  The animations are very preliminary and there isn't a spell animation for the mage yet.
click here->Fireside 7 Games<-

fireside

Small update.  The characters make a place on the map so they can't walk through each other anymore and the first enemy is up but doesn't do anything except idle.
http://fireside7games.com/labz/strat_test1.html
click here->Fireside 7 Games<-

fireside

I changed the attack to object picking. 
click here->Fireside 7 Games<-

EgonOlsen

It's getting somewhere... ;D Do you mind if i put it on the projects page?

And is it actually possible to kill that beholder thing? I hit it and fired at it, but it seemed to be unaffected!?

Edit: Can i zoom somehow?

fireside

It's still has a long ways to go, but it would probably be all right on the projects page.  It doesn't show damage to the monster yet.  I'll probably get working on that next, or right after I get the monster to seek out a target.  There's no zoom, yet. Thanks for checking it out.
click here->Fireside 7 Games<-

fireside

Small update.  The monster is targeting the girl for now, however hiding the girl behind a tree will cause the monster to skip a turn.  Also, placing the dragon next to the monster will cause it to not seek out the girl.  These will hopefully be strategy elements in the fights since the girl will be the most vulnerable as the mage of the small party.

http://fireside7games.com/labz/strat_test1.html
click here->Fireside 7 Games<-