Spellmasons icon indicating copy to clipboard operation
Spellmasons copied to clipboard

Challenges

Open jdoleary opened this issue 11 months ago • 2 comments

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

  • [ ] Challenges will be displayed in a menu list
  • [ ] Challenged can be voted up or down by players

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 avatar Mar 01 '24 22:03 jdoleary