ViciousFish / buzzwords

A browser based word strategy game featuring frictionless link-based multiplayer. Try it today!
https://buzzwords.gg
Apache License 2.0
49 stars 8 forks source link

Track moves in the database, valid and invalid #88

Open James-Quigley opened 2 years ago

James-Quigley commented 2 years ago
chuckdries commented 2 years ago

@James-Quigley looks like we're tracking bot moves. I think if we're going to do that we should at least flag them as such so we can tell them from human moves

James-Quigley commented 2 years ago

@chuckdries this just counts the total number of times a word has been played. In theory this is actually duplicate data since that would be present in each Game object.

But I could separate it out and have a human play count and a bot play count.

Really this is just for analytics