Skip to content

feat(game): implement alien loot rewards#110

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

feat(game): implement alien loot rewards#110
rbxict wants to merge 2 commits intoADG-VITV:mainfrom
rbxict:bounty-fix-9

Conversation

@rbxict
Copy link
Copy Markdown

@rbxict rbxict commented Mar 29, 2026

Summary

  • implement loot_alien() so defeated aliens yield a bounded random gold reward via the existing collect_gold() path
  • add focused regression coverage for both delegated gold collection and the expected random.randint(10, 50) bounds
  • remove accidental local PR helper artifacts so the diff only contains the game change, test, and cache ignore file

Validation

  • pytest test_loot_alien.py -q

Payout Details

  • EVM: 0xe744f6791a685b0A0cC316ED44375B69361c837F
  • SOL: 8BsByR6rPqxDPku6dYtdoiSk6bdgE9YETbLQF2RGSw1C

/claim #9

Closes #9

PoA: poa_6afd223c91882100

Closes ADG-VITV#9

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

PoA-Signature: poa_c676ea9ab6b4abd4
@rbxict rbxict changed the title feat: solution for issue #9 feat(game): implement alien loot rewards Mar 31, 2026
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 loot_alien() in game.py()

1 participant