itsalaidbacklife / cuttle-front-vue

2 stars 3 forks source link

One offs #43

Closed itsalaidbacklife closed 3 years ago

itsalaidbacklife commented 3 years ago
  1. Add ability to play ace as one-off
  2. Add ability to counter with a two (or to decline to counter & resolve the stack)
  3. Add cannot counter dialog to allow resolving stack when you cannot counter
  4. Add test cases for playing an ace, basic countering, resolving, and double, triple, and quadruple (max) countering
  5. Refactor tests to use Card enum e.g. Card.ACE_OF_SPADES
  6. Reorganize test cases so countering is tested in its own describe block and so that p0 moves are tested before p1 moves