Difference between revisions of "2019 AS Skeleton"
(→Improvements) |
(→Straight Forward) |
||
(7 intermediate revisions by 2 users not shown) | |||
Line 8: | Line 8: | ||
=About the Program= | =About the Program= | ||
− | [[Functions/Procedures Understanding]] | + | [[Functions/Procedures Understanding]] ''- LizQ'' |
=Improvements= | =Improvements= | ||
+ | ===Straight Forward=== | ||
[[AS_2019_RandomPlayerStarts |Randomly set the starting player]] | [[AS_2019_RandomPlayerStarts |Randomly set the starting player]] | ||
− | [[ | + | [[AS_2019_DisplayNoOfMoves |Display the number of moves]] |
− | [[ | + | [[AS_2019_DisplayNoOfMovesByLiz |Display the number of moves]] ''- LizQ'' |
[[AS_2019_DisplayErrorMessages |Display error message with the error code]] | [[AS_2019_DisplayErrorMessages |Display error message with the error code]] | ||
− | [[ | + | [[AS_2019_Re-enter_Filename_if_incorrect| Allow the user to re-enter the filename if it is incorrect]] |
+ | |||
+ | [[AS_2019_go_back_and_select_a_different_piece |Allow user to choose a different piece]] | ||
[[AS_2019_DameMovement |Allow Dames to move backwards]] | [[AS_2019_DameMovement |Allow Dames to move backwards]] | ||
+ | |||
+ | ===More Involved=== | ||
+ | [[AS_2019_SaveGame |Save game option]] | ||
[[AS_2019_TakePiece |Allow taking of pieces]] | [[AS_2019_TakePiece |Allow taking of pieces]] |
Latest revision as of 09:04, 5 April 2019
Files
File:7516-1-PM-ComputerScience-AS-21May19.pdf
File:2019 Electronic Answer Document (EAD) 7516-1 E2 C-.docx
About the Program
Functions/Procedures Understanding - LizQ
Improvements
Straight Forward
Randomly set the starting player
Display the number of moves - LizQ
Display error message with the error code
Allow the user to re-enter the filename if it is incorrect
Allow user to choose a different piece