Browser Game Database structure

Posted by John Svensson on Game Development See other posts from Game Development or by John Svensson
Published on 2011-11-14T08:14:08Z Indexed on 2011/11/14 10:13 UTC
Read the original article Hit count: 271

Filed under:
|
users
id
username
password
email
userlevel

characters
id
userid
level
strength
exp
max_exp

map
id
x
y

This is what I have so far. I want to be able to implement and put different NPC's on my map location. I am thinking of some npc_entities table, would that be a good approach? And then I would have a npc_list table with details as how much damage, level, etc the NPC is.

Give me some ideas with the map, map entities, npc how I can structure it?

© Game Development or respective owner

Related posts about databases

Related posts about sql