sjsafranek / mtghordesurvival

Web app that simulates the MTG Horde Survival. Uses the deck list from https://www.quietspeculation.com/2011/09/horde-magic-a-new-way-to-play-magic-and-survive-zombie-invasions/
MIT License
2 stars 0 forks source link

Selection Behaviour Not Clear #7

Closed lancesafranek closed 5 years ago

lancesafranek commented 5 years ago

Currently, it isn't clear what cards are selected. Selection should result in highlighting cards with a border (yellow?).

Card selection should obey these rules:

  1. Clicking the battlefield (or anything except a card) should deselect all cards.
  2. Selection should be additive, e.g. selecting a card when a few are already selected should add to the selection (as opposed to requiring to use a modifier, e.g. Shift + Click).
  3. Game actions resulting from dragging should apply to all selected cards, e.g. dragging to the graveyard should destroy all selected cards.
sjsafranek commented 5 years ago

I changed the highlight color to pale green and fixed items 1 & 2.

sjsafranek commented 5 years ago

this should be fixed

lancesafranek commented 5 years ago

Selection is now clear, but isn't additive for regular cards (it is additive for tokens)

lancesafranek commented 5 years ago

There's also a conflict between the attack border animation and the selection state. Can't tell what's selected while creatures are attacking.

sjsafranek commented 5 years ago

the card selection now work like they do in mtg arena