Designing tables for storing various requirements and stats for multiplayer game

后端 未结 13 1334
感情败类
感情败类 2021-01-30 00:41

Original Question:

Hello,

I am creating very simple hobby project - browser based multiplayer game. I am stuck at designing tables for storing information abou

13条回答
  •  星月不相逢
    2021-01-30 01:05

    I would approach this from an Object Oriented point of view, rather than a Data Centric point of view. It looks like you might have quite a lot of (poss complex) objects - I would recommend getting them modeled (with their relationships) first, and relying on an ORM for persistence.

提交回复
热议问题