jsseng / jigsaw

0 stars 0 forks source link

Research/develop a backend database for the puzzle application #20

Open jsseng opened 2 weeks ago

jsseng commented 2 weeks ago

We will need a database in order to store which pieces are placed and also keep track of statistics.

jsseng commented 1 week ago

Data to store in the database: currently active puzzles, who is working on each puzzle, the placed pieces of a puzzle, when did users place a piece, when did users login/logout, which messages were sent, statistics about UI usage

LambNNot commented 1 week ago

https://heroiclabs.com/blog/godot-fishgame/

LambNNot commented 1 week ago

"Use SilentWolf to persistently store, update and delete any kind of data (like inventory, stats, achievements, etc) about players or your game's overall state in minutes. Retrieve it in your game just as easily." Claims to be free and still running, but have not found much recent information online about whether or not it is still active. However, does seem to have a good reputation from a few years ago. https://silentwolf.com

jsseng commented 1 week ago

Here is a Godot Firebase plugin: https://github.com/GodotNuts/GodotFirebase