tattle-made / viral-spiral-backend

a multiplayer card game about sharing news on the internet
https://tattle.co.in/products/viral-spiral/
GNU General Public License v3.0
0 stars 2 forks source link

Viral Spiral Power #41

Open dennyabrain opened 1 year ago

dennyabrain commented 1 year ago

Feature Description :

if a user receives a card and they have the "viral spiral" power, they can choose to send any of the cards they own to multiple players in their turn.

Expected Outcome :

  1. User receives a card and see a button "Viral Spiral"
  2. User clicks on the button and a popup appears
  3. In the popup, user should be able to see the cards they own and select one of them AND select the player(s) they want to send the cards to

There are 2 scenarios now :

  1. user selects the card that they had just received and sends it to players in this case the card disappears from their screen and it pops up on other player's screens.

  2. user selects the card different from the one they received and sends it to players in this case the "viral spiral" popup disappears but the card they just received is still on their screen. It should only have the "keep" and "discard" options. They can't use the "pass to X" feature anymore. The card they used "viral spiral" with should show up on other player's screen.

RishavT commented 1 year ago

I was under the impression that this is out of scope for the december version of the game and is going to be a future feature. It will be good to let the player use viral spiral only on the current card in hand. Adding this feature will take 3-4 days of async work, I think. If we want to do it asap anway, let me know and I can prioritize this. @dennyabrain

dennyabrain commented 1 year ago

Aah ok. Let me run it by adhiraj

dennyabrain commented 1 year ago

Related Issue : #16