OK, it’s just a thought at the moment. I’m building a pretty simple quiz-app. It has a 2 player option… When this option is chosen, the Users are asked if they want to run a 10, 15 or 20 question round.
I’ve built the single player side as ‘one question per scene’, but that uses progressive-style gameplay (you answer as many questions as you can before you run out of lives etc - always picking the game up from the last question you answered correctly).
I’d like to build the ‘two player’ game, so it’s still one-question-per-scene, but when the game starts I’d like to somehow load ‘10’, ‘15’ or ‘20’ questions/scenes RANDOMLY from within the local directory… Can this be done? Has it been done? Is there a better way to do it?
Thanks muchly
Mark