Skip to content

feat(game): implement alien encounter flow#115

Open
rbxict wants to merge 2 commits intoADG-VITV:mainfrom
rbxict:bounty-fix-6
Open

feat(game): implement alien encounter flow#115
rbxict wants to merge 2 commits intoADG-VITV:mainfrom
rbxict:bounty-fix-6

Conversation

@rbxict
Copy link
Copy Markdown

@rbxict rbxict commented Mar 29, 2026

Summary

  • implement alien_encounter() so exploration creates an alien, prints the encounter message, and starts combat with the generated enemy
  • add focused regression coverage for both the encounter message and combat delegation path
  • remove accidental PR helper files from the branch so the diff only contains the actual game change and test

Validation

  • pytest test_alien_encounter.py -q

Payout Details

  • EVM: 0xe744f6791a685b0A0cC316ED44375B69361c837F
  • SOL: 8BsByR6rPqxDPku6dYtdoiSk6bdgE9YETbLQF2RGSw1C

/claim #6

Closes #6

Closes ADG-VITV#6

Payouts:
- EVM: 0xe744f6791a685b0A0cC316ED44375B69361c837F
- SOL: 8BsByR6rPqxDPku6dYtdoiSk6bdgE9YETbLQF2RGSw1C

PoA-Signature: poa_1d19b30b9884117b
Cleanup-only follow-up for PR ADG-VITV#115.

PoA-Signature: poa_ab51e4e2aa09979d
@rbxict rbxict changed the title feat: solution for issue #6 feat(game): implement alien encounter flow Mar 29, 2026
@rbxict
Copy link
Copy Markdown
Author

rbxict commented Mar 29, 2026

I pushed a cleanup-only follow-up to remove accidental commit_msg.txt / pr_body.txt helper files from the branch. The solution code itself is unchanged; this just keeps the diff reviewer-friendly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement alien_encounter() in game.py()

1 participant