Difference between revisions of "Section D 2024"
(Created page with "=Issues Identified= ==Accepts row & column numbers outside of valid ranges== ==Allows you to enter the name of a a file that doesn't exist== ==Letter input is case sensitive==...") |
|||
Line 1: | Line 1: | ||
− | = | + | ===Simple Improvements / fixes=== |
==Accepts row & column numbers outside of valid ranges== | ==Accepts row & column numbers outside of valid ranges== | ||
==Allows you to enter the name of a a file that doesn't exist== | ==Allows you to enter the name of a a file that doesn't exist== | ||
==Letter input is case sensitive== | ==Letter input is case sensitive== | ||
+ | |||
+ | ===Extra functionality=== | ||
==Allow the player to replace or blow up a blocked cell turning it into a standard cell== | ==Allow the player to replace or blow up a blocked cell turning it into a standard cell== | ||
==Add additional letters/symbols e.g. L or O or U or V or C or H or I== | ==Add additional letters/symbols e.g. L or O or U or V or C or H or I== | ||
==Save the current status of the game (file-handling)/writing to a text file== | ==Save the current status of the game (file-handling)/writing to a text file== |
Revision as of 08:46, 11 December 2023
Contents
- 1 Simple Improvements / fixes
- 2 Accepts row & column numbers outside of valid ranges
- 3 Allows you to enter the name of a a file that doesn't exist
- 4 Letter input is case sensitive
- 5 Allow the player to replace or blow up a blocked cell turning it into a standard cell
- 6 Add additional letters/symbols e.g. L or O or U or V or C or H or I
- 7 Save the current status of the game (file-handling)/writing to a text file