jdoleary / Spellmasons

https://store.steampowered.com/app/1618380/Spellmasons/
Other
4 stars 1 forks source link

Challenges #533

Open jdoleary opened 7 months ago

jdoleary commented 7 months ago

Players should be able to make challenges where they set up a map, set health and mana, choose spells and save it.

Challenge votes can be stored like so

[
challengeName:'',
challengeData:'just a saved game file',
upVotes: [playerName],
downVotes:[playerName],
]

This structure will ensure that players can't vote twice. Challenge data can be stored in s3 and served by server hub

jdoleary commented 6 months ago

I might be able to use Steam Mods for this so I don't have to manage a ratings server myself

SoulMuncher commented 4 months ago

Challenges made in old version of games may break, (example: challenge relies on killing a unit with bloat, but we decrease the damage of bloat and the challenge becomes impossible)

I guess we'll just put a warning when they load it, like how it's done with saves?