Difference between revisions of "Visual Basic"

From WLCS
Line 1: Line 1:
 
'''Welcome to the Visual Basic Homepage!'''
 
'''Welcome to the Visual Basic Homepage!'''
  
== Thursday - Monday (11/6/08 - 11/10/08) ==
+
== Thursday - Thursday (11/6/08 - 11/13/08) ==
 
* Randomization review
 
* Randomization review
 
* Collision detection review
 
* Collision detection review
* Item collection game
+
* [[Item collection game]]
** You will have a label that tracks the number of items (initialize it to 0)
 
** You will have a single player that can move around the screen
 
** You will have at least 10 "mines" on the screen
 
*** Randomly place them when the form is loaded
 
*** If a mine is hit, then tell the user "Game Over" and end the game
 
** You will have at least 5 items on the screen
 
*** Randomly place them when the form is loaded
 
*** If an item is collected (collision with item), then make the item disappear and increase your item count by 1
 
  
 
== Archives ==
 
== Archives ==
 
* [[VB - October]]
 
* [[VB - October]]
 
* [[VB - September]]
 
* [[VB - September]]

Revision as of 13:59, 13 November 2008

Welcome to the Visual Basic Homepage!

Thursday - Thursday (11/6/08 - 11/13/08)

Archives