ios - IPhone quiz game with dynamic questions updated via server (Parse/JSON) -
i in process of developing quiz game ios. quiz split difficulty (beginner, intermediate, , advanced), each difficulty type have set of categories (e.g. intro baking, master baking terms, in kitchen , history of baking etc) , each category have set of questions randomised. there no set limit questions per category.
the quiz needs setup in way external user can update contents of questions, categories or answers via online server (e.g parse) scoring system can developed in game center , server can called update stats of player's progression (point total, leader boards, etc)
another option create either standalone api, or website external user can use update quiz questions , answers. maybe json file?, using nsdata?
in future, users able challenge each other timed quizzes per category, user able earn badges completing challenge questions, etc).
what plausible way go project this? appreciated?
that's idea. should start quickly. refer ray wenderlich article insight of backend system: here , game center integration here
Comments
Post a Comment