Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Liights Out! Wii: Difference between revisions

From GameBrew
m (HydeWing moved page Liightsout Wii to Liights Out! Wii without leaving a redirect)
No edit summary
Line 1: Line 1:
{{#seo:
|title=Wii Homebrew Games (Puzzle) - GameBrew
|title_mode=append
|image=liightsoutwii.jpg
|image_alt=LiightsOut
}}
{{Infobox Wii Homebrews
{{Infobox Wii Homebrews
|title=LiightsOut
|title=LiightsOut
Line 18: Line 12:
|source=https://github.com/BHSPitMonkey/LiightsOut
|source=https://github.com/BHSPitMonkey/LiightsOut
}}
}}
'''Liights Out!''' is a puzzle game for the Wii, based on the classic puzzle game [http://en.wikipedia.org/wiki/Lights_Out_(video_game) Lights Out].
Liights Out! is a puzzle game for the Wii, based on the classic puzzle game [http://en.wikipedia.org/wiki/Lights_Out_(video_game) Lights Out].


The goal is to turn off all the lights on the board. When you toggle one light, the lights nearby also toggle.
The goal is to turn off all the lights on the board. When you toggle one light, the lights nearby also toggle.
==Installation==
Copy the contents of this directory into /apps/liightsout/ on your SD card. Note that this location is hard-coded into the program, so you must use this exact location.
You should have a directory hierarchy on your SD card similar to this (the source and build directories do not need to be copied to the SD card):
*/apps/
*/apps/liightsout/
*/apps/liightsout/data/
*/apps/liightsout/gfx/
*/apps/liightsout/source/
Launch the game, Liights Out!, using the [[Homebrew Channel Wii|Homebrew Channel]].


== Controls ==
== Controls ==
For now, only the first Wiimote, Classic Controller, or Gamecube pad can be used to play the game.
For now, only the first Wiimote, Classic Controller, or GameCube pad can be used to play the game.


{| class="wikitable" style="left;text-align:center;"
'''Wiimote:'''
|-
! Wiimote 1 || Classic Controller Wiimote 1 || GCN Controller || Action
|-
| Wiimote DPad || Classic DPad || GC DPad || Move cursor
|-
| Wiimote A Button || Classic A Button || GC A Button || Select
|-
| Wiimote Minus Button and Wiimote Plus Button || Classic Minus Button and Classic Plus Button || GC L Trigger and GC R Trigger || Change levels
|-
| Wiimote Home Button || Classic Home Button || GC Start Button || Main Menu (or Quit)
|-
| Wiimote 2 Button || Classic X Button || GC X Button || Enable/Disable Free Mode
|-
|}


==Installation==
D-Pad - Move cursor
To run this software after compilation:
 
A - Select
 
Minus/Plus - Change levels
 
Home - Main Menu (or Quit)
 
2 - Enable/Disable Free Mode
 
'''Classic Controller:'''
 
D-Pad - Move cursor
 
A - Select
 
Minus/Plus - Change levels
 
Home - Main Menu (or Quit)
 
X - Enable/Disable Free Mode
 
'''GameCube Controller:'''
 
A - Select


*Copy the contents of this directory into /apps/liightsout/ on your SD card.
L/R - Change levels
**Note that this location is hard-coded into the program, so you MUST use this exact location. Sorry.
*Launch the game, "Liights Out!", using the Homebrew Channel.


(The 'source' and 'build' directories do not need to be copied to the SD card.)
Start - Main Menu (or Quit)


You should have a directory hierarchy on your SD card similar to this:
X - Enable/Disable Free Mode


*/apps/
==Screenshots==
*/apps/liightsout/
liightsoutwii3.png
*/apps/liightsout/data/
*/apps/liightsout/gfx/
*/apps/liightsout/source/


==Media==
==Media==
Line 64: Line 74:
== Changelog ==
== Changelog ==
''' v1.0 beta 5 '''
''' v1.0 beta 5 '''
* Fixed accidental logging, which caused the main menu to lag in beta 4
* Fixed accidental logging, which caused the main menu to lag in beta 4.
* Fixed broken-looking background image in beta 4
* Fixed broken-looking background image in beta 4.


''' v1.0 beta 4 '''
''' v1.0 beta 4 '''
* Added some (rough) instruction pages
* Added some (rough) instruction pages.
* Improved menu navigation
* Improved menu navigation.
* Puzzles are now loaded from /apps/liightsout/data/puzzles.txt (you can create your own puzzles by editing this file!)
* Puzzles are now loaded from /apps/liightsout/data/puzzles.txt (you can create your own puzzles by editing this file).
* Added "Free Mode", allows you to freely toggle single lights. Useful for designing your own levels. No "save" function yet. Enable by pressing the Two (or X) button.
* Added "Free Mode", allows you to freely toggle single lights. Useful for designing your own levels. No "save" function yet. Enable by pressing the Two (or X) button.
* Probably some other changes I can't think of at the moment. :)
* Probably some other changes I can't think of at the moment.


''' v1.0 beta 3 '''
''' v1.0 beta 3 '''
* Not released
* Not released.


''' v1.0 beta 2 '''
''' v1.0 beta 2 '''
* First public beta
* First public beta.


== External links ==
== External links ==
* Github - https://github.com/BHSPitMonkey/LiightsOut
* GitHub - https://github.com/BHSPitMonkey/LiightsOut
* Official Website - https://stepheneisenhauer.com/
* Author's website - https://stepheneisenhauer.com/
* Wiibrew - https://wiibrew.org/wiki/LiightsOut
* WiiBrew - https://wiibrew.org/wiki/LiightsOut

Revision as of 06:38, 4 March 2023

LiightsOut
File:Liightsoutwii.jpg
General
AuthorBHSPitMonkey
TypePuzzle
Version1.0 beta 5
LicenseBSD
Last Updated2009/02/14
Links
Download
Website
Source

Liights Out! is a puzzle game for the Wii, based on the classic puzzle game Lights Out.

The goal is to turn off all the lights on the board. When you toggle one light, the lights nearby also toggle.

Installation

Copy the contents of this directory into /apps/liightsout/ on your SD card. Note that this location is hard-coded into the program, so you must use this exact location.

You should have a directory hierarchy on your SD card similar to this (the source and build directories do not need to be copied to the SD card):

  • /apps/
  • /apps/liightsout/
  • /apps/liightsout/data/
  • /apps/liightsout/gfx/
  • /apps/liightsout/source/

Launch the game, Liights Out!, using the Homebrew Channel.

Controls

For now, only the first Wiimote, Classic Controller, or GameCube pad can be used to play the game.

Wiimote:

D-Pad - Move cursor

A - Select

Minus/Plus - Change levels

Home - Main Menu (or Quit)

2 - Enable/Disable Free Mode

Classic Controller:

D-Pad - Move cursor

A - Select

Minus/Plus - Change levels

Home - Main Menu (or Quit)

X - Enable/Disable Free Mode

GameCube Controller:

A - Select

L/R - Change levels

Start - Main Menu (or Quit)

X - Enable/Disable Free Mode

Screenshots

liightsoutwii3.png

Media

Changelog

v1.0 beta 5

  • Fixed accidental logging, which caused the main menu to lag in beta 4.
  • Fixed broken-looking background image in beta 4.

v1.0 beta 4

  • Added some (rough) instruction pages.
  • Improved menu navigation.
  • Puzzles are now loaded from /apps/liightsout/data/puzzles.txt (you can create your own puzzles by editing this file).
  • Added "Free Mode", allows you to freely toggle single lights. Useful for designing your own levels. No "save" function yet. Enable by pressing the Two (or X) button.
  • Probably some other changes I can't think of at the moment.

v1.0 beta 3

  • Not released.

v1.0 beta 2

  • First public beta.

External links

Advertising: