nalnir / crypties

Open-source PvP cardgame.
https://crypties-neon.vercel.app
MIT License
1 stars 0 forks source link

Save game stats in mongo #12

Open nalnir opened 1 year ago

nalnir commented 1 year ago

Game stat should be save when game is won, lost, ended abruptly and forfeited.

Stats to save:

  1. Winner, looser
  2. Amount of moves,
  3. Which alignment won and which lost
  4. Which deck won, which deck lost

Other stats:

nalnir commented 1 year ago

Basics are done. Putting it on hold for a while. Need to think about if moves should be saved too and how should they be saved. Maybe long string that could be parsed with a specific game flow parser?