Difference between revisions of "2019 AS Skeleton"
Line 11: | Line 11: | ||
=Improvements= | =Improvements= | ||
+ | ===Straight Forward=== | ||
[[AS_2019_RandomPlayerStarts |Randomly set the starting player]] | [[AS_2019_RandomPlayerStarts |Randomly set the starting player]] | ||
Line 19: | Line 20: | ||
[[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_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]] |
Revision as of 07:17, 2 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
Improvements
Straight Forward
Randomly set the starting player
Allow user to choose a different piece
Display error message with the error code
Allow the user to re-enter the filename if it is incorrect