The aim of this project is to build a simple board game called “Lights Puzzle.” Developing this game will enhance students’ ability to program using Visual Basic for Excel.
The game is played with a single player. The game takes place in a 5 by 5 or 10 by 10 board. The player clicks on one of the slots/cells of the play board. The slot/cell that the player clicks on is lighted. The objective of this game is to turn on all the lights on the board. It is somewhat difficult to do so because turning on a specific light results in all adjacent lights to change their state. The adjacent lights that were on will turn off, and the ones that were off will turn on.