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
Line 6: Line 6:
 
| author      = [[User:WhoDares|WhoDares]]
 
| author      = [[User:WhoDares|WhoDares]]
 
| display    =  
 
| display    =  
| version    = 0.1
+
| version    = 0.2
| download    = [http://rapidshare.de/files/40230071/freecellwii.rar.html Download]
+
| download    = [http://rapidshare.de/files/40249250/freecellwii02.rar.html Download]
 
| source      =  
 
| source      =  
 
| peripherals = {{Wiimote1}}  
 
| peripherals = {{Wiimote1}}  
Line 18: Line 18:
 
== About ==
 
== 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.
 
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.
 +
 +
[http://www.solitairelaboratory.com/fcfaq.html More Information]
  
  
Line 29: Line 31:
 
| {{WiimoteDPadUp}} / {{WiimoteDPadDown}}  || Increase/Decrease gap between cards
 
| {{WiimoteDPadUp}} / {{WiimoteDPadDown}}  || Increase/Decrease gap between cards
 
|-
 
|-
| {{WiimotePlusButton}}  || Show card (when pointing at cards with others above)
+
| {{WiimotePlusButton}} / {{WiimoteMinusButton}}  || Show card (when pointing at cards with others above)
 
|-
 
|-
 
| {{WiimoteHomeButton}} || Go back to main menu
 
| {{WiimoteHomeButton}} || Go back to main menu
Line 40: Line 42:
  
 
== (Possible) Future Additions ==
 
== (Possible) Future Additions ==
* "Congratulations" screen when all cards have been put away
 
 
* Auto-put-away feature to speed up the game
 
* Auto-put-away feature to speed up the game
 
* Display game numbers
 
* Display game numbers
Line 54: Line 55:
 
* 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)
 +
 +
 +
== Release Notes ==
 +
v0.2 - When a game completes, you get a congratulations screen, also, the final cell drag bug is half fixed (looks okay when dragging an Ace back off, but not any other card)
 +
 +
v0.1 - Initial release
 +
  
 
[[category:Homebrew using GRRLib]]
 
[[category:Homebrew using GRRLib]]

Revision as of 13:07, 16 August 2008

Freecell.Wii
General
Author(s)WhoDares
TypeGame
Version0.2
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.

More Information


Controls

Button Action
Wiimote A Button and/or Wiimote B Button Move a card
Wiimote D-Pad Up / Wiimote D-Pad Down Increase/Decrease gap between cards
Wiimote + Button / Wiimote - Button Show card (when pointing at cards with others above)
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.

  • Picking up cards from the finishing cells (top right), the cells underneath display slightly up. Trivial graphic bug

(Possible) Future Additions

  • Auto-put-away feature to speed up the game
  • Display game numbers
  • Start a specific game
  • Allow multiple moves in one

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)


Release Notes

v0.2 - When a game completes, you get a congratulations screen, also, the final cell drag bug is half fixed (looks okay when dragging an Ace back off, but not any other card)

v0.1 - Initial release