A user story leading to end-user and technical requirements
This post details the requirements for the game concept that we have in mind. Up next is the user story behind this app idea. User Story I want to be able to solve everyday mathematical problems mentally without using a calculator. Objective A simple game where you sharpen your math skills by answering a few quick questions. The questions can be, e.g. 7 * 8, 0.88 * 0.44 , 9 / 3 , 987 – 432, 999 + 1324 etc etc. There is no time limit to answer the question but there will be a timer that will keep track of how long before a question was answered. So that way you can see your progress at the speed of answering questions, over time. Requirements A random number generator to generate numbers. A selection of the Mathematical operation to apply to it i.e. + – * / . A selection of the number of digits for the calculation e.g. 2 = 0.83, 3 = 432, etc. A timer feature to show a ticking clock until the question is answered. Track scores! Provide a storage mechanism ...