Limit fuck_u_markers to the amount a player has in hand #12

Closed
opened 2024-08-06 16:15:39 +00:00 by legonzaur · 1 comment
Owner
No description provided.
legonzaur added the bug label 2024-08-06 16:15:39 +00:00
Owner

target.fuckUMarkers++;

assuming it would be required to do something about this line.

my thoughts:

  • either we compare nb of cards in hand on that line (if the target object has them);
  • either when the turn comes up, we check the nb of cards we can play and we decrease the fuck_u marker if it's not possible to discard
https://git.legonzaur.fr/heronfief/back-ts/src/commit/062fb155e7f40d4669bfc8273b70b2d8316ad7b1/src/games/services/turn.service.ts#L234 assuming it would be required to do something about this line. my thoughts: - either we compare nb of cards in hand on that line (if the target object has them); - either when the turn comes up, we check the nb of cards we can play and we decrease the fuck_u marker if it's not possible to discard
legonzaur referenced this issue from a commit 2024-12-20 22:51:00 +00:00
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: heronfief/back-ts#12