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

Difference between revisions of "Matching Cards"

From WiiBrew
Jump to navigation Jump to search
m (add to category Homebrew_in_HomebrewBrowser)
Line 62: Line 62:
  
 
Matching Cards was written in C using [[devkitPPC]] r15 and LibOGC with Wiiuse.
 
Matching Cards was written in C using [[devkitPPC]] r15 and LibOGC with Wiiuse.
 +
 +
[[Category:Homebrew_in_HomebrewBrowser]]

Revision as of 21:57, 29 August 2008

Matching Cards
Matching-cards-picture.jpg
General
Author(s)teknecal
TypeGame
Links
[[Matching Cards v0.2|Download]]
Source
Peripherals
Wiimote1.svg

Matching Cards is another simple game for the Nintendo Wii. Pair up all the cards before the time runs out to proceed to the next level. There are 3 difficulties (easy, normal, hard) and 7 levels. Youtube Video

Usage

Run the included ELF with your favourite method to boot homebrew. Uses the Wiimote Controller with IR.

Button Action
Wiimote A Button Select card
24px Return to menu
24px Return to loader

If you need to correct your IR cursor in the game, use:

Button Action
Wiimote D-Pad Up Y - 25
Wiimote D-Pad Down Y + 25
Wiimote D-Pad Left X - 50
Wiimote D-Pad Right X + 50

History

14 June 2008 (v0.2)

  • Added difficulty setting
  • Now uses Wiimote IR
  • No more multiple JPEG card files


11 June 2008 (v0.1)

  • Initial Release

Notes

Source code is included :)

Credits

http://threemeninatub.blogspot.com/2007/03/playing-cards.html - Used card images


Matching Cards was written in C using devkitPPC r15 and LibOGC with Wiiuse.