Difference between revisions of "Visual Basic"

From WLCS
Line 3: Line 3:
 
* Reading and writing to files
 
* Reading and writing to files
 
** [[Media:FileIODemo.frm]]
 
** [[Media:FileIODemo.frm]]
** [[Media:AdvancedFileIODemo.frm]]
+
* Using the file I/O demo as an example, add a high score saving feature in your game.  A high score should be read from a file at the beginning of the game.  When the game is over, if the new score is greater than the old high score, then output the new high score to file.
  
 
== Archives ==
 
== Archives ==

Revision as of 12:48, 4 February 2009

Monday - Wednesday (2/2/09 - 2/4/09)

  • Demo Whack-a-Mole Game to Mr. Bui
  • Reading and writing to files
  • Using the file I/O demo as an example, add a high score saving feature in your game. A high score should be read from a file at the beginning of the game. When the game is over, if the new score is greater than the old high score, then output the new high score to file.

Archives