I am making a game that has a table (attack bonuses). What is the most efficient way of creating this table and be able to access it easily from the device (besides putting this info directly into the class)
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
XML is usually my weapon of choice for storing this kind of information:
You can then use NSXMLParser to parse the information from the XML file.