Examination number: 142150
Requirement | Meets Requirement? |
---|---|
The user should be able to interact with the model so that they can play the game to completion. | Yes |
The game should include a certain amount of randomness so that it can behave differently each time it is run. | Yes |
Accept a minimum of three different inputs – all data should be validated using appropriately defined validation rules. | Yes |
The game should be interactive and operable in a variety of modes - single player, multiplayer and allow simulation play. | Yes |
Requirement | Meets Requirement? |
---|---|
Extend the basic model so that each time it is run, it stores results data from the game that has been played in a file or database e.g. fastest time, top score, previous results, strategy data, etc. | Yes |
Develop algorithms that perform some statistical analysis e.g. find the frequency, mean, median and mode of the aforementioned data set, and effectively communicate the resulting information in a graphical format. | Yes |
Use the model to test hypotheses (such as answering ‘what-if’ type questions) and make future predictions by changing parameters within the game. | Yes |