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.2403
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 Websites
46 The following websites have more information about this module, and may
47 be of help to you. As always, in addition to those websites please use
48 your favorite search engine to discover more resources.
49
50 • MetaCPAN
51
52 A modern, open-source CPAN search engine, useful to view POD in
53 HTML format.
54
55 <https://metacpan.org/release/Games-Solitaire-Verify>
56
57 • RT: CPAN's Bug Tracker
58
59 The RT ( Request Tracker ) website is the default bug/issue
60 tracking system for CPAN.
61
62 <https://rt.cpan.org/Public/Dist/Display.html?Name=Games-Solitaire-Verify>
63
64 • CPANTS
65
66 The CPANTS is a website that analyzes the Kwalitee ( code metrics )
67 of a distribution.
68
69 <http://cpants.cpanauthors.org/dist/Games-Solitaire-Verify>
70
71 • CPAN Testers
72
73 The CPAN Testers is a network of smoke testers who run automated
74 tests on uploaded CPAN distributions.
75
76 <http://www.cpantesters.org/distro/G/Games-Solitaire-Verify>
77
78 • CPAN Testers Matrix
79
80 The CPAN Testers Matrix is a website that provides a visual
81 overview of the test results for a distribution on various
82 Perls/platforms.
83
84 <http://matrix.cpantesters.org/?dist=Games-Solitaire-Verify>
85
86 • CPAN Testers Dependencies
87
88 The CPAN Testers Dependencies is a website that shows a chart of
89 the test results of all dependencies for a distribution.
90
91 <http://deps.cpantesters.org/?module=Games::Solitaire::Verify>
92
93 Bugs / Feature Requests
94 Please report any bugs or feature requests by email to
95 "bug-games-solitaire-verify at rt.cpan.org", or through the web
96 interface at
97 <https://rt.cpan.org/Public/Bug/Report.html?Queue=Games-Solitaire-Verify>.
98 You will be automatically notified of any progress on the request by
99 the system.
100
101 Source Code
102 The code is open to the world, and available for you to hack on. Please
103 feel free to browse it and play with it, or whatever. If you want to
104 contribute patches, please send me a diff or prod me to pull from your
105 repository :)
106
107 <https://github.com/shlomif/fc-solve>
108
109 git clone git://github.com/shlomif/fc-solve.git
110
112 Shlomi Fish <shlomif@cpan.org>
113
115 Please report any bugs or feature requests on the bugtracker website
116 <https://github.com/shlomif/fc-solve/issues>
117
118 When submitting a bug or request, please include a test-file or a patch
119 to an existing test-file that illustrates the bug or desired feature.
120
122 This software is Copyright (c) 2008 by Shlomi Fish.
123
124 This is free software, licensed under:
125
126 The MIT (X11) License
127
128
129
130perl v5.32.1 2021-01G-a2m7es::Solitaire::Verify::Freecells(3)