PHP RPG Database issue?

  • Thread starter Thread starter That Random Guy
  • Start date Start date
T

That Random Guy

Guest
Well, I've been wanting to start a basic text-based RPG in PHP, and have a lot of the planning at least started or done. So far I just want three basic areas that you can go to, a training area to fight stuff in, a basic shop, an inventory menu along with an equipment menu, 3 things to fight, and a battle system. Now, it doesn't seem hard... But I got stuck here; How should I make the inventory/equipment/stats tables in the Database? Should I make them all apart of one table called 'rpg_user' or something, or insert the information into seperate tables and ID each of them? I want to make it one table, but it seems like there would be complications along the road with that... Does anybody have any suggestions as to what to do? Thanks :)
 
Back
Top