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