Skip to content

New card: Begg#130

Merged
iqnite merged 15 commits intomainfrom
iqnite/issue129
Apr 7, 2026
Merged

New card: Begg#130
iqnite merged 15 commits intomainfrom
iqnite/issue129

Conversation

@iqnite
Copy link
Copy Markdown
Owner

@iqnite iqnite commented Apr 7, 2026

Resolves #133

  • Test on Discord
    • Regular flow
    • No user selected
    • No OK response
    • No card selected
  • Update recipes
  • Update tests
  • Update FAQ

@iqnite iqnite added enhancement New feature or request cards Gameplay or card mechanics labels Apr 7, 2026
@iqnite iqnite self-assigned this Apr 7, 2026
@iqnite iqnite marked this pull request as ready for review April 7, 2026 07:46
Copilot AI review requested due to automatic review settings April 7, 2026 07:46
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a new playable card (“Begg”) that forces a targeted opponent to give a card, including new UI for selecting a card from a player’s hand and related message/catalog updates.

Changes:

  • Add “Begg” card metadata + new localized messages for the action.
  • Introduce ChooseCardView to let a player select a card from another player’s grouped hand.
  • Wire the new begg action into the card action registry and bump the development version.

Reviewed changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
resources/messages.json Adds Begg-related prompts/success messages and a card_with_count formatting string used by card selection UI.
resources/info.json Bumps application version to 1.5.19-development.
resources/cards.json Registers the new begg card definition (title/description/emoji/flags).
eggsplode/ui/selections.py Adds ChooseCardView to select cards from a target player’s hand.
eggsplode/ui/init.py Re-exports ChooseCardView.
eggsplode/cards/steal.py Implements Begg gameplay flow (choose target → nope window → target chooses card).
eggsplode/cards/init.py Adds begg to PLAY_ACTIONS.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@iqnite iqnite requested a review from Copilot April 7, 2026 09:08
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 9 out of 9 changed files in this pull request and generated 2 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@iqnite iqnite merged commit 03bd07b into main Apr 7, 2026
5 checks passed
@iqnite iqnite deleted the iqnite/issue129 branch April 7, 2026 09:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cards Gameplay or card mechanics enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Favor card

2 participants