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