Freecell: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
WiibrewBot (talk | contribs) m Robot: Cosmetic changes |
||
(14 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
{{Infobox | {{Infobox homebrew | ||
| title = Freecell.Wii | | title = Freecell.Wii | ||
| image = | | image = | ||
| type = card game | |||
| type = | | author = [[User:Whodares|WhoDares]] | ||
| author = [[User: | | maintainer = | ||
| | | contributor = | ||
| version = 0. | | portedby = | ||
| download = | | version = 0.2 | ||
| source = | | licence = | ||
| download = http://www.codemii.com/wiihomebrew/freecellwii02.rar | |||
| website = | |||
| discussion = | |||
| source = http://www.codemii.com/wiihomebrew/freecellwii02src.rar | |||
| peripherals = {{Wiimote1}} | | peripherals = {{Wiimote1}} | ||
| hbb = yes | |||
| hbb = | |||
}} | }} | ||
Line 18: | Line 21: | ||
== 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 25: | Line 30: | ||
! Button !! Action | ! Button !! Action | ||
|- | |- | ||
| {{WiimoteAButton}} || Move a card | | {{WiimoteAButton}} and/or {{WiimoteBButton}} || Move a card | ||
|- | |||
| {{WiimoteDPadUp}} / {{WiimoteDPadDown}} || Increase/Decrease gap between cards | |||
|- | |||
| {{WiimotePlusButton}} / {{WiimoteMinusButton}} || Show card (when pointing at cards with others above) | |||
|- | |- | ||
| {{WiimoteHomeButton}} || Go back to main menu | | {{WiimoteHomeButton}} || Go back to main menu | ||
|} | |} | ||
== Bugs == | == 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. | 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 == | == (Possible) Future Additions == | ||
* Auto-put-away feature to speed up the game | * Auto-put-away feature to speed up the game | ||
* Display game numbers | |||
* Start a specific game | * Start a specific game | ||
* Allow multiple moves in one | |||
== Download == | == Download == | ||
Line 50: | Line 59: | ||
* 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 | |||
== Screen Shot == | |||
[http://img120.imageshack.us/my.php?image=screennm1.jpg screenshot] | |||
[[Category:Homebrew using GRRLib]] |
Latest revision as of 18:06, 10 August 2009
Freecell.Wii | |
General | |
---|---|
Author(s) | WhoDares |
Type | Card game |
Version | 0.2 |
Links | |
Download | |
Source | |
Downloadable via the Homebrew Browser | |
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