jeremyckahn / farmhand

A resource management game that puts a farm in your hand
https://www.farmhand.life
GNU General Public License v2.0
101 stars 25 forks source link

add experience part 1 #448

Closed lstebner closed 1 year ago

lstebner commented 1 year ago

What this PR does

The goal of this PR is to lay some groundwork for an experience based level system as outlined in #371

How this change can be validated

This PR would be easiest to test if checked out and ran locally so that the feature flag can be flipped on and off

With the feature flag enabled:

With the flag disabled:

Regardless of flag enabled or disabled, these things should happen:

Questions or concerns about this change

Additional information

image
vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
farmhand ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 30, 2023 5:10am
lstebner commented 1 year ago

thanks for calling those things out @jeremyckahn . i've made some updates now to handle importing saves and making sure that experience is only rewarded for farm products sold.