Skip to content

feat(game): implement resource discovery rewards#111

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

feat(game): implement resource discovery rewards#111
rbxict wants to merge 2 commits intoADG-VITV:mainfrom
rbxict:bounty-fix-10

Conversation

@rbxict
Copy link
Copy Markdown

@rbxict rbxict commented Mar 29, 2026

Summary

  • implement find_resources() so exploration awards a bounded random gold amount through the existing collect_gold() path
  • add focused regression coverage for both delegated gold collection and the expected random.randint(5, 50) bounds
  • remove accidental local PR helper artifacts so the diff only contains the game change, test, and cache ignore file

Validation

  • pytest test_find_resources.py -q

Payout Details

  • EVM: 0xe744f6791a685b0A0cC316ED44375B69361c837F
  • SOL: 8BsByR6rPqxDPku6dYtdoiSk6bdgE9YETbLQF2RGSw1C

/claim #10

Closes #10

PoA: poa_8e7937e7d37820e1

Closes ADG-VITV#10

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

PoA-Signature: poa_d059574269390300
@rbxict rbxict changed the title feat: solution for issue #10 feat(game): implement resource discovery 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 find_resources() in game.py()

1 participant