Difference between revisions of "Section D 2022"

From TRCCompSci - AQA Computer Science
Jump to: navigation, search
(Simple Improvements)
(Functionality)
Line 17: Line 17:
  
 
=Functionality=
 
=Functionality=
 +
[[2022 - Allow the player to choose either a random lock or a specific lock number]]
 +
 
[[2022 - Allow the player to create a new lock]]
 
[[2022 - Allow the player to create a new lock]]
  

Revision as of 15:14, 7 December 2021

Section D 2022

Section D of your Unit 1 exam will focus on the skeleton program and improvements to it. The question will specify which part of the program is to be used, and what you need to change. I will create a list of potential improvements, and over time we code each one and document it.

Investigate List

Solving a lock doesn't create a new one until you play another card

Simple Improvements

2022 - You cause an exception if you enter a card number out of the range 1-5

2022 - When you start the game it automatically loads a saved game, adapt it to ask which game to load

2022 - Implement a count of the cards remaining in the deck

2022 - No error message is displayed if the user attempts to play two consecutive cards of the same tool type

Functionality

2022 - Allow the player to choose either a random lock or a specific lock number

2022 - Allow the player to create a new lock

2022 - There is a load game feature but no way of saving a game

Extension

2022 - Add a retrieve card

2022 - Add a joker card