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