lijim / monks-and-mages

Monks and Mages is a TCG-game built on React and socket.io
https://www.monksandmages.com
MIT License
17 stars 0 forks source link

Feat: Add game recording #402

Closed lijim closed 1 year ago

lijim commented 1 year ago

This adds an POST call to the DB server whenever a game is decided by a game action (either resolving effect or taking a game action, like attacking)

It does not* call the game recording if the game is decided by a disconnect (to prevent XP farming)