Original Post
I am beginning to start writing an RPG. I have run into the problem of organizing the weapons and the like. I want to organize it by type of weapon (bow, spike, etc.) and level (lvl1, lvl2). Any suggestions?
Should I use a series of arrays to do this, or structs, or objects?
Should I use a series of arrays to do this, or structs, or objects?