Visual Basic

From WLCS
Revision as of 13:21, 10 November 2008 by Admin (talk | contribs)

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