Kh-Mudassar / solitaire-for-android

Automatically exported from code.google.com/p/solitaire-for-android
Apache License 2.0
0 stars 0 forks source link

Make multi-card moves atomic #8

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Multi-card moves (dealing in spider) are handled as a sequence of
individual moves as opposed to a single move for animation purposes.
Changing AnimateCard.java to take a Move instead of an Anchor/Card pair
could make for a more atomic move process.

Original issue reported on code.google.com by kma...@google.com on 16 Dec 2008 at 5:12