Skip to content

Commit

Permalink
Update files for release 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jigpu committed May 30, 2009
1 parent 7fc8dc8 commit d02c169
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 10 deletions.
52 changes: 44 additions & 8 deletions README
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

4 changes: 2 additions & 2 deletions meta.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<app version="1">
<name>LightsOut</name>
<version>1.0 RC2</version>
<release_date>20090526000000</release_date>
<version>1.0</version>
<release_date>20090529000000</release_date>
<coder>Jason Gerecke</coder>
<short_description>Turn off all the lights!</short_description>
<long_description>A puzzle game where the objective is to turn off all the lights. Unfortunately, switching off or on any light also affects the surrounding four! Once you get the hang of it, try to minimize the number of moves you make, the time it takes, or--once you're truly skilled--increase the difficulty!</long_description>
Expand Down

0 comments on commit d02c169

Please sign in to comment.