Difference between revisions of "Section D 2023"

From TRCCompSci - AQA Computer Science
Jump to: navigation, search
(Functionality)
(Functionality)
Line 14: Line 14:
 
=Functionality=
 
=Functionality=
 
* Creating new moves
 
* Creating new moves
 +
* Creating new classes for different pieces

Revision as of 13:50, 10 February 2023

Section D 2023

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

Simple Improvements

  • Ask the players to enter their names at the start of the game
  • You can crash the game at the choose move option from queue prompt by not entering an integer
  • If in making a move you select an invalid destination the game continues and you lose your go

Functionality

  • Creating new moves
  • Creating new classes for different pieces