-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
46 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,48 @@ | ||
Credits | ||
========== | ||
Title: LightsOut | ||
Author: JigPu (Jason Gerecke) | ||
Web: http://localhostlabs.no-ip.org/projects/lightsout | ||
http://wiibrew.org/wiki/LightsOut | ||
|
||
|
||
LightsOut is a version of the classic light-extinguishing puzzle "Lights Out". The goal is, as hinted by the name, to turn off all lights on the game board. Pressing a light causes it and its four neighbors to toggle on and off. Lights that were off will turn on, and lights that were on turn off. Despite the simple rules and goal, games take most players several minutes to complete. | ||
|
||
|
||
Controls | ||
============= | ||
| Wiimote | Keyboard | Action | | ||
|-------------|------------|--------------------| | ||
| D-Pad | Arrow Keys | Move cursor | | ||
| A Button | ENTER | Press light | | ||
| B Button | TAB | "Cheat" for 1 move | | ||
| 1 Button | 1 | Toggle demo mode | | ||
| HOME Button | ESCAPE | Exit game | | ||
|
||
|
||
## Graphics: | ||
"Cusor" & "Glass" by Jason Gerecke (http://localhostlabs.no-ip.org/) | ||
Gameplay | ||
============= | ||
Each game begins with lights randomly off or on. To make a move, move the on-screen cursor to the group of lights you wish to change. When you press a light, it and its four neighbors will toggle from off to on, and vice-versa. Lights that are on are a bright green, while those that are off are gray. Play continues until you have caused all the lights on the board to be turned off. Once you've won a game, a new one will be automatically started. You can exit at any time durring a game. | ||
|
||
## Fonts | ||
"YUKARIMOBILE" by Vic Fieger (http://www.vicfieger.com/) | ||
Good moves are usually not obvious to players, but there is an option for those who become frustrated... Cheating! Cheating causes the computer to make a move which will get you closer to completing the game. Cheating several times in a row will spoil most of the solution, but can be useful if you find yourself stuck. | ||
|
||
## Sound/Music | ||
"Youth Is Young by Leza2unes" by mykleanthony (http://ccmixter.org/files/mykleanthony/) | ||
As your skill improves, LightsOut offers several ways to challenge yourself. Move counters, game timers, and additional difficulty levels all let you hone your skill. Increasing the difficulty causes lights to take on additional colors, with the sequence each light goes through displayed at the bottom right in the "color map". A maximum difficulty of 7 is available, which should be sufficient for even the most skilled of players. | ||
|
||
|
||
Changelog | ||
============== | ||
## Future Plans | ||
* Background music | ||
* Wiimote pointer support | ||
* Classic controller support | ||
* Levels & level editor | ||
|
||
## Version 1.0 (2009-04-29) | ||
* Initial release for Wii and PC. | ||
|
||
|
||
Credits | ||
============ | ||
Game: Jason Gerecke | ||
Graphics: Jason Gerecke | ||
Font: "Yukarimobile" by Vic Fieger | ||
Thanks to all the people behind devkitPro, libogc, and SDL-Wii | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters