YuriNeverov / Tic-Tac-Toe

Tic-Tac-Toe game on an endless board with goal to get 5-a-row
Apache License 2.0
0 stars 0 forks source link

Design DB schema #8

Open YuriNeverov opened 1 year ago

YuriNeverov commented 1 year ago

We probably want to be able to: 1) Have multiple users 2) Store saved game state in DB 3) Keep game statistics for users

For that we need DB