Difference between revisions of "Visual Basic"

From WLCS
(Blanked the page)
 
(127 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''Welcome to the Visual Basic Homepage!'''
 
  
== Thursday - Monday (11/6/08 - 11/10/08) ==
 
* Randomization review
 
* Collision detection review
 
* 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 ==
 
* [[VB - October]]
 
* [[VB - September]]
 

Latest revision as of 12:04, 4 September 2010