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

Difference between revisions of "Freecell"

From WiiBrew
Jump to navigation Jump to search
m
Line 4: Line 4:
 
| desc        = Freecell
 
| desc        = Freecell
 
| type        = Game
 
| type        = Game
| author      = WhoDares
+
| author      = [[User:WhoDares|WhoDares]]
 
| display    =  
 
| display    =  
 
| version    = 0.1
 
| version    = 0.1
Line 14: Line 14:
 
}}
 
}}
  
 +
'''Freecell''' is a simple card game.
  
 
== About ==
 
== About ==
Freecell is a simple card game.
 
 
It's similar to Patience/Solitaire, except that all cards are laid out at the start, and you have 4 empty "cells" to move cards to.
 
It's similar to Patience/Solitaire, except that all cards are laid out at the start, and you have 4 empty "cells" to move cards to.
 +
 +
 +
== Controls ==
 +
{| class="wikitable" style="text-align:left;"
 +
|-
 +
! Button !! Action
 +
|-
 +
| {{WiimoteAButton}}  || Move a card
 +
|-
 +
| {{WiimoteHomeButton}} || Go back to main menu
 +
|}
  
  
Line 38: Line 49:
 
* Card Images : Public Domain (I believe, contact me if I'm wrong)
 
* Card Images : Public Domain (I believe, contact me if I'm wrong)
 
* Libraries: libogc, GRRLIB (Thanks to the people who made them what they are)
 
* Libraries: libogc, GRRLIB (Thanks to the people who made them what they are)
 +
 +
[[category:Homebrew using GRRLib]]

Revision as of 16:32, 14 August 2008

Freecell.Wii
General
Author(s)WhoDares
TypeGame
Version0.1
Links
[[Download|Download]]
Peripherals
Wiimote1.svg

Freecell is a simple card game.

About

It's similar to Patience/Solitaire, except that all cards are laid out at the start, and you have 4 empty "cells" to move cards to.


Controls

Button Action
Wiimote A Button Move a card
Wiimote HOME Button Go back to main menu


Bugs

Please let me know if you find any. I think I've fixed all of them now, but there may well be some I've missed.


(Possible) Future Additions

  • "Congratulations" screen when all cards have been put away
  • Auto-put-away feature to speed up the game
  • Start a specific game


Download

The download is currently being held on Rapidshare, so if it expires, please let me know so I can re-upload it etc.


Credits

  • Code / Graphics (Except Card Images) : WhoDares
  • Card Images : Public Domain (I believe, contact me if I'm wrong)
  • Libraries: libogc, GRRLIB (Thanks to the people who made them what they are)