carlofazioli / cardiathena

A project to study strategies in the game of hearts, using distributed computing, AI, and data analytics.
GNU General Public License v3.0
6 stars 1 forks source link

game manager: save_game() redux #57

Closed davidjha closed 4 years ago

davidjha commented 4 years ago

Description

The game manager's Save_game() method, in base.py, is currently saving an entire game's history as one entry in the database instead of having each state saved as its own entry.

Tasks

davidjha commented 4 years ago

Changes/Additions have been pushed to mysql-on-argo branch.