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

Difference between revisions of "Flipem"

From WiiBrew
Jump to navigation Jump to search
(Long overdue maintenance)
 
(29 intermediate revisions by 9 users not shown)
Line 1: Line 1:
{{Infobox homebrewapp
+
{{Infobox homebrew
 
| title      = FlipEm
 
| title      = FlipEm
| image      = [[Image:Flipem.png|150px]]
+
| image      = [[File:Flipem.png|150px]]
| desc       = A fun little puzzle to work out
+
| type       = puzzle game
| type        = Game
+
| author      = [[User:Yossi|Yossi]]
| license    = Have fun with it :)
+
| maintainer  =  
| author      = Yossi
+
| contributor =  
| display    =  
+
| portedby    =  
| version    = 0.1
+
| version    = 0.1-TR
| download    = http://www.wiibrew.org/w/images/2/27/FlipEm.rar
+
| licence    = Have fun with it :)
| source      = http://www.wiibrew.org/w/images/7/7d/Flipem_source.rar
+
| download    = Media:FlipEm_v0.1-TR.rar
 
| website    =  
 
| website    =  
 +
| discussion  =
 +
| source      = Media:FlipEm_v0.1-TR_source.rar
 
| peripherals = {{Wiimote1}}  
 
| peripherals = {{Wiimote1}}  
| hbc        = 1 <!-- Only if "Full" HBC Support (boot.elf/boot.dol,meta.xml, and icon.png) -->
+
| hbb        = yes <!-- Only if downloadable via the Homebrew Browser -->
| hbb        = <!-- Only if downloadable via the Homebrew Browser -->
 
| dangerous  =  <!-- For applications that have a strong potential for bricking Wiis -->
 
| caution    =  <!-- For applications that may damage Wiis -->
 
 
}}
 
}}
 
+
'''''FlipEm''''' is a game where you try to get all the squares on the board to have an <span style="color: #ba0000">'''X'''</span> in them.
== Overview ==
+
When a square is flipped, it gets an <span style="color: #ba0000">'''X'''</span> if it was empty, or clears out the <span style="color: #ba0000">'''X'''</span> if there was already one there.
'''FlipEm''' is a game where you try to get all the squares on the board to have an <span style="color: #ba0000">'''X'''</span> in them.
+
When you click a square, it and the four around it in a '''+''' shape get flipped. Squares off the edge of the board are ignored.
When a square is flipped, it gets an <span style="color: #ba0000">'''X'''</span> if it was empty, and clears out the <span style="color: #ba0000">'''X'''</span> if there was already one there.
 
When you click a square, it and the four around it in a + shape get flipped.
 
  
 
== Controls ==
 
== Controls ==
 
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
! colspan="2"|Wiimote
+
! {{Wiimote}} !! Action
|-
 
! Button !! Action
 
 
|-
 
|-
 
| {{WiimoteAim}}  || Move Pointer
 
| {{WiimoteAim}}  || Move Pointer
Line 41: Line 35:
 
| {{WiimoteMinusButton}}  || Board Size --
 
| {{WiimoteMinusButton}}  || Board Size --
 
|-
 
|-
| {{WiimoteHomeButton}} || Exit to Loader
+
| {{WiimoteHomeButton}} || Exit to Loader
 
|}
 
|}
 +
 +
== Issues ==
 +
Random crash when you least expect it. I am unable to reliably recreate it, but I have seen it happen several times. If you can look at the code and tell me what's wrong I'll give you credit. I think it has to do with the pointer but I don't know enough to be sure or know how to fix it.

Latest revision as of 21:48, 7 March 2012

FlipEm
Flipem.png
General
Author(s)Yossi
TypePuzzle game
Version0.1-TR
LicenceHave fun with it :)
Links
Download
Source
Downloadable via the Homebrew Browser
Peripherals
Wiimote1.svg

FlipEm is a game where you try to get all the squares on the board to have an X in them. When a square is flipped, it gets an X if it was empty, or clears out the X if there was already one there. When you click a square, it and the four around it in a + shape get flipped. Squares off the edge of the board are ignored.

Controls

Wiimote.svg Action
Wii Remote Aim Move Pointer
Wiimote A Button Click/Choose Square
Wiimote B Button Clear Board/Start Over
Wiimote + Button Board Size ++
Wiimote - Button Board Size --
Wiimote HOME Button Exit to Loader

Issues

Random crash when you least expect it. I am unable to reliably recreate it, but I have seen it happen several times. If you can look at the code and tell me what's wrong I'll give you credit. I think it has to do with the pointer but I don't know enough to be sure or know how to fix it.