nictuku / stardew-rocks

Share your Stardew Valley save games and see how your farm looks like, on the web!
Apache License 2.0
60 stars 16 forks source link

Show basic farm metadata #46

Open nictuku opened 8 years ago

nictuku commented 8 years ago

We don't strictly need this for 1.0, but it's super easy to do..so why not?

I'll implement the changes on the parser, on the JSON endpoint, then pass it to gumby.

nictuku commented 8 years ago

farm metadata isn't interesting, but player metadata is.

I should probably auto-generate Go code from the XML using this: https://github.com/metaleap/go-xsd

gumbyscout commented 8 years ago

If we could get granular information like, overall income, lifestock, etc, that'd be really cool. Maybe we could even eventually do like a profits graph or stuff.

nictuku commented 8 years ago

Can someone list the most interesting farm and player stats we should show, besides money?

gumbyscout commented 8 years ago

Livestock names, spouse, children, relationships, bundle/joja progression, achievements...

nictuku commented 8 years ago

I've created a farminfo endpoint with some data in ca7302b7423cd11e0257e4bb855fc3cfb266d674.

We can add more data as needed.

nictuku commented 8 years ago

This is a good entry-level project, if anybody wants to give it a try.