Text Based MMORPG
Moderator: General Moderators
Text Based MMORPG
I'm fairly new to PHP and I'm writing a text based MMORPG. I have a lot of it completed, but by that I mean the log in system, registering, chat and a few more small things. The thing that I am struggling to figure out is the best way to add items. I think it would be best to list each item everyone has and the effects in a database. If I did that, how would I be able to list them in an inventory where it has 2 items in each column then goes to have as many rows as needed? Sorry if this is hard to understand.