Difference between revisions of "Freecell"
Jump to navigation
Jump to search
m (→Bugs) |
|||
Line 6: | Line 6: | ||
| author = [[User:WhoDares|WhoDares]] | | author = [[User:WhoDares|WhoDares]] | ||
| display = | | display = | ||
− | | version = 0. | + | | version = 0.2 |
− | | download = [http://rapidshare.de/files/ | + | | 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 == | ||
− | |||
* 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 |
Type | Game |
Version | 0.2 |
Links | |
[[Download|Download]] | |
Peripherals | |
![]() |
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 |
---|---|
![]() ![]() |
Move a card |
![]() ![]() |
Increase/Decrease gap between cards |
![]() ![]() |
Show card (when pointing at cards with others above) |
![]() |
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