In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Difference between revisions of "PixelMerge"

From WiiBrew
Jump to navigation Jump to search
m
Line 19: Line 19:
 
* Add xml read/write for settings and records.
 
* Add xml read/write for settings and records.
 
* Fix normal/hard layouts.
 
* Fix normal/hard layouts.
* Create custom buttons.
+
* Create remaining custom buttons.
 
* Make sure credit is given where it's due; fix remaining headers.
 
* Make sure credit is given where it's due; fix remaining headers.
  
 
=== Low ===
 
=== Low ===
 
* Move "Game View" code from menu.cpp to a separate class.
 
* Move "Game View" code from menu.cpp to a separate class.
 +
* Translation support.
  
 
== Installation ==
 
== Installation ==
Line 48: Line 49:
 
| {{WiimoteAim}} || Pointer
 
| {{WiimoteAim}} || Pointer
 
|-
 
|-
| {{WiimoteAButton}} || Select
+
| {{WiimoteAButton}} || Select/Change color
 +
|-
 +
| {{WiimoteHomeButton}} || Quit to menu
 +
|-
 +
! {{WiimoteHorizontal}} || Action
 
|-
 
|-
| {{WiimoteDPadUp}} || Change color to pink
+
| {{WiimoteDPadLeft}} || Change color to pink
 
|-
 
|-
| {{WiimoteDPadDown}} || Change color to dark blue
+
| {{WiimoteDPadRight}} || Change color to dark blue
 
|-
 
|-
 
| {{WiimotePlusButton}} || Change color to yellow
 
| {{WiimotePlusButton}} || Change color to yellow
Line 63: Line 68:
 
|-
 
|-
 
| {{WiimoteHomeButton}} || Quit to menu
 
| {{WiimoteHomeButton}} || Quit to menu
|-
 
 
|}
 
|}
  

Revision as of 06:37, 21 April 2010

PixelMerge
PixelMerge.png
General
Author(s)evilynux
TypePuzzle game
Version1.0.0
LicenceGPL
Language(s)English
Peripherals
Wiimote.svg SensorBar.svg Wiimote4.svg WiimoteHorizontal.svg

PixelMerge is a clone of the simple yet addictive Flood-it game.

TODO

List of things I want to complete before going public.

High

  • Add screen settings (WIP).
  • Add xml read/write for settings and records.
  • Fix normal/hard layouts.
  • Create remaining custom buttons.
  • Make sure credit is given where it's due; fix remaining headers.

Low

  • Move "Game View" code from menu.cpp to a separate class.
  • Translation support.

Installation

Extract the archive's content directly to the root of your SD or USB device.

Controls

In Menu

Wiimote.svg Action
Wii Remote Aim Pointer
Wiimote A Button Select
Wiimote HOME Button Exit PixelMerge

In Game

Note: You can play either by pointing and clicking on the color buttons or by helding the wiimote horizontally and using the keybindings.

Wiimote.svg Action
Wii Remote Aim Pointer
Wiimote A Button Select/Change color
Wiimote HOME Button Quit to menu
WiimoteHorizontal.svg Action
Wiimote D-Pad Left Change color to pink
Wiimote D-Pad Right Change color to dark blue
Wiimote + Button Change color to yellow
Wiimote - Button Change color to red
Wiimote 1 Button Change color to light blue
Wiimote 2 Button Change color to green
Wiimote HOME Button Quit to menu

Screenshot

PixelMerge-screenshot-easy.png

ChangeLog

Version 1.0.0 - UNRELEASED

  • Initial release