Homework 9: Lights Out Game
(Novermber 13th, 2006)
- For this assignment, you are going to extend the code you created in lab, creating a Lights Out type game.
- Add it so that the game starts out with a few grid spots filled in.
- Make it so that when the user clicks a spot and the entire grid is blank, it says "Congratulations."
- Alter the game a bit (you may really do anything, an easy thing to do is to alter the pattern that
turns on and off spots when you click them).
- Create 3 levels (starting patterns) of increasing difficulty for you game. They all may be fairly simple / easy.
You don't have to implement a level structure in your game... just plan out what the 3 starting positions would
look like is fine.
- When you are done, post both FLAs and SWFs to your website.