Difference between revisions of "Section D 2024"

From TRCCompSci - AQA Computer Science
Jump to: navigation, search
(Extra functionality)
Line 3: Line 3:
 
* 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
 +
* Add additional letters/symbols e.g. L or O or U or V or C or H or I
  
 
=Extra functionality=
 
=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 a WildCard symbol which will match with any other symbol, Max of 3 per game
 
* Add a WildCard symbol which will match with any other symbol, Max of 3 per game
 
* 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 13:31, 18 December 2023

Simple Improvements / fixes

  • 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
  • Add additional letters/symbols e.g. L or O or U or V or C or H or I

Extra functionality

  • Allow the player to replace or blow up a blocked cell turning it into a standard cell
  • Add a WildCard symbol which will match with any other symbol, Max of 3 per game
  • Save the current status of the game (file-handling)/writing to a text file