1Games::Solitaire::VerifUys:e:rFoCuonndtartiibountse(d3G)Paemrels:D:oScoulmietnatiartei:o:nVerify::Foundations(3)
2
3
4
6 Games::Solitaire::Verify::Foundations - a class for representing the
7 foundations (or home-cells) in a Solitaire game.
8
10 version 0.2202
11
13 use Games::Solitaire::Verify::Foundations;
14
15 # For internal use.
16
18 $self->value($suit, $index)
19 Returns the card in the foundation $suit with the index $index .
20
21 $self->assign($suit, $index, $rank)
22 Sets the value of the foundation with the suit $suit and the index
23 $index to $rank .
24
25 $self->increment($suit, $index)
26 Increments the value of the foundation with the suit $suit and the
27 index $index to $rank .
28
29 $self->to_string()
30 Stringifies the freecells into the Freecell Solver solution display
31 notation.
32
33 $board->clone()
34 Returns a clone of the freecells, with all of their cards duplicated.
35
37 Shlomi Fish <shlomif@cpan.org>
38
40 This software is Copyright (c) 2014 by Shlomi Fish.
41
42 This is free software, licensed under:
43
44 The MIT (X11) License
45
47 Please report any bugs or feature requests on the bugtracker website
48 <https://github.com/shlomif/fc-solve/issues>
49
50 When submitting a bug or request, please include a test-file or a patch
51 to an existing test-file that illustrates the bug or desired feature.
52
54 Perldoc
55 You can find documentation for this module with the perldoc command.
56
57 perldoc Games::Solitaire::Verify::Foundations
58
59 Websites
60 The following websites have more information about this module, and may
61 be of help to you. As always, in addition to those websites please use
62 your favorite search engine to discover more resources.
63
64 · MetaCPAN
65
66 A modern, open-source CPAN search engine, useful to view POD in
67 HTML format.
68
69 <https://metacpan.org/release/Games-Solitaire-Verify>
70
71 · Search CPAN
72
73 The default CPAN search engine, useful to view POD in HTML format.
74
75 <http://search.cpan.org/dist/Games-Solitaire-Verify>
76
77 · RT: CPAN's Bug Tracker
78
79 The RT ( Request Tracker ) website is the default bug/issue
80 tracking system for CPAN.
81
82 <https://rt.cpan.org/Public/Dist/Display.html?Name=Games-Solitaire-Verify>
83
84 · AnnoCPAN
85
86 The AnnoCPAN is a website that allows community annotations of Perl
87 module documentation.
88
89 <http://annocpan.org/dist/Games-Solitaire-Verify>
90
91 · CPAN Ratings
92
93 The CPAN Ratings is a website that allows community ratings and
94 reviews of Perl modules.
95
96 <http://cpanratings.perl.org/d/Games-Solitaire-Verify>
97
98 · CPANTS
99
100 The CPANTS is a website that analyzes the Kwalitee ( code metrics )
101 of a distribution.
102
103 <http://cpants.cpanauthors.org/dist/Games-Solitaire-Verify>
104
105 · CPAN Testers
106
107 The CPAN Testers is a network of smoke testers who run automated
108 tests on uploaded CPAN distributions.
109
110 <http://www.cpantesters.org/distro/G/Games-Solitaire-Verify>
111
112 · CPAN Testers Matrix
113
114 The CPAN Testers Matrix is a website that provides a visual
115 overview of the test results for a distribution on various
116 Perls/platforms.
117
118 <http://matrix.cpantesters.org/?dist=Games-Solitaire-Verify>
119
120 · CPAN Testers Dependencies
121
122 The CPAN Testers Dependencies is a website that shows a chart of
123 the test results of all dependencies for a distribution.
124
125 <http://deps.cpantesters.org/?module=Games::Solitaire::Verify>
126
127 Bugs / Feature Requests
128 Please report any bugs or feature requests by email to
129 "bug-games-solitaire-verify at rt.cpan.org", or through the web
130 interface at
131 <https://rt.cpan.org/Public/Bug/Report.html?Queue=Games-Solitaire-Verify>.
132 You will be automatically notified of any progress on the request by
133 the system.
134
135 Source Code
136 The code is open to the world, and available for you to hack on. Please
137 feel free to browse it and play with it, or whatever. If you want to
138 contribute patches, please send me a diff or prod me to pull from your
139 repository :)
140
141 <https://github.com/shlomif/fc-solve>
142
143 git clone git://github.com/shlomif/fc-solve.git
144
145
146
147perl v5.30.1 2020-G0a1m-e3s0::Solitaire::Verify::Foundations(3)