Difference between revisions of "Section D 2023"
(→Functionality) |
(→Simple Improvements) |
||
(One intermediate revision by the same user not shown) | |||
Line 11: | Line 11: | ||
* You can crash the game at the choose move option from queue prompt by not entering an integer | * 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 | * If in making a move you select an invalid destination the game continues and you lose your go | ||
+ | * Allow players to choose where to place their Kotla and Mirza together at the back of their side of the board | ||
=Functionality= | =Functionality= | ||
* Creating new moves | * Creating new moves | ||
+ | * Creating new classes for different pieces |
Latest revision as of 13:51, 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
- Allow players to choose where to place their Kotla and Mirza together at the back of their side of the board
Functionality
- Creating new moves
- Creating new classes for different pieces