Playing Instructions: The objective of the game is to turn all 25 "lights" on. Clicking a square will toggle its light (as well as the lights of all horizontally and vertically adjacent squares) on and off.
Author: Yasunari Hiramatsu
| This is a nice game to put on your site for your visitor's entertainment. To add this game to your page, follow the directions below. |
| 1. Download AllLights.class and load it in your home page directory. 2. Copy and paste the html code below on your page. 3. Make the necessary changes to the html code. |
<applet codebase="Your Page directory here" code="AllLights.class" width=280 height=200>
</applet>