Tagged Questions
0
votes
2answers
164 views
Drawing an animation over an already drawn screen
I am working on a XNA WP7 card game whose basic prototype is complete. In game screen, 6 cards are displayed at a time (3 for each of the two players say 1,2 and 3).
If player A attacks one of player ...
3
votes
2answers
324 views
Handling sound effects for Multiple Collisions
How can I generate somewhat realistic sound effects for collisions in a physics engine that simulates lots of objects?
E.g. take >10 marbles that are bouncing off walls and off each other.
If I ...