Compare commits
59 commits
android-3.
...
master
Author | SHA1 | Date | |
---|---|---|---|
|
bdd3093a2b | ||
|
c4a62baf79 | ||
|
b1370fce08 | ||
|
7b85049f7c | ||
|
afc74a86f5 | ||
|
50e003e256 | ||
|
78de569074 | ||
|
a79c81109b | ||
|
c14be7b73e | ||
|
69c1440b2b | ||
|
72386af5e6 | ||
|
a57f1eae38 | ||
|
6f0c6e00e1 | ||
|
512d3ea466 | ||
|
e7e9f0ff87 | ||
|
9773eee2d6 | ||
|
015e860557 | ||
|
04b7eacfcb | ||
|
52e2ffc58f | ||
|
81150b4681 | ||
|
f799093e35 | ||
|
12118d12ed | ||
|
fd4a4e1378 | ||
|
63a63fdfd3 | ||
|
ff9cc5e98c | ||
|
cadf8b2084 | ||
|
f4dec3ed16 | ||
|
5c8d5c26b4 | ||
|
cb0dd1ec2f | ||
|
dc5ab96c80 | ||
|
54a978b4e2 | ||
|
5b9f64a7eb | ||
|
21c2780e8e | ||
|
ed2da8cd46 | ||
|
054c0f0368 | ||
|
487d1c52f3 | ||
|
6852bb40ff | ||
|
6006e0f4c0 | ||
|
68138c7284 | ||
|
96a06108af | ||
|
ac03fa741d | ||
|
7cac54b714 | ||
|
b189c4b3b0 | ||
|
4566cb2fc5 | ||
|
40929f913e | ||
|
ef69c03a38 | ||
|
0cdd06ddad | ||
|
a6827ee7e2 | ||
|
5d1ed621e3 | ||
|
4c031b9686 | ||
|
2c69371265 | ||
|
7940e62285 | ||
|
9cd7a2c5fe | ||
|
5005ef6796 | ||
|
cafdafe047 | ||
|
911f83d249 | ||
|
abb9605dd4 | ||
|
180d3d57df | ||
|
5d9b462304 |
|
@ -2,7 +2,7 @@
|
|||
image: Visual Studio 2022
|
||||
environment:
|
||||
matrix:
|
||||
- PYTHON: "C:\\Python312"
|
||||
- PYTHON: "C:\\Python313"
|
||||
# Shamelessly taken from https://github.com/plicease/Dist-Zilla-PluginBundle-Author-Plicease/blob/master/.appveyor.yml
|
||||
# Thanks!
|
||||
install:
|
||||
|
|
2
.github/workflows/macos-package.yml
vendored
|
@ -7,7 +7,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: macos-12
|
||||
runs-on: macos-14
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
[[news]]
|
||||
=== News
|
||||
* _11 January, 2025:_ There is a new stable release
|
||||
https://sourceforge.net/projects/pysolfc/files/PySolFC/PySolFC-3.2.0/[PySolFC
|
||||
v3.2.0]. New in this release:
|
||||
** New fullscreen mode, accessible by pressing F11.
|
||||
** Easy option to clear advanced search options.
|
||||
** Lots of bugfixes and enhancements.
|
||||
* _19 October, 2024:_ There is a new stable release
|
||||
https://sourceforge.net/projects/pysolfc/files/PySolFC/PySolFC-3.1.0/[PySolFC
|
||||
v3.1.0]. New in this release:
|
||||
|
|
|
@ -9,7 +9,7 @@ else
|
|||
fi
|
||||
|
||||
# current android version mumber.
|
||||
version="3.1.2"
|
||||
version="3.2.0"
|
||||
sversion=$(echo $version | sed -E "s:(.*)\..*:\1:")
|
||||
tuple=$(echo $version | sed -E "s:(.*)\.(.*)\.(.*):(\1, \2, \3):")
|
||||
|
||||
|
|
|
@ -103,7 +103,7 @@ android.permissions = WRITE_EXTERNAL_STORAGE, MANAGE_EXTERNAL_STORAGE
|
|||
#android.features = android.hardware.usb.host
|
||||
|
||||
# (int) Target Android API, should be as high as possible.
|
||||
android.api = 33
|
||||
android.api = 34
|
||||
|
||||
# (int) Minimum API your APK / AAB will support.
|
||||
#android.minapi = 21
|
||||
|
|
|
@ -6,7 +6,7 @@ then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
virtualenv FINIT
|
||||
python3 -m venv FINIT
|
||||
source FINIT/bin/activate
|
||||
|
||||
pip3 install attrs
|
||||
|
@ -43,7 +43,7 @@ sed -r "s:#? ?source\.exclude_patterns =.*:source.exclude_patterns = README.*,AU
|
|||
sed -r "s:#? ?android\.skip_update =.*:android.skip_update = True:" -i buildozer.spec
|
||||
sed -r "s:#? ?android\.accept_sdk_license =.*:android.accept_sdk_license = False:" -i buildozer.spec
|
||||
sed -r "s:#? ?log_level =.*:log_level = 2:" -i buildozer.spec
|
||||
|
||||
sed -r "s:#? ?warn_on_root =.*:warn_on_root = 0:" -i buildozer.spec
|
||||
|
||||
echo '### end init'
|
||||
|
||||
|
|
|
@ -11,8 +11,8 @@
|
|||
"type": "SINGLE",
|
||||
"filters": [],
|
||||
"attributes": [],
|
||||
"versionCode": 102130102,
|
||||
"versionName": "3.1.2",
|
||||
"versionCode": 102130200,
|
||||
"versionName": "3.2.0",
|
||||
"outputFile": "pysolfc-release.apk"
|
||||
}
|
||||
],
|
||||
|
|
|
@ -3,6 +3,20 @@ Cardset Customization Tutorial
|
|||
:Author: Eric Rausch
|
||||
:Email: <neelix570@gmail.com>
|
||||
|
||||
Setting up a Cardset
|
||||
--------------------
|
||||
The easiest way to create a cardset would be to copy an existing cardset folder of the same type in your cardsets directory. All cardsets need a number of files to work.
|
||||
|
||||
* An image for each card - these images should be the same format and the same size, as defined in the config.txt file (described below). These files should be named something like 01s.png for the ace of spades. The first two (or more) digits represent the rank, and the letter after represents the suit. The suits are labeled hcds in French decks or decks that use French suits (i.e. Hex A or Tarock decks), and the suits are alphabetical for other decks. The suit letter z is used for jokers or trumps.
|
||||
* A shade file - shade.png, for example.
|
||||
* At least one back image, as defined in the config.txt file below.
|
||||
* A config.txt file, the format described below.
|
||||
* A copyright file, containing copyright info.
|
||||
|
||||
The following optional files may also be added, but are only used under certain circumstances.
|
||||
|
||||
* Bottom images. A number of images for the bottoms of stacks. These are not used unless your PySol install does not support generating stack bottoms, or you enable them manually (currently only possible through editing the options.cfg file). Which bottoms are used depend on the cardset type. Each bottom has a version with a suffix of -n, indicating the negative bottom that gets used if the appropriate option is enabled.
|
||||
* Shadow images. These will only be used if your PySol install does not support auto-generated shadows.
|
||||
|
||||
config.txt template
|
||||
-------------------
|
||||
|
|
BIN
data/tiles/Felt_Blue.png
Normal file
After Width: | Height: | Size: 8.7 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 9.3 KiB After Width: | Height: | Size: 9.3 KiB |
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 36 KiB |
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 4.9 KiB |
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 351 B After Width: | Height: | Size: 350 B |
3
fastlane/metadata/android/en-US/changelogs/102130200.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
|
||||
- menu entry to select random games.
|
||||
- enhancements and bug fixes (see https://pysolfc.sourceforge.io)
|
|
@ -1,4 +1,25 @@
|
|||
<h1>Cardset Customization Tutorial</h1>
|
||||
<h2>Setting up a Cardset</h2>
|
||||
<p>The easiest way to create a cardset would be to copy an existing cardset folder
|
||||
of the same type in your cardsets directory. All cardsets need a number of files to work.
|
||||
<ul>
|
||||
<li>An image for each card - these images should be the same format and the same size, as defined in the config.txt file (described below).
|
||||
These files should be named something like 01s.png for the ace of spades. The first two (or more) digits represent the rank, and the letter
|
||||
after represents the suit. The suits are labeled hcds in French decks or decks that use French suits (i.e. Hex A or Tarock decks), and
|
||||
the suits are alphabetical for other decks. The suit letter z is used for jokers or trumps.</li>
|
||||
<li>A shade file - shade.png, for example.</li>
|
||||
<li>At least one back image, as defined in the config.txt file below.</li>
|
||||
<li>A config.txt file, the format described below.</li>
|
||||
<li>A copyright file, containing copyright info.</li>
|
||||
</ul>
|
||||
<p>The following optional files may also be added, but are only used under certain circumstances.
|
||||
<ul>
|
||||
<li>Bottom images. A number of images for the bottoms of stacks. These are not used unless your PySol install
|
||||
does not support generating stack bottoms, or you enable them manually (currently only possible through editing the
|
||||
options.cfg file). Which bottoms are used depend on the cardset type. Each bottom has a version with a suffix of
|
||||
-n, indicating the negative bottom that gets used if the appropriate option is enabled.</li>
|
||||
<li>Shadow images. These will only be used if your PySol install does not support auto-generated shadows.</li>
|
||||
</ul>
|
||||
<h2>config.txt template</h2>
|
||||
<pre>PySolFC solitaire cardset;$A;$FMT;$B;$C;$D,$E;$F;$G;$H
|
||||
<internal_name>;<cardset_name>
|
||||
|
@ -17,42 +38,18 @@ back01.ext;back02.ext;back03.ext</pre>
|
|||
<p><b>$B:</b> The type of the cardset (see types below)</p>
|
||||
<h3>Cardsets Types:</h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p>French = 1</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Hanafuda = 2</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Tarock = 3</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Mahjongg = 4</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Hex A Deck = 5</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Mughal Ganjifa = 6</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Navagraha Ganjiga = 7</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Dashavatara Ganjifa = 8</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Trumps Only = 9</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Matching = 10</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Puzzle = 11</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Ishido = 12</p>
|
||||
</li>
|
||||
<li>French = 1</li>
|
||||
<li>Hanafuda = 2</li>
|
||||
<li>Tarock = 3</li>
|
||||
<li>Mahjongg = 4</li>
|
||||
<li>Hex A Deck = 5</li>
|
||||
<li>Mughal Ganjifa = 6</li>
|
||||
<li>Navagraha Ganjiga = 7</li>
|
||||
<li>Dashavatara Ganjifa = 8</li>
|
||||
<li>Trumps Only = 9</li>
|
||||
<li>Matching = 10</li>
|
||||
<li>Puzzle = 11</li>
|
||||
<li>Ishido = 12</li>
|
||||
</ul>
|
||||
<p><b>$C:</b> The number of cards in the cardset, generally 42,
|
||||
48, 52, 68, 78, 96 or 120</p>
|
||||
|
@ -60,190 +57,70 @@ back01.ext;back02.ext;back03.ext</pre>
|
|||
or more comma separated values)</p>
|
||||
<h3>Cardsets Styles:</h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p>Abstract = 35</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Adult = 1</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Animals = 2</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Anime = 3</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Art = 4</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Cartoons = 5</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Children = 6</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Classic Look = 7</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Collectors = 8</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Computers = 9</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Divination = 36</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Engines = 10</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Fantasy = 11</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Four Color = 37</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Ganjifa= 30</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Hanafuda = 12</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Hex A Deck = 29</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Holiday = 13</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Ishido = 34</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Mahjongg = 28</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Matching = 32</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Monochrome = 38</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Movies = 14</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Matrix = 31</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Music = 15</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Nature = 16</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Operating Systems = 17</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>People = 19</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Places = 20</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Plain = 21</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Products = 22</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Puzzle = 33</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Round Cardsets = 18</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Science Fiction = 23</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Sports = 24</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Tarock = 27</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Vehicles = 25</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Video Games = 26</p>
|
||||
</li>
|
||||
<li>Abstract = 35</li>
|
||||
<li>Adult = 1</li>
|
||||
<li>Animals = 2</li>
|
||||
<li>Anime = 3</li>
|
||||
<li>Art = 4</li>
|
||||
<li>Cartoons = 5</li>
|
||||
<li>Children = 6</li>
|
||||
<li>Classic Look = 7</li>
|
||||
<li>Collectors = 8</li>
|
||||
<li>Computers = 9</li>
|
||||
<li>Divination = 36</li>
|
||||
<li>Engines = 10</li>
|
||||
<li>Fantasy = 11</li>
|
||||
<li>Four Color = 37</li>
|
||||
<li>Ganjifa= 30</li>
|
||||
<li>Hanafuda = 12</li>
|
||||
<li>Hex A Deck = 29</li>
|
||||
<li>Holiday = 13</li>
|
||||
<li>Ishido = 34</li>
|
||||
<li>Mahjongg = 28</li>
|
||||
<li>Matching = 32</li>
|
||||
<li>Monochrome = 38</li>
|
||||
<li>Movies = 14</li>
|
||||
<li>Matrix = 31</li>
|
||||
<li>Music = 15</li>
|
||||
<li>Nature = 16</li>
|
||||
<li>Operating Systems = 17</li>
|
||||
<li>People = 19</li>
|
||||
<li>Places = 20</li>
|
||||
<li>Plain = 21</li>
|
||||
<li>Products = 22</li>
|
||||
<li>Puzzle = 33</li>
|
||||
<li>Round Cardsets = 18</li>
|
||||
<li>Science Fiction = 23</li>
|
||||
<li>Sports = 24</li>
|
||||
<li>Tarock = 27</li>
|
||||
<li>Vehicles = 25</li>
|
||||
<li>Video Games = 26</li>
|
||||
</ul>
|
||||
<p><b>$E:</b> The origin (country) of the cardset</p>
|
||||
<h3>Cardsets Origins:</h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p>Australia = 1021</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Austria = 1001</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Belgium = 1019</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Canada = 1010</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>China = 1011</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Czech Republic = 1012</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Denmark = 1013</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>England = 1003</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>France = 1004</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Germany = 1006</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Great Britain = 1014</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Hungary = 1015</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>India = 1020</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Italy = 1005</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Japan = 1016</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Netherlands = 1002</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Portugal = 1022</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Russia = 1007</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Spain = 1008</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Sweden = 1017</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Switzerland = 1009</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>USA = 1018</p>
|
||||
</li>
|
||||
<li>Australia = 1021</li>
|
||||
<li>Austria = 1001</li>
|
||||
<li>Belgium = 1019</li>
|
||||
<li>Canada = 1010</li>
|
||||
<li>China = 1011</li>
|
||||
<li>Czech Republic = 1012</li>
|
||||
<li>Denmark = 1013</li>
|
||||
<li>England = 1003</li>
|
||||
<li>France = 1004</li>
|
||||
<li>Germany = 1006</li>
|
||||
<li>Great Britain = 1014</li>
|
||||
<li>Hungary = 1015</li>
|
||||
<li>India = 1020</li>
|
||||
<li>Italy = 1005</li>
|
||||
<li>Japan = 1016</li>
|
||||
<li>Netherlands = 1002</li>
|
||||
<li>Portugal = 1022</li>
|
||||
<li>Russia = 1007</li>
|
||||
<li>Spain = 1008</li>
|
||||
<li>Sweden = 1017</li>
|
||||
<li>Switzerland = 1009</li>
|
||||
<li>USA = 1018</li>
|
||||
</ul>
|
||||
<p><b>$F:</b> The Year the cardset was created (in the range 1000
|
||||
to 2299)</p>
|
||||
|
@ -263,31 +140,16 @@ back01.ext;back02.ext;back03.ext</pre>
|
|||
will be truncated.</p>
|
||||
<h2>Line 3</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<p><b>X:</b> The cards' width (the card image width)</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><b>Y:</b> The cards' height (the card image height)</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><b>D:</b> The color depth (mostly 8)</p>
|
||||
</li>
|
||||
<li><b>X:</b> The cards' width (the card image width)</li>
|
||||
<li><b>Y:</b> The cards' height (the card image height)</li>
|
||||
<li><b>D:</b> The color depth (mostly 8)</li>
|
||||
</ul>
|
||||
<h2>Line 4</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<p><b>XOFF:</b> The horizontal offset of the cards</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><b>YOFF:</b> The vertical offset of the cards</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><b>SXOFF:</b> The offset of the horizontal shadow (mostly
|
||||
7)</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><b>SYOFF:</b> The offset of the vertical shadow (mostly 7)</p>
|
||||
</li>
|
||||
<li><b>XOFF:</b> The horizontal offset of the cards</li>
|
||||
<li><b>YOFF:</b> The vertical offset of the cards</li>
|
||||
<li><b>SXOFF:</b> The offset of the horizontal shadow (mostly 7)</li>
|
||||
<li><b>SYOFF:</b> The offset of the vertical shadow (mostly 7)</li>
|
||||
</ul>
|
||||
<h2>Line 5</h2>
|
||||
<p><code>back01.ext</code>: The name of the default back image (where <code>ext</code> means the file extension e.g: <code>png</code> or <code>gif</code>.)</p>
|
||||
|
@ -309,7 +171,9 @@ back01.ext;back02.ext;back03.ext</pre>
|
|||
<a href="https://github.com/shlomif/shlomif-computer-settings/blob/master/shlomif-settings/git/commit-messages/cc0-copyright-disclaimer.txt">CC0/Public Domain/MIT License/GPL terms</a></p>
|
||||
<h3>Credits:</h3>
|
||||
<p>Credits go to:</p>
|
||||
<p><a href="mailto:andsa@web.de">Andreas Sauer</a> for clarifying certain
|
||||
points<br></p>
|
||||
<p><a href="https://www.shlomifish.org/">Shlomi Fish</a> for making some
|
||||
improvements to this tutorial</p>
|
||||
<ul>
|
||||
<li><a href="mailto:andsa@web.de">Andreas Sauer</a> for clarifying certain
|
||||
points</li>
|
||||
<li><a href="https://www.shlomifish.org/">Shlomi Fish</a> for making some
|
||||
improvements to this tutorial</li>
|
||||
</ul>
|
||||
|
|
64
html-src/faq.html
Normal file
|
@ -0,0 +1,64 @@
|
|||
<h1>FAQ</h1>
|
||||
<h2>The animation is too slow...</h2>
|
||||
<p>
|
||||
Unfortunately the Tcl/Tk toolkit lacks a sprite concept, so
|
||||
there is a lot of (invisible double-buffered) redraw going on
|
||||
when dragging cards around.
|
||||
<p>
|
||||
Disabling <i>Card shadow</i>, <i>Shade legal moves</i>,
|
||||
background table tiles and sound will somewhat improve the display speed.
|
||||
|
||||
<h2>The table tiles look strange</h2>
|
||||
<p>
|
||||
Background table tiles should only be enabled when using
|
||||
a true-color video mode - otherwise they may look bad
|
||||
because of dithering.
|
||||
<p>
|
||||
BTW, you can add your own background tiles by copying the images
|
||||
to the main <i>data/tiles</i> or your home <i>~/.PySolFC/tiles</i> directory.
|
||||
<!-- They must be in GIF or PPM format. -->
|
||||
|
||||
<h2>My antivirus app says the Windows installer contains a virus.</h2>
|
||||
<p>
|
||||
We have been asked about the fact that some anti viruses, including those
|
||||
on <a href="https://www.virustotal.com/">VirusTotal</a>, have identified the Microsoft
|
||||
Windows downloads as containing malware. What we know is that they are generated from
|
||||
the <a href="https://en.wikipedia.org/wiki/Free_and_open-source_software">open source</a>
|
||||
source code by <a href="https://www.appveyor.com/">AppVeyor</a>, are checked using
|
||||
VirusTotal before they are uploaded, and at that point were considered to be malware clean.
|
||||
<p>
|
||||
However, as time passes, they seem to accumulate classifyings as containing malware
|
||||
in what appears to be <a href="https://en.wikipedia.org/wiki/False_positives_and_false_negatives">false positives</a>. So we believe the downloads are nonetheless safe and free of
|
||||
malware.
|
||||
<p>
|
||||
Furthermore, note that we believe that many anti-malware applications are harmful
|
||||
by themselves, and that they are all an incomplete (non-)solution to an
|
||||
issue that does not exist in <a href="https://en.wikipedia.org/wiki/Linux#Desktop">Linux</a> and the <a href="https://en.wikipedia.org/wiki/List_of_BSD_operating_systems">BSDs operating systems</a>.
|
||||
<p>
|
||||
For more information, see:
|
||||
<ol>
|
||||
<li><a href="https://sourceforge.net/p/pysolfc/discussion/503709/thread/d841b6a1/">Forum discussion</a></li>
|
||||
<li><a href="http://linuxmafia.com/~rick/faq/">Viruses on Linux</a></li>
|
||||
<li><a href="https://www.mail-archive.com/wikimedia-l@lists.wikimedia.org/msg30001.html">Discussion about anti-viruses.</a></li>
|
||||
</ol>
|
||||
|
||||
<h2>I received an error that there is no module named "formatter".</h2>
|
||||
<p>
|
||||
This error occurs if you're trying to run an older version of PySolFC
|
||||
with Python 3.10. If you are using Python 3.10 or later, please upgrade your
|
||||
version of PySolFC to 2.14.0 or later - older versions are not compatible with
|
||||
Python 3.10.
|
||||
<p>
|
||||
If you are getting your copy from your Linux distribution's package manager,
|
||||
please contact the people who maintain the packages for your distribution.
|
||||
You can always get the latest version from the PySolFC website or from
|
||||
Flathub.
|
||||
|
||||
<h2>It won't let me deal more cards in Spider.</h2>
|
||||
<p>
|
||||
When playing Spider, you are not allowed to deal more cards if there are any
|
||||
empty piles. If there aren't enough cards left to put one in each pile, the
|
||||
game is lost. Part of the game is planning ahead when to deal more cards to
|
||||
avoid this situation.
|
||||
<p>
|
||||
If you want a variation without this rule, you can play Relaxed Spider instead.
|
|
@ -46,6 +46,7 @@ fix_gettext()
|
|||
files = [
|
||||
('credits.html', 'PySol Credits'),
|
||||
('credits_old.html', 'PySol Credits'),
|
||||
('faq.html', 'PySol - FAQ'),
|
||||
('ganjifa.html', 'PySol - General Ganjifa Card Rules'),
|
||||
('general_rules.html', 'PySol - General Rules'),
|
||||
('glossary.html', 'PySol - Glossary'),
|
||||
|
|
|
@ -323,6 +323,15 @@ the deck.</p>
|
|||
Hearts, and Diamonds.</p>
|
||||
</dd>
|
||||
|
||||
<dt><b>SUPER MOVE</b></dt>
|
||||
|
||||
<dd>
|
||||
<p>A special move where you move a sequence of cards at once, in a game
|
||||
that does not normally allow it. However, if there are enough open
|
||||
reserves and empty stacks to perform the move by moving cards between
|
||||
them one at a time, you can make it as a single move as a shortcut.</p>
|
||||
</dd>
|
||||
|
||||
<dt><b>TABLEAU</b></dt>
|
||||
|
||||
<dd>
|
||||
|
|
|
@ -55,27 +55,6 @@ disable certain features as they would be trivial otherwise.
|
|||
The logic involved is not too clever on purpose (i.e. it does not consult the hint system).
|
||||
</ul>
|
||||
|
||||
<h2>The animation is too slow...</h2>
|
||||
<p>
|
||||
Unfortunately the Tcl/Tk toolkit lacks a sprite concept, so
|
||||
there is a lot of (invisible double-buffered) redraw going on
|
||||
when dragging cards around.
|
||||
<p>
|
||||
Disabling <i>Card shadow</i>, <i>Shade legal moves</i>,
|
||||
background table tiles and sound will somewhat improve the display speed.
|
||||
|
||||
|
||||
<h2>The table tiles look strange</h2>
|
||||
<p>
|
||||
Background table tiles should only be enabled when using
|
||||
a true-color video mode - otherwise they may look bad
|
||||
because of dithering.
|
||||
<p>
|
||||
BTW, you can add your own background tiles by copying the images
|
||||
to the main <i>data/tiles</i> or your home <i>~/.PySolFC/tiles</i> directory.
|
||||
<!-- They must be in GIF or PPM format. -->
|
||||
|
||||
|
||||
<h2>Some notes about scoring</h2>
|
||||
<p>
|
||||
<ul type="disc">
|
||||
|
|
|
@ -19,9 +19,10 @@
|
|||
<li> <a href="cardset_customization.html">Cardset Customization</a>
|
||||
<li> <a href="plugins.html">Plugins</a>
|
||||
</ul>
|
||||
<h2>Misc</h2>
|
||||
<h2>About</h2>
|
||||
<ul>
|
||||
<li> <a href="news.html">What's new?</a>
|
||||
<li> <a href="faq.html">FAQ</a>
|
||||
<li> <a href="report_bug.html">Report a Bug</a>
|
||||
<li> <a href="license.html">PySol license terms</a>
|
||||
<li> <a href="credits.html">PySol credits</a>
|
||||
|
|
|
@ -5,7 +5,7 @@ The answer is simple...
|
|||
|
||||
<h3>PySol highlights</h3>
|
||||
<ul>
|
||||
<li> currently supports more than 1000 distinct solitaire games
|
||||
<li> currently supports more than 1,200 distinct solitaire games
|
||||
<li> based upon an extensible solitaire engine
|
||||
<li> lots of classic games like Forty Thieves, FreeCell, Klondike and Spider
|
||||
<li> special games like Ganjifa, Hanafuda, Poker and Tarock type games
|
||||
|
@ -24,7 +24,7 @@ The answer is simple...
|
|||
<li> integrated HTML help browser
|
||||
<li> lots of documentation
|
||||
<li> portable across Windows, Mac, and Linux
|
||||
<li> completely ad-free
|
||||
<li> completely ad-free, now and forever
|
||||
<li> written in 100% pure Python
|
||||
<li> distributed under the terms of the GNU General Public License
|
||||
<li> <i>Commercial Quality Freeware</i>
|
||||
|
|
|
@ -1,6 +1,28 @@
|
|||
<h1>What's New?</h1>
|
||||
<ul>
|
||||
<li>
|
||||
<p><em>11 January, 2025:</em> There is a new stable release
|
||||
<a href="https://sourceforge.net/projects/pysolfc/files/PySolFC/PySolFC-3.2.0/">PySolFC
|
||||
v3.2.0</a>. New in this release:</p>
|
||||
<ul>
|
||||
<li>
|
||||
<p>
|
||||
New fullscreen mode, accessible by pressing F11.
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>
|
||||
Easy option to clear advanced search options.
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>
|
||||
Lots of bugfixes and enhancements.
|
||||
</p>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<p><em>19 October, 2024:</em> There is a new stable release
|
||||
<a href="https://sourceforge.net/projects/pysolfc/files/PySolFC/PySolFC-3.1.0/">PySolFC
|
||||
v3.1.0</a>. New in this release:</p>
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
<h1>Report a Bug</h1>
|
||||
<p>
|
||||
Before you report a bug, please verify that you are running
|
||||
the latest version of PySolFC, and also check the PySolFC site's
|
||||
<a href="https://pysolfc.sourceforge.io/faq.html">FAQ page</a>,
|
||||
and issues previously reported on GitHub, to ensure that the bug
|
||||
was not previously reported.
|
||||
the latest version of PySolFC. Also, check the
|
||||
<a href="faq.html">FAQ</a>, and issues previously reported
|
||||
on GitHub, to ensure that the bug was not previously reported.
|
||||
<p>
|
||||
If you found a bug in PySolFC, the best place to report it
|
||||
is on GitHub. To do so, create an issue at
|
||||
|
|
|
@ -15,7 +15,7 @@ This card must be the last remaining card in order to win the game.
|
|||
<h3>Notes</h3>
|
||||
<p>
|
||||
Accordion's Revenge is unwinnable if the first or second card is
|
||||
declared. As such, PySol will reselect the declared card if it
|
||||
is chosen.
|
||||
declared. As such, PySol will never select either of those cards as
|
||||
the target.
|
||||
<p>
|
||||
The concept of Accordion's Revenge was invented by Mark Masten.
|
||||
|
|
|
@ -18,5 +18,5 @@ are no moves left, you can deal a card from the talon to each pile.
|
|||
<p>
|
||||
The single foundation is started with the ace of hearts. After the
|
||||
ace of hearts is played, it is built up by rank, regardless of suit,
|
||||
turning the corner from king to ace as neede. The game is won if
|
||||
turning the corner from king to ace as needed. The game is won if
|
||||
all cards are moved to this one foundation.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<h1>Big Braid</h1>
|
||||
<h1>Big Braid (Der große Zopf)</h1>
|
||||
<p>
|
||||
Napoleon type. 3 decks. 2 redeals.
|
||||
|
||||
|
|
13
html-src/rules/bigstoreroom.html
Normal file
|
@ -0,0 +1,13 @@
|
|||
<h1>Big Storeroom</h1>
|
||||
<p>
|
||||
Hex A Deck type. 2 decks. 1 redeal.
|
||||
|
||||
<h3>Object</h3>
|
||||
<p>
|
||||
Move all cards to the foundations.
|
||||
|
||||
<h3>Rules</h3>
|
||||
<p>
|
||||
Like <a href="wizardsstoreroom.html">Wizard's Storeroom</a>
|
||||
but with two decks and nine piles.
|
||||
|
15
html-src/rules/colours.html
Normal file
|
@ -0,0 +1,15 @@
|
|||
<h1>Colours</h1>
|
||||
<p>
|
||||
Numerica type. 1 deck. No redeal.
|
||||
|
||||
<h3>Object</h3>
|
||||
<p>
|
||||
Move all cards to the foundations.
|
||||
|
||||
<h3>Quick Description</h3>
|
||||
<p>
|
||||
Like <a href="ladybetty.html">Lady Betty</a>,
|
||||
but the foundations are built up by same color, and
|
||||
wrap from king to ace. At the start of the game, a
|
||||
two through five are dealt to the foundations, in
|
||||
alternating colors.
|
|
@ -4,7 +4,7 @@ Cribbage type. 1 deck. No redeal.
|
|||
|
||||
<h3>Object</h3>
|
||||
<p>
|
||||
Deal five cribbage hands to get a total score of 61 points or more.
|
||||
Deal five cribbage hands to get a total score of 80 points or more.
|
||||
|
||||
<h3>Rules</h3>
|
||||
<p>
|
||||
|
@ -16,7 +16,8 @@ Points are awarded for the 2 Cribbage hands: the remaining four cards, plus
|
|||
the four cards in the crib.
|
||||
<p>
|
||||
After each hand, repeat the process four more times to deal a total of five
|
||||
hands. You win if after all five hands, your score reaches 61 points.
|
||||
hands. You win if after all five hands, your score reaches 80 points.
|
||||
|
||||
<h3>Cribbage Scoring</h3>
|
||||
<p>
|
||||
Cribbage hands are scored as follows - each hand is worth the total value
|
||||
|
|
18
html-src/rules/cribbagepatienceii.html
Normal file
|
@ -0,0 +1,18 @@
|
|||
<h1>Cribbage Patience II</h1>
|
||||
<p>
|
||||
Cribbage type. 1 deck. No redeal.
|
||||
|
||||
<h3>Object</h3>
|
||||
<p>
|
||||
Deal four cribbage hands to get a total score of 80 points or more.
|
||||
|
||||
<h3>Quick Description</h3>
|
||||
<p>
|
||||
Like <a href="cribbagepatience.html">Cribbage Patience</a>,
|
||||
but two cards are not dealt face-down to the crib. After moving two
|
||||
cards from the hand to the crib, a second six-card hand is dealt, and
|
||||
you move two cards from that hand to finish the crib. Then, all
|
||||
three hands are scored.
|
||||
<p>
|
||||
Due to the increased number of cards per hand, only four hands are dealt
|
||||
per game.
|
|
@ -9,4 +9,4 @@ Move all cards to the foundations.
|
|||
<h3>Quick Description</h3>
|
||||
<p>
|
||||
Like <a href="bisley.html">Bisley</a>,
|
||||
but two decks and twenty four playing piles.
|
||||
but two decks and twenty-four playing piles.
|
||||
|
|
27
html-src/rules/families.html
Normal file
|
@ -0,0 +1,27 @@
|
|||
<h1>Families</h1>
|
||||
<p>
|
||||
Memory game type. 32 cards. No redeal.
|
||||
|
||||
<h3>Object</h3>
|
||||
<p>
|
||||
Remove all groups of jack-queen-king of the same suit.
|
||||
|
||||
<h3>Rules</h3>
|
||||
<p>
|
||||
Families is played with eight sets of Jack, Queen, and King - two of
|
||||
each suit, along with six black jokers and two red jokers.
|
||||
<p>
|
||||
Flip three cards. If you flip a sequence of Jack, Queen, and King of
|
||||
the same suit, the cards are removed. If not, they are flipped face-down.
|
||||
<p>
|
||||
If a red joker is flipped, all of the remaining unmatched cards that were
|
||||
not flipped are reshuffled and redealt (after you've flipped all three
|
||||
cards).
|
||||
<p>
|
||||
If a pair of black jokers is flipped, the game is lost. If all eight
|
||||
sequences are removed before this happens, the game is won.
|
||||
|
||||
<h3>Notes</h3>
|
||||
<p>
|
||||
<i>Undo</i>, <i>Bookmarks</i>, <i>Autodrop</i> and <i>Quickplay</i>
|
||||
are disabled for this game.
|
|
@ -12,7 +12,7 @@ with twelve rows and two redeals.
|
|||
Refer to the description of the deal in Lara's Game. The differences
|
||||
are that the cards are dealt to thirteen piles instead of fourteen
|
||||
and if a dealt card is of rank Pradhan or over one card is dealt to the
|
||||
talon. Otherwise the dealing rules are the same.
|
||||
talon. Otherwise, the dealing rules are the same.
|
||||
<p>
|
||||
Play is the same as Lara's Game except that there are two redeals. When
|
||||
the talon is empty after each round the cards are gathered up from the
|
||||
|
|
|
@ -13,7 +13,7 @@ which will hold two cards.
|
|||
Refer to the description of the deal in Lara's Game. The differences
|
||||
are that the cards are dealt to thirteen piles instead of fourteen
|
||||
and if a dealt card is of rank Pradhan or over one card is dealt to the
|
||||
talon. Otherwise the dealing rules are the same.
|
||||
talon. Otherwise, the dealing rules are the same.
|
||||
<p>
|
||||
Play is the same as Lara's Game except that there are two redeals. When
|
||||
the talon is empty after each round the cards are gathered up from the
|
||||
|
|
22
html-src/rules/flamboyant.html
Normal file
|
@ -0,0 +1,22 @@
|
|||
<h1>Flamboyant</h1>
|
||||
<p>
|
||||
Fan game type. 1 deck. No redeal.
|
||||
|
||||
<h3>Object</h3>
|
||||
<p>
|
||||
Move all cards to the foundations.
|
||||
|
||||
<h3>Rules</h3>
|
||||
<p>
|
||||
The tableau piles are built in seventeen sets of three cards, with
|
||||
two in the back row face-down, and a third face-up card overlapping
|
||||
them. The final card is dealt separately.
|
||||
<p>
|
||||
The tableau piles are built down by alternate color, with any face-up card
|
||||
or valid sequence of cards being movable. Once the top card is moved,
|
||||
the two below it can be flipped face-up and played. Empty piles cannot
|
||||
be filled, except for the final single card, where a king or sequence of
|
||||
cards starting with a king can be played.
|
||||
<p>
|
||||
Foundations are built up in suit from Ace to King. The game is won
|
||||
when all cards are moved to the foundations.
|
|
@ -1,6 +1,6 @@
|
|||
<h1>FreeCell (2 Reserves)</h1>
|
||||
<p>
|
||||
FreeCell type. 1 decks. No redeal.
|
||||
FreeCell type. 1 deck. No redeal.
|
||||
|
||||
<h3>Object</h3>
|
||||
<p>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<h1>FreeCell (No Reserve)</h1>
|
||||
<p>
|
||||
FreeCell type. 1 decks. No redeal.
|
||||
FreeCell type. 1 deck. No redeal.
|
||||
|
||||
<h3>Object</h3>
|
||||
<p>
|
||||
|
|
|
@ -16,7 +16,7 @@ on Iris 2, and Pine 3 plays on Phoenix 3. Gaji is wild. It can play
|
|||
on any card in the tableau and any card can play on Gaji. Any card
|
||||
can also be played on the canvas. Gaji will only play in its proper
|
||||
position on the foundation. Cards play on the tableau by suit in
|
||||
decending rank order. There can be no more than twelve cards in a row.
|
||||
descending rank order. There can be no more than twelve cards in a row.
|
||||
Once a card is played on a foundation stack it can't be taken off
|
||||
except by undoing the move.
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ that row may become unmovable. The Wizards have ranks like the suit cards
|
|||
corresponding to Ace through Four. If a Wizard is played in it's proper rank
|
||||
position the row can still be moved. The rank can be determined by the height
|
||||
of the hat. The Ace Wizard has the tallest hat. A stack with two Wizards can
|
||||
be moved only if they are both in their rank position and they are not ajacent
|
||||
be moved only if they are both in their rank position and they are not adjacent
|
||||
to each other. The Wizards will not move off of the tableau until all the other
|
||||
cards have been moved to the foundations.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<h1>Hurricane</h1>
|
||||
<p>
|
||||
Pairing game type. 1 deck. No redeal.
|
||||
Pairing type. 1 deck. No redeal.
|
||||
|
||||
<h3>Object</h3>
|
||||
<p>
|
||||
|
|
12
html-src/rules/idesofmarch.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
<h1>Ides of March</h1>
|
||||
<p>
|
||||
Pairing type. 1 deck. No redeal.
|
||||
|
||||
<h3>Object</h3>
|
||||
<p>
|
||||
Move all cards to the single foundation.
|
||||
|
||||
<h3>Quick Description</h3>
|
||||
<p>
|
||||
Like <a href="hurricane.html">Hurricane</a>,
|
||||
but remove pairs whose ranks total 15, or pairs of aces.
|
|
@ -24,7 +24,7 @@ added to each of the playing piles.
|
|||
<p>
|
||||
<i>Autodrop</i> is disabled for this game.
|
||||
|
||||
<h3>Histoy</h3>
|
||||
<h3>History</h3>
|
||||
<p>
|
||||
This is a two-deck variation of
|
||||
<a href="auldlangsyne.html">Auld Lang Syne</a>.
|
||||
|
|
|
@ -12,7 +12,7 @@ with twelve rows and two redeals.
|
|||
Refer to the description of the deal in Lara's Game. The differences
|
||||
are that the cards are dealt to thirteen piles instead of fourteen
|
||||
and if a dealt card is of rank Pradhan or over one card is dealt to the
|
||||
talon. Only one 120 card Dashavatara deck is used. Otherwise the
|
||||
talon. Only one 120 card Dashavatara deck is used. Otherwise, the
|
||||
dealing rules are the same.
|
||||
<p>
|
||||
Play is the same as Lara's Game except that there are two redeals. When
|
||||
|
|
|
@ -12,7 +12,7 @@ with twelve rows, three redeals and a reserve stack.
|
|||
Refer to the description of the deal in Lara's Game. The differences
|
||||
are that the cards are dealt to thirteen piles instead of fourteen
|
||||
and if a dealt card is of rank Pradhan or over one card is dealt to the
|
||||
talon. Only one 120 card Dashavatara deck is used. Otherwise the
|
||||
talon. Only one 120 card Dashavatara deck is used. Otherwise, the
|
||||
dealing rules are the same.
|
||||
<p>
|
||||
Play is the same as Lara's Game except that there are three redeals. When
|
||||
|
|
|
@ -13,7 +13,7 @@ which will hold two cards.
|
|||
Refer to the description of the deal in Lara's Game. The differences
|
||||
are that the cards are dealt to thirteen piles instead of fourteen
|
||||
and if a dealt card is of rank Pradhan or over one card is dealt to the
|
||||
talon. Only one 120 card Dashavatara deck is used. Otherwise the
|
||||
talon. Only one 120 card Dashavatara deck is used. Otherwise, the
|
||||
dealing rules are the same.
|
||||
<p>
|
||||
Play is the same as Lara's Game except that there are two redeals. When
|
||||
|
|
|
@ -10,9 +10,9 @@ with twenty two rows and one redeal, using the Tarock deck.
|
|||
|
||||
<h3>Rules</h3>
|
||||
Refer to the description of the deal in Lara's Game. The differences
|
||||
are that the cards are dealt to twenty three piles instead of fourteen
|
||||
are that the cards are dealt to twenty-three piles instead of fourteen
|
||||
and if a dealt card is of rank Page or over one card is dealt to the
|
||||
talon. Otherwise the dealing rules are the same.
|
||||
talon. Otherwise, the dealing rules are the same.
|
||||
<p>
|
||||
Play is the same as Lara's Game except that there is one redeal. When
|
||||
the talon is empty after the first round the cards are gathered up from
|
||||
|
|
|
@ -12,9 +12,9 @@ using four decks.
|
|||
|
||||
<h3>Rules</h3>
|
||||
Refer to the description of the deal in Lara's Game. The differences
|
||||
are that the cards are dealt to twenty three piles instead of fourteen
|
||||
are that the cards are dealt to twenty-three piles instead of fourteen
|
||||
and if a dealt card is of rank Page or over one card is dealt to the
|
||||
talon. Otherwise the dealing rules are the same.
|
||||
talon. Otherwise, the dealing rules are the same.
|
||||
<p>
|
||||
Play is the same as Lara's Game with two exceptions. The first exception
|
||||
is that there are two redeals. When the talon is empty after the one
|
||||
|
|
|
@ -12,9 +12,9 @@ with a reserve stack.
|
|||
|
||||
<h3>Rules</h3>
|
||||
Refer to the description of the deal in Lara's Game. The differences
|
||||
are that the cards are dealt to twenty three piles instead of fourteen
|
||||
are that the cards are dealt to twenty-three piles instead of fourteen
|
||||
and if a dealt card is of rank Page or over one card is dealt to the
|
||||
talon. Otherwise the dealing rules are the same.
|
||||
talon. Otherwise, the dealing rules are the same.
|
||||
<p>
|
||||
Play is the same as Lara's Game with two exceptions. The first exception
|
||||
is that there is one redeal. When the talon is empty after the first
|
||||
|
|
|
@ -8,7 +8,7 @@ Move all cards to the foundations.
|
|||
|
||||
<h3>Rules</h3>
|
||||
<p>
|
||||
The foundations build up by rank igonoring suit.
|
||||
The foundations build up by rank ignoring suit.
|
||||
<p>
|
||||
The reserve piles can hold a single card and
|
||||
are automatically filled from the waste or talon.
|
||||
|
|
|
@ -10,8 +10,8 @@ with four decks, two redeals and a reserve stack.
|
|||
|
||||
<h3>Rules</h3>
|
||||
Refer to the description of the deal in Lara's Game. The differences
|
||||
are the use of four decks instead of two two redeals and a reserve stack.
|
||||
Otherwise the play and dealing rules are the same.
|
||||
are the use of four decks instead of two, two redeals, and a reserve stack.
|
||||
Otherwise, the play and dealing rules are the same.
|
||||
<p>
|
||||
When the talon is empty after each round the cards are gathered up from
|
||||
the tableau and dealt to the rows without being shuffled using the same
|
||||
|
|
|
@ -10,8 +10,8 @@ with a redeal and a reserve stack.
|
|||
|
||||
<h3>Rules</h3>
|
||||
Refer to the description of the deal in Lara's Game. The differences
|
||||
are the use of four decks instead of two two redeals and a reserve stack.
|
||||
Otherwise the play and dealing rules are the same.
|
||||
are the use of a redeals, and a reserve stack. Otherwise, the play and
|
||||
dealing rules are the same.
|
||||
<p>
|
||||
When the talon is empty after each round the cards are gathered up from
|
||||
the tableau and dealt to the rows without being shuffled using the same
|
||||
|
|
12
html-src/rules/littleishido.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
<h1>Little Ishido</h1>
|
||||
<p>
|
||||
Ishido game type. 2 decks. No redeal.
|
||||
|
||||
<h3>Object</h3>
|
||||
<p>
|
||||
Move all tiles to the playing area.
|
||||
|
||||
<h3>Quick Description</h3>
|
||||
<p>
|
||||
Like <a href='ishido.html'>Ishido</a>, but with four colors and symbols,
|
||||
and a 6X8 grid. The initial tiles are placed in the four corners only.
|
14
html-src/rules/littleishidorelaxed.html
Normal file
|
@ -0,0 +1,14 @@
|
|||
<h1>Little Ishido Relaxed</h1>
|
||||
<p>
|
||||
Ishido game type. 2 decks. No redeal.
|
||||
|
||||
<h3>Object</h3>
|
||||
<p>
|
||||
Move all tiles to the playing area.
|
||||
|
||||
<h3>Quick Description</h3>
|
||||
<p>
|
||||
Like <a href='ishido.html'>Ishido</a>, but with four colors and symbols,
|
||||
and a 6X8 grid. The initial tiles are placed in the four corners only.
|
||||
Also, there are no restrictions when placing a tile next to two or more
|
||||
other tiles - they just have to match the color or symbol of each.
|
19
html-src/rules/louis.html
Normal file
|
@ -0,0 +1,19 @@
|
|||
<h1>Louis</h1>
|
||||
<p>
|
||||
Two-Deck game type. 2 decks. 2 redeals.
|
||||
|
||||
<h3>Object</h3>
|
||||
<p>
|
||||
Move all the cards to the foundations.
|
||||
|
||||
<h3>Quick Description</h3>
|
||||
<p>
|
||||
Like <a href="sthelena.html">St. Helena</a>,
|
||||
but at the start of the game, a card is dealt to each of the
|
||||
twelve tableau piles. During this round, an empty tableau pile
|
||||
will be immediately filled from the talon. When no moves are left,
|
||||
the rest of the deck can be dealt.
|
||||
<p>
|
||||
Also, there are no restrictions as to which tableau piles
|
||||
cards can be moved to foundations from, and tableau piles are
|
||||
built up or down by same suit.
|
27
html-src/rules/microbe.html
Normal file
|
@ -0,0 +1,27 @@
|
|||
<h1>Microbe</h1>
|
||||
<p>
|
||||
Spider type. 2 decks. No redeal.
|
||||
|
||||
<h3>Object</h3>
|
||||
<p>
|
||||
Group all the cards in sets of 13 cards in descending sequence
|
||||
by alternate color from King to Ace and move such sets to the foundations.
|
||||
|
||||
<h3>Rules</h3>
|
||||
<p>
|
||||
The decks are separated. From one deck, four cards are dealt to each of
|
||||
eleven tableau piles, with alternating cards face-up and face-down (the
|
||||
bottom and third from the bottom cards are face-down). The remaining
|
||||
eight cards from that deck are combined with the other deck to form the
|
||||
talon.
|
||||
<p>
|
||||
Tableau piles are built down by alternate color, and any card or valid
|
||||
sequence of cards can be moved between tableau piles. Any valid card or
|
||||
sequence can fill empty piles.
|
||||
<p>
|
||||
The object is to group the cards in sets of 13 cards, from King to Ace
|
||||
in an alternating color sequence. Such groups can be moved to the foundations.
|
||||
<p>
|
||||
When there are no moves left, you can deal one card from the talon to
|
||||
each tableau pile. The game is won if all cards are grouped into sequences
|
||||
and moved to the foundations.
|
27
html-src/rules/noumea.html
Normal file
|
@ -0,0 +1,27 @@
|
|||
<h1>Noumea</h1>
|
||||
<p>
|
||||
One-Deck game type. 1 decks. 2 redeals.
|
||||
|
||||
<h3>Object</h3>
|
||||
<p>
|
||||
Move all cards to the foundations.
|
||||
|
||||
<h3>Rules</h3>
|
||||
<p>
|
||||
The four aces are dealt to the foundations, and 20 cards
|
||||
are dealt to reserve piles. The reserve piles can hold a
|
||||
single card and are automatically filled from the waste or
|
||||
talon when empty.
|
||||
<p>
|
||||
There is no building on the tableau piles, so you can
|
||||
only move cards to the foundations.
|
||||
<p>
|
||||
When there are no moves left, you can deal cards three at
|
||||
a time from the talon, and move them to an appropriate
|
||||
foundation. Two redeals are allowed, so you can go through
|
||||
the deck three times. The game is won if all cards are
|
||||
moved to the foundations.
|
||||
|
||||
<h3>Notes</h3>
|
||||
<p>
|
||||
<i>Autodrop</i> is disabled for this game.
|
12
html-src/rules/outbackpatience.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
<h1>Outback Patience</h1>
|
||||
<p>
|
||||
Yukon type. 2 decks. No redeal.
|
||||
|
||||
<h3>Object</h3>
|
||||
<p>
|
||||
Move all cards to the foundations.
|
||||
|
||||
<h3>Quick Description</h3>
|
||||
<p>
|
||||
Like <a href="austalianpatience.html">Australian Patience</a>,
|
||||
but with two decks, and eight piles of seven cards each.
|
22
html-src/rules/pyramidthirteen.html
Normal file
|
@ -0,0 +1,22 @@
|
|||
<h1>Pyramid Thirteen</h1>
|
||||
<p>
|
||||
Pairing game type. 1 deck. No redeal.
|
||||
|
||||
<h3>Object</h3>
|
||||
<p>
|
||||
Move all cards to the single foundation.
|
||||
|
||||
<h3>Quick Description</h3>
|
||||
<p>
|
||||
Like <a href="pyramid.html">Pyramid</a>, but all but the
|
||||
front row of the pyramid are dealt face-down, and no redeals
|
||||
are allowed.
|
||||
|
||||
<h3>Notes</h3>
|
||||
<p>
|
||||
This difficult variant of Pyramid is based on the Gnome AisleRiot
|
||||
rules. It is called "Thirteen" there, but renamed Pyramid Thirteen
|
||||
here to avoid confusion with the game
|
||||
<a href="thirteens.html">Thirteens</a>.
|
||||
<p>
|
||||
<i>Quickplay</i> is disabled for this game.
|
12
html-src/rules/relaxedcruel.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
<h1>Relaxed Cruel</h1>
|
||||
<p>
|
||||
Baker's Dozen type. 1 deck. Unlimited redeals.
|
||||
|
||||
<h3>Object</h3>
|
||||
<p>
|
||||
Move all cards to the foundations.
|
||||
|
||||
<h3>Quick Description</h3>
|
||||
<p>
|
||||
Just like <a href="cruel.html">Cruel</a>,
|
||||
but the number of cards you can move as a sequence is not restricted.
|
|
@ -1,6 +1,6 @@
|
|||
<h1>Saratoga</h1>
|
||||
<p>
|
||||
Klondike type. 1 deck. Unlimited redeal.
|
||||
Klondike type. 1 deck. Unlimited redeals.
|
||||
|
||||
<h3>Object</h3>
|
||||
<p>
|
||||
|
|
|
@ -12,7 +12,7 @@ Foundations are built up from Ace to King, regardless of suit. One
|
|||
must move an entire Ace-to-King sequence to a foundation as one move.
|
||||
<p>
|
||||
The playing piles build down by rank, regardless of suit. A king may
|
||||
be played on an ace.. An empty pile can receive any card, or
|
||||
be played on an ace. An empty pile can receive any card, or
|
||||
sequence.
|
||||
<p>
|
||||
When no more moves are possible, click on the talon. One card will be
|
||||
|
|
|
@ -18,5 +18,5 @@ of the same suit can be moved together. The reserve cards can be
|
|||
moved to appropriate tableau or foundation piles at any time.
|
||||
<p>
|
||||
The foundations are built up by same suit, starting with the ace.
|
||||
Then, the seven is played on the ace and it is built up to king.
|
||||
Then, the seven is played on the ace, which is then built up to king.
|
||||
The game is won if all cards are moved to the foundations.
|
||||
|
|
|
@ -9,7 +9,7 @@ Move all the cards to the foundations.
|
|||
<h3>Quick Description</h3>
|
||||
<p>
|
||||
Like <a href="vague.html">Vague</a>,
|
||||
but with two decks, and thirty two tableau cards (as
|
||||
but with two decks, and thirty-two tableau cards (as
|
||||
the game's name suggests). Additionally, one set of
|
||||
foundations is built down from king to ace while the
|
||||
other is built up from ace to king.
|
||||
|
|
13
html-src/rules/waspii.html
Normal file
|
@ -0,0 +1,13 @@
|
|||
<h1>Wasp II</h1>
|
||||
<p>
|
||||
Spider type. 1 deck. No redeal.
|
||||
|
||||
<h3>Object</h3>
|
||||
<p>
|
||||
Move all cards to the foundations.
|
||||
|
||||
<h3>Quick Description</h3>
|
||||
<p>
|
||||
Like <a href="wasp.html">Wasp</a>,
|
||||
but only three of the tableau piles contain
|
||||
face-down cards (similar to <a href="scorpionii.html">Scorpion II</a>).
|
15
html-src/rules/wizardscastle.html
Normal file
|
@ -0,0 +1,15 @@
|
|||
<h1>Wizard's Castle</h1>
|
||||
<p>
|
||||
Hex A Deck type. 1 deck. No redeal.
|
||||
|
||||
<h3>Object</h3>
|
||||
<p>
|
||||
Move all cards to the foundations.
|
||||
|
||||
<h3>Rules</h3>
|
||||
<p>
|
||||
Rows build down in rank in alternating color. Wizards are wild,
|
||||
so any card can be played on one, and a wizard can be played on
|
||||
any card. Only one card can be moved at a time. Foundations build
|
||||
up in rank by suit. Any card can be played on an empty row. Cards
|
||||
can be played from the foundations.
|
23
html-src/rules/wizardsstoreroom.html
Normal file
|
@ -0,0 +1,23 @@
|
|||
<h1>Wizard's Storeroom</h1>
|
||||
<p>
|
||||
Hex A Deck type. 1 deck. 1 redeal.
|
||||
|
||||
<h3>Object</h3>
|
||||
<p>
|
||||
Move all cards to the foundations.
|
||||
|
||||
<h3>Rules</h3>
|
||||
<p>
|
||||
The tableau consists of one reserve stack and five row stacks.
|
||||
Fourteen cards are dealt to the reserve stack and one card each to the
|
||||
row stacks. When a row stack is emptied it must be filled from the reserve
|
||||
stack first. When the reserve stack is empty any card can be played on an
|
||||
empty row stack. Wizards are wild - any card can be played on them, and they
|
||||
can be played on any card. The Wizards have ranks like the suit cards
|
||||
corresponding to Ace through Four. If a Wizard is played in it's proper rank
|
||||
position the row can still be moved, otherwise, the full sequence can't be moved.
|
||||
The row stacks build down in rank by alternate colors.
|
||||
<p>
|
||||
The foundations build up in rank by suit. The Wizards will not move off of the
|
||||
tableau until all the other cards have been moved to the foundations.
|
||||
The game is won when all cards are moved to the foundations.
|
|
@ -3,7 +3,7 @@ msgstr ""
|
|||
"Project-Id-Version: PySol 0.0.1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-12-10 10:19-0500\n"
|
||||
"PO-Revision-Date: 2024-11-16 11:21-0500\n"
|
||||
"PO-Revision-Date: 2025-03-14 19:16-0400\n"
|
||||
"Last-Translator: H. Schaekel <Holger.Schaekel@web.de>\n"
|
||||
"Language-Team: German\n"
|
||||
"Language: de\n"
|
||||
|
@ -679,7 +679,7 @@ msgid ""
|
|||
"Copyright (C) 1998 - 2003 Markus F.X.J. Oberhumer.\n"
|
||||
"Copyright (C) 2003 Mt. Hood Playing Card Co.\n"
|
||||
"Copyright (C) 2005 - 2009 Skomoroh.\n"
|
||||
"Copyright (C) 2020 - 2024 PySolFC.\n"
|
||||
"Copyright (C) 2020 - 2025 PySolFC.\n"
|
||||
"All Rights Reserved.\n"
|
||||
"\n"
|
||||
"PySol is free software distributed under the terms\n"
|
||||
|
@ -2564,6 +2564,9 @@ msgstr "Zuletzt gespielte"
|
|||
msgid "Favorite games"
|
||||
msgstr "Favoritenliste"
|
||||
|
||||
msgid "Random game"
|
||||
msgstr ""
|
||||
|
||||
#: pysollib/kivy/menubar.py:244
|
||||
msgid "<Add>"
|
||||
msgstr "<Hinzufügen>"
|
||||
|
@ -2650,7 +2653,7 @@ msgid "Automatic play"
|
|||
msgstr "Automatisierung"
|
||||
|
||||
#: pysollib/kivy/menubar.py:513
|
||||
msgid "Auto face up"
|
||||
msgid "Auto face-up"
|
||||
msgstr "Automatisch aufdecken"
|
||||
|
||||
#: pysollib/kivy/menubar.py:523
|
||||
|
@ -4186,6 +4189,9 @@ msgstr "Nationalität:"
|
|||
msgid "Year:"
|
||||
msgstr "Jahr:"
|
||||
|
||||
msgid "Num. cards:"
|
||||
msgstr ""
|
||||
|
||||
msgid "Compatible with current game"
|
||||
msgstr ""
|
||||
|
||||
|
@ -4367,6 +4373,9 @@ msgstr "Aktuelle Sitzung"
|
|||
msgid "Log"
|
||||
msgstr "Protokoll"
|
||||
|
||||
msgid "Demo Log"
|
||||
msgstr ""
|
||||
|
||||
#: pysollib/tile/tkstats.py:523 data/pysolfc.glade:1404
|
||||
msgid "Full log"
|
||||
msgstr "Volles Protokoll"
|
||||
|
@ -5168,6 +5177,9 @@ msgstr "Kommentare..."
|
|||
msgid "Log..."
|
||||
msgstr ""
|
||||
|
||||
msgid "Demo log..."
|
||||
msgstr ""
|
||||
|
||||
#: pysollib/ui/tktile/menubar.py:427
|
||||
msgid "D&emo statistics..."
|
||||
msgstr "D&emo Statistiken..."
|
||||
|
@ -5353,7 +5365,7 @@ msgstr ""
|
|||
msgid "&Hamming"
|
||||
msgstr ""
|
||||
|
||||
msgid "Card la&yout"
|
||||
msgid "Game la&yout"
|
||||
msgstr ""
|
||||
|
||||
msgid "&Spread stacks"
|
||||
|
@ -5498,6 +5510,9 @@ msgstr ""
|
|||
msgid "Save games &geometry"
|
||||
msgstr "Spielgeometrie speichern"
|
||||
|
||||
msgid "&Keep dialogs on top"
|
||||
msgstr ""
|
||||
|
||||
msgid "Othe&r graphics"
|
||||
msgstr ""
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ msgstr ""
|
|||
"Project-Id-Version: 1.02\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-12-10 10:19-0500\n"
|
||||
"PO-Revision-Date: 2024-11-16 11:21-0500\n"
|
||||
"PO-Revision-Date: 2025-03-14 19:16-0400\n"
|
||||
"Last-Translator: Eric Rausch <neelix570@gmail.com>\n"
|
||||
"Language-Team: French\n"
|
||||
"Language: fr\n"
|
||||
|
@ -685,7 +685,7 @@ msgid ""
|
|||
"Copyright (C) 1998 - 2003 Markus F.X.J. Oberhumer.\n"
|
||||
"Copyright (C) 2003 Mt. Hood Playing Card Co.\n"
|
||||
"Copyright (C) 2005 - 2009 Skomoroh.\n"
|
||||
"Copyright (C) 2020 - 2024 PySolFC.\n"
|
||||
"Copyright (C) 2020 - 2025 PySolFC.\n"
|
||||
"All Rights Reserved.\n"
|
||||
"\n"
|
||||
"PySol is free software distributed under the terms\n"
|
||||
|
@ -700,7 +700,7 @@ msgstr ""
|
|||
"Copyright (C) 1998 - 2003 Markus F.X.J. Oberhumer.\n"
|
||||
"Copyright (C) 2003 Mt. Hood Playing Card Co.\n"
|
||||
"Copyright (C) 2005 - 2009 Skomoroh.\n"
|
||||
"Copyright (C) 2020 - 2024 PySolFC.\n"
|
||||
"Copyright (C) 2020 - 2025 PySolFC.\n"
|
||||
"Tous droits réservés.\n"
|
||||
"\n"
|
||||
"PySol est un logiciel libre distribué sous la licence\n"
|
||||
|
@ -2605,6 +2605,9 @@ msgstr "Jeux récents"
|
|||
msgid "Favorite games"
|
||||
msgstr "Jeux favoris"
|
||||
|
||||
msgid "Random game"
|
||||
msgstr ""
|
||||
|
||||
#: pysollib/kivy/menubar.py:244
|
||||
msgid "<Add>"
|
||||
msgstr "<Ajouter>"
|
||||
|
@ -2691,7 +2694,7 @@ msgid "Automatic play"
|
|||
msgstr "Jouer auto"
|
||||
|
||||
#: pysollib/kivy/menubar.py:513
|
||||
msgid "Auto face up"
|
||||
msgid "Auto face-up"
|
||||
msgstr "Retourner auto"
|
||||
|
||||
#: pysollib/kivy/menubar.py:523
|
||||
|
@ -4237,6 +4240,9 @@ msgstr "Origine:"
|
|||
msgid "Year:"
|
||||
msgstr "Année:"
|
||||
|
||||
msgid "Num. cards:"
|
||||
msgstr ""
|
||||
|
||||
msgid "Compatible with current game"
|
||||
msgstr ""
|
||||
|
||||
|
@ -4418,6 +4424,9 @@ msgstr "Session en cours"
|
|||
msgid "Log"
|
||||
msgstr "Journal"
|
||||
|
||||
msgid "Demo Log"
|
||||
msgstr ""
|
||||
|
||||
#: pysollib/tile/tkstats.py:523 data/pysolfc.glade:1404
|
||||
msgid "Full log"
|
||||
msgstr "Journal complet"
|
||||
|
@ -5219,6 +5228,9 @@ msgstr "&Commentaires..."
|
|||
msgid "Log..."
|
||||
msgstr "Journal..."
|
||||
|
||||
msgid "Demo log..."
|
||||
msgstr ""
|
||||
|
||||
#: pysollib/ui/tktile/menubar.py:427
|
||||
msgid "D&emo statistics..."
|
||||
msgstr "Statistiques d&émo..."
|
||||
|
@ -5399,7 +5411,7 @@ msgstr ""
|
|||
msgid "&Hamming"
|
||||
msgstr ""
|
||||
|
||||
msgid "Card la&yout"
|
||||
msgid "Game la&yout"
|
||||
msgstr ""
|
||||
|
||||
msgid "&Spread stacks"
|
||||
|
@ -5544,6 +5556,9 @@ msgstr "Barre d'&aide"
|
|||
msgid "Save games &geometry"
|
||||
msgstr "Enregistrer la &géométrie du jeu"
|
||||
|
||||
msgid "&Keep dialogs on top"
|
||||
msgstr ""
|
||||
|
||||
msgid "Othe&r graphics"
|
||||
msgstr ""
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ msgstr ""
|
|||
"Project-Id-Version: it_pysol\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-12-10 10:19-0500\n"
|
||||
"PO-Revision-Date: 2024-11-16 11:21-0500\n"
|
||||
"PO-Revision-Date: 2025-03-14 19:15-0400\n"
|
||||
"Last-Translator: Giuliano Colla <giuliano.colla@gmail.com>\n"
|
||||
"Language-Team: Italiano <it@li.org>\n"
|
||||
"Language: it\n"
|
||||
|
@ -691,7 +691,7 @@ msgid ""
|
|||
"Copyright (C) 1998 - 2003 Markus F.X.J. Oberhumer.\n"
|
||||
"Copyright (C) 2003 Mt. Hood Playing Card Co.\n"
|
||||
"Copyright (C) 2005 - 2009 Skomoroh.\n"
|
||||
"Copyright (C) 2020 - 2024 PySolFC.\n"
|
||||
"Copyright (C) 2020 - 2025 PySolFC.\n"
|
||||
"All Rights Reserved.\n"
|
||||
"\n"
|
||||
"PySol is free software distributed under the terms\n"
|
||||
|
@ -706,7 +706,7 @@ msgstr ""
|
|||
"Copyright (C) 1998 - 2003 Markus F.X.J. Oberhumer.\n"
|
||||
"Copyright (C) 2003 Mt. Hood Playing Card Co.\n"
|
||||
"Copyright (C) 2005 - 2009 Skomoroh.\n"
|
||||
"Copyright (C) 2020 - 2024 PySolFC.\n"
|
||||
"Copyright (C) 2020 - 2025 PySolFC.\n"
|
||||
"Tutti i diritti riservati.\n"
|
||||
"\n"
|
||||
"PySol è software libero distribuito alle condizioni\n"
|
||||
|
@ -2614,6 +2614,9 @@ msgstr "Giochi recenti"
|
|||
msgid "Favorite games"
|
||||
msgstr "Giochi preferiti"
|
||||
|
||||
msgid "Random game"
|
||||
msgstr ""
|
||||
|
||||
#: pysollib/kivy/menubar.py:244
|
||||
msgid "<Add>"
|
||||
msgstr ""
|
||||
|
@ -2704,7 +2707,7 @@ msgstr "Gioco automatico"
|
|||
|
||||
#: pysollib/kivy/menubar.py:513
|
||||
#, fuzzy
|
||||
msgid "Auto face up"
|
||||
msgid "Auto face-up"
|
||||
msgstr "Auto &scopri"
|
||||
|
||||
#: pysollib/kivy/menubar.py:523
|
||||
|
@ -4300,6 +4303,9 @@ msgstr "Nazionalità:"
|
|||
msgid "Year:"
|
||||
msgstr "Anno:"
|
||||
|
||||
msgid "Num. cards:"
|
||||
msgstr ""
|
||||
|
||||
msgid "Compatible with current game"
|
||||
msgstr ""
|
||||
|
||||
|
@ -4482,6 +4488,9 @@ msgstr "Questa sessione"
|
|||
msgid "Log"
|
||||
msgstr "Log"
|
||||
|
||||
msgid "Demo Log"
|
||||
msgstr ""
|
||||
|
||||
#: pysollib/tile/tkstats.py:523 data/pysolfc.glade:1404
|
||||
msgid "Full log"
|
||||
msgstr "Log completo"
|
||||
|
@ -5285,6 +5294,9 @@ msgstr "&Commenti..."
|
|||
msgid "Log..."
|
||||
msgstr "Log..."
|
||||
|
||||
msgid "Demo log..."
|
||||
msgstr ""
|
||||
|
||||
#: pysollib/ui/tktile/menubar.py:427
|
||||
msgid "D&emo statistics..."
|
||||
msgstr "Statistiche d&emo..."
|
||||
|
@ -5464,7 +5476,7 @@ msgstr ""
|
|||
msgid "&Hamming"
|
||||
msgstr ""
|
||||
|
||||
msgid "Card la&yout"
|
||||
msgid "Game la&yout"
|
||||
msgstr ""
|
||||
|
||||
msgid "&Spread stacks"
|
||||
|
@ -5609,6 +5621,9 @@ msgstr "Mostra barra di a&iuto"
|
|||
msgid "Save games &geometry"
|
||||
msgstr "Salva gioco e &geometria"
|
||||
|
||||
msgid "&Keep dialogs on top"
|
||||
msgstr ""
|
||||
|
||||
msgid "Othe&r graphics"
|
||||
msgstr ""
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ msgstr ""
|
|||
"Project-Id-Version: PySolFC\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-12-10 10:19-0500\n"
|
||||
"PO-Revision-Date: 2024-11-16 11:22-0500\n"
|
||||
"PO-Revision-Date: 2025-03-14 19:15-0400\n"
|
||||
"Last-Translator: Jerzy Trzeciak <artusek@wp.pl>\n"
|
||||
"Language-Team: Polish <pl@li.org>\n"
|
||||
"Language: pl\n"
|
||||
|
@ -683,7 +683,7 @@ msgid ""
|
|||
"Copyright (C) 1998 - 2003 Markus F.X.J. Oberhumer.\n"
|
||||
"Copyright (C) 2003 Mt. Hood Playing Card Co.\n"
|
||||
"Copyright (C) 2005 - 2009 Skomoroh.\n"
|
||||
"Copyright (C) 2020 - 2024 PySolFC.\n"
|
||||
"Copyright (C) 2020 - 2025 PySolFC.\n"
|
||||
"All Rights Reserved.\n"
|
||||
"\n"
|
||||
"PySol is free software distributed under the terms\n"
|
||||
|
@ -698,7 +698,7 @@ msgstr ""
|
|||
"Copyright (C) 1998 - 2003 Markus F.X.J. Oberhumer.\n"
|
||||
"Copyright (C) 2003 Mt. Hood Playing Card Co.\n"
|
||||
"Copyright (C) 2005 - 2009 Skomoroh.\n"
|
||||
"Copyright (C) 2020 - 2024 PySolFC.\n"
|
||||
"Copyright (C) 2020 - 2025 PySolFC.\n"
|
||||
"All Rights Reserved.\n"
|
||||
"\n"
|
||||
"PySol jest wolnym oprogramowaniem rozprowadzanym\n"
|
||||
|
@ -2618,6 +2618,9 @@ msgstr "Ostatni&e gry"
|
|||
msgid "Favorite games"
|
||||
msgstr "Ulubione gry"
|
||||
|
||||
msgid "Random game"
|
||||
msgstr ""
|
||||
|
||||
#: pysollib/kivy/menubar.py:244
|
||||
msgid "<Add>"
|
||||
msgstr "<Dodaj>"
|
||||
|
@ -2704,7 +2707,7 @@ msgid "Automatic play"
|
|||
msgstr "Gra &automatyczna"
|
||||
|
||||
#: pysollib/kivy/menubar.py:513
|
||||
msgid "Auto face up"
|
||||
msgid "Auto face-up"
|
||||
msgstr "Odkrywaj automatycznie"
|
||||
|
||||
#: pysollib/kivy/menubar.py:523
|
||||
|
@ -4254,6 +4257,9 @@ msgstr "Narodowość:"
|
|||
msgid "Year:"
|
||||
msgstr "Rok:"
|
||||
|
||||
msgid "Num. cards:"
|
||||
msgstr ""
|
||||
|
||||
msgid "Compatible with current game"
|
||||
msgstr ""
|
||||
|
||||
|
@ -4435,6 +4441,9 @@ msgstr "Bieżąca sesja"
|
|||
msgid "Log"
|
||||
msgstr "Log"
|
||||
|
||||
msgid "Demo Log"
|
||||
msgstr ""
|
||||
|
||||
#: pysollib/tile/tkstats.py:523 data/pysolfc.glade:1404
|
||||
msgid "Full log"
|
||||
msgstr "Kompletny log"
|
||||
|
@ -5239,6 +5248,9 @@ msgstr "Komentarze..."
|
|||
msgid "Log..."
|
||||
msgstr "Log..."
|
||||
|
||||
msgid "Demo log..."
|
||||
msgstr ""
|
||||
|
||||
#: pysollib/ui/tktile/menubar.py:427
|
||||
msgid "D&emo statistics..."
|
||||
msgstr "D&emo statystyk..."
|
||||
|
@ -5415,7 +5427,7 @@ msgstr ""
|
|||
msgid "&Hamming"
|
||||
msgstr ""
|
||||
|
||||
msgid "Card la&yout"
|
||||
msgid "Game la&yout"
|
||||
msgstr ""
|
||||
|
||||
msgid "&Spread stacks"
|
||||
|
@ -5560,6 +5572,9 @@ msgstr "Pokaż pasek pomocy"
|
|||
msgid "Save games &geometry"
|
||||
msgstr "Zapisz układ &gier"
|
||||
|
||||
msgid "&Keep dialogs on top"
|
||||
msgstr ""
|
||||
|
||||
msgid "Othe&r graphics"
|
||||
msgstr ""
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ msgstr ""
|
|||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-12-10 10:19-0500\n"
|
||||
"PO-Revision-Date: 2024-11-16 11:23-0500\n"
|
||||
"PO-Revision-Date: 2025-03-14 19:15-0400\n"
|
||||
"Last-Translator: Matheus Knack <mtknack555@gmail.com>\n"
|
||||
"Language-Team: \n"
|
||||
"Language: pt_BR\n"
|
||||
|
@ -682,7 +682,7 @@ msgid ""
|
|||
"Copyright (C) 1998 - 2003 Markus F.X.J. Oberhumer.\n"
|
||||
"Copyright (C) 2003 Mt. Hood Playing Card Co.\n"
|
||||
"Copyright (C) 2005 - 2009 Skomoroh.\n"
|
||||
"Copyright (C) 2020 - 2024 PySolFC.\n"
|
||||
"Copyright (C) 2020 - 2025 PySolFC.\n"
|
||||
"All Rights Reserved.\n"
|
||||
"\n"
|
||||
"PySol is free software distributed under the terms\n"
|
||||
|
@ -697,7 +697,7 @@ msgstr ""
|
|||
"Copyright (C) 1998 - 2003 Markus F.X.J. Oberhumer.\n"
|
||||
"Copyright (C) 2003 Mt. Hood Playing Card Co.\n"
|
||||
"Copyright (C) 2005 - 2009 Skomoroh.\n"
|
||||
"Copyright (C) 2020 - 2024 PySolFC.\n"
|
||||
"Copyright (C) 2020 - 2025 PySolFC.\n"
|
||||
"Todos os direitos reservados.\n"
|
||||
"\n"
|
||||
"PySol é um software livre distribuído sob os termos\n"
|
||||
|
@ -2626,6 +2626,9 @@ msgstr "Jogos recentes"
|
|||
msgid "Favorite games"
|
||||
msgstr "Jogos favoritos"
|
||||
|
||||
msgid "Random game"
|
||||
msgstr ""
|
||||
|
||||
#: pysollib/kivy/menubar.py:244
|
||||
msgid "<Add>"
|
||||
msgstr "<Adicionar>"
|
||||
|
@ -2712,7 +2715,7 @@ msgid "Automatic play"
|
|||
msgstr "Jogar automaticamente"
|
||||
|
||||
#: pysollib/kivy/menubar.py:513
|
||||
msgid "Auto face up"
|
||||
msgid "Auto face-up"
|
||||
msgstr "Virar pra cima automaticamente"
|
||||
|
||||
#: pysollib/kivy/menubar.py:523
|
||||
|
@ -4260,6 +4263,9 @@ msgstr "Nacionalidade:"
|
|||
msgid "Year:"
|
||||
msgstr "Ano:"
|
||||
|
||||
msgid "Num. cards:"
|
||||
msgstr ""
|
||||
|
||||
msgid "Compatible with current game"
|
||||
msgstr ""
|
||||
|
||||
|
@ -4441,6 +4447,9 @@ msgstr "Sessão atual"
|
|||
msgid "Log"
|
||||
msgstr "registro"
|
||||
|
||||
msgid "Demo Log"
|
||||
msgstr ""
|
||||
|
||||
#: pysollib/tile/tkstats.py:523 data/pysolfc.glade:1404
|
||||
msgid "Full log"
|
||||
msgstr "Registro completo"
|
||||
|
@ -5241,6 +5250,9 @@ msgstr "&Comentários..."
|
|||
msgid "Log..."
|
||||
msgstr "Registro"
|
||||
|
||||
msgid "Demo log..."
|
||||
msgstr ""
|
||||
|
||||
#: pysollib/ui/tktile/menubar.py:427
|
||||
msgid "D&emo statistics..."
|
||||
msgstr "Estatísticas de D&emo..."
|
||||
|
@ -5421,7 +5433,7 @@ msgstr ""
|
|||
msgid "&Hamming"
|
||||
msgstr ""
|
||||
|
||||
msgid "Card la&yout"
|
||||
msgid "Game la&yout"
|
||||
msgstr ""
|
||||
|
||||
msgid "&Spread stacks"
|
||||
|
@ -5566,6 +5578,9 @@ msgstr "Mostra &barra de ajuda"
|
|||
msgid "Save games &geometry"
|
||||
msgstr "Salvar jogos &geometria"
|
||||
|
||||
msgid "&Keep dialogs on top"
|
||||
msgstr ""
|
||||
|
||||
msgid "Othe&r graphics"
|
||||
msgstr ""
|
||||
|
||||
|
|
21
po/pysol.pot
|
@ -657,7 +657,7 @@ msgid ""
|
|||
"Copyright (C) 1998 - 2003 Markus F.X.J. Oberhumer.\n"
|
||||
"Copyright (C) 2003 Mt. Hood Playing Card Co.\n"
|
||||
"Copyright (C) 2005 - 2009 Skomoroh.\n"
|
||||
"Copyright (C) 2020 - 2024 PySolFC.\n"
|
||||
"Copyright (C) 2020 - 2025 PySolFC.\n"
|
||||
"All Rights Reserved.\n"
|
||||
"\n"
|
||||
"PySol is free software distributed under the terms\n"
|
||||
|
@ -2435,6 +2435,9 @@ msgstr ""
|
|||
msgid "Favorite games"
|
||||
msgstr ""
|
||||
|
||||
msgid "Random game"
|
||||
msgstr ""
|
||||
|
||||
#: pysollib/kivy/menubar.py:244
|
||||
msgid "<Add>"
|
||||
msgstr ""
|
||||
|
@ -2521,7 +2524,7 @@ msgid "Automatic play"
|
|||
msgstr ""
|
||||
|
||||
#: pysollib/kivy/menubar.py:513
|
||||
msgid "Auto face up"
|
||||
msgid "Auto face-up"
|
||||
msgstr ""
|
||||
|
||||
#: pysollib/kivy/menubar.py:523
|
||||
|
@ -4042,6 +4045,9 @@ msgstr ""
|
|||
msgid "Year:"
|
||||
msgstr ""
|
||||
|
||||
msgid "Num. cards:"
|
||||
msgstr ""
|
||||
|
||||
msgid "Compatible with current game"
|
||||
msgstr ""
|
||||
|
||||
|
@ -4221,6 +4227,9 @@ msgstr ""
|
|||
msgid "Log"
|
||||
msgstr ""
|
||||
|
||||
msgid "Demo Log"
|
||||
msgstr ""
|
||||
|
||||
#: pysollib/tile/tkstats.py:523 data/pysolfc.glade:1404
|
||||
msgid "Full log"
|
||||
msgstr ""
|
||||
|
@ -4971,6 +4980,9 @@ msgstr ""
|
|||
msgid "Log..."
|
||||
msgstr ""
|
||||
|
||||
msgid "Demo log..."
|
||||
msgstr ""
|
||||
|
||||
#: pysollib/ui/tktile/menubar.py:427
|
||||
msgid "D&emo statistics..."
|
||||
msgstr ""
|
||||
|
@ -5147,7 +5159,7 @@ msgstr ""
|
|||
msgid "&Hamming"
|
||||
msgstr ""
|
||||
|
||||
msgid "Card la&yout"
|
||||
msgid "Game la&yout"
|
||||
msgstr ""
|
||||
|
||||
msgid "&Spread stacks"
|
||||
|
@ -5292,6 +5304,9 @@ msgstr ""
|
|||
msgid "Save games &geometry"
|
||||
msgstr ""
|
||||
|
||||
msgid "&Keep dialogs on top"
|
||||
msgstr ""
|
||||
|
||||
msgid "Othe&r graphics"
|
||||
msgstr ""
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ msgstr ""
|
|||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-12-10 10:19-0500\n"
|
||||
"PO-Revision-Date: 2024-11-16 11:23-0500\n"
|
||||
"PO-Revision-Date: 2025-03-14 19:14-0400\n"
|
||||
"Last-Translator: Skomoroh <skomoroh@gmail.com>\n"
|
||||
"Language-Team: Russian <ru@li.org>\n"
|
||||
"Language: ru\n"
|
||||
|
@ -688,7 +688,7 @@ msgid ""
|
|||
"Copyright (C) 1998 - 2003 Markus F.X.J. Oberhumer.\n"
|
||||
"Copyright (C) 2003 Mt. Hood Playing Card Co.\n"
|
||||
"Copyright (C) 2005 - 2009 Skomoroh.\n"
|
||||
"Copyright (C) 2020 - 2024 PySolFC.\n"
|
||||
"Copyright (C) 2020 - 2025 PySolFC.\n"
|
||||
"All Rights Reserved.\n"
|
||||
"\n"
|
||||
"PySol is free software distributed under the terms\n"
|
||||
|
@ -703,7 +703,7 @@ msgstr ""
|
|||
"Copyright (C) 1998 - 2003 Markus F.X.J. Oberhumer.\n"
|
||||
"Copyright (C) 2003 Mt. Hood Playing Card Co.\n"
|
||||
"Copyright (C) 2005 - 2009 Skomoroh.\n"
|
||||
"Copyright (C) 2020 - 2024 PySolFC.\n"
|
||||
"Copyright (C) 2020 - 2025 PySolFC.\n"
|
||||
"All Rights Reserved.\n"
|
||||
"\n"
|
||||
"PySol свободное программное обеспечение,\n"
|
||||
|
@ -2616,6 +2616,9 @@ msgstr "Выбрать недавнюю игру"
|
|||
msgid "Favorite games"
|
||||
msgstr "Избранные игры"
|
||||
|
||||
msgid "Random game"
|
||||
msgstr ""
|
||||
|
||||
#: pysollib/kivy/menubar.py:244
|
||||
msgid "<Add>"
|
||||
msgstr ""
|
||||
|
@ -2710,7 +2713,7 @@ msgstr "Настройки &автоматической игры"
|
|||
|
||||
#: pysollib/kivy/menubar.py:513
|
||||
#, fuzzy
|
||||
msgid "Auto face up"
|
||||
msgid "Auto face-up"
|
||||
msgstr "Автоматически &переворачивать"
|
||||
|
||||
#: pysollib/kivy/menubar.py:523
|
||||
|
@ -4309,6 +4312,9 @@ msgstr "Национальность:"
|
|||
msgid "Year:"
|
||||
msgstr "Год:"
|
||||
|
||||
msgid "Num. cards:"
|
||||
msgstr ""
|
||||
|
||||
msgid "Compatible with current game"
|
||||
msgstr ""
|
||||
|
||||
|
@ -4491,6 +4497,9 @@ msgstr "Текущая сессия"
|
|||
msgid "Log"
|
||||
msgstr "Лог"
|
||||
|
||||
msgid "Demo Log"
|
||||
msgstr ""
|
||||
|
||||
#: pysollib/tile/tkstats.py:523 data/pysolfc.glade:1404
|
||||
msgid "Full log"
|
||||
msgstr "Полный лог"
|
||||
|
@ -5308,6 +5317,9 @@ msgstr "&Комментарии..."
|
|||
msgid "Log..."
|
||||
msgstr "Лог..."
|
||||
|
||||
msgid "Demo log..."
|
||||
msgstr ""
|
||||
|
||||
#: pysollib/ui/tktile/menubar.py:427
|
||||
msgid "D&emo statistics..."
|
||||
msgstr "Статистика демо..."
|
||||
|
@ -5489,7 +5501,7 @@ msgstr ""
|
|||
msgid "&Hamming"
|
||||
msgstr ""
|
||||
|
||||
msgid "Card la&yout"
|
||||
msgid "Game la&yout"
|
||||
msgstr ""
|
||||
|
||||
msgid "&Spread stacks"
|
||||
|
@ -5634,6 +5646,9 @@ msgstr "Показывать панель помощи"
|
|||
msgid "Save games &geometry"
|
||||
msgstr "Сохранение &геометрии игры"
|
||||
|
||||
msgid "&Keep dialogs on top"
|
||||
msgstr ""
|
||||
|
||||
msgid "Othe&r graphics"
|
||||
msgstr ""
|
||||
|
||||
|
|
|
@ -47,6 +47,7 @@ from pysollib.pysoltk import create_full_picture_dialog
|
|||
from pysollib.pysoltk import create_solver_dialog
|
||||
from pysollib.pysoltk import raise_find_card_dialog
|
||||
from pysollib.pysoltk import raise_full_picture_dialog
|
||||
from pysollib.pysoltk import raise_solver_dialog
|
||||
from pysollib.settings import DEBUG
|
||||
from pysollib.settings import PACKAGE_URL, TITLE
|
||||
from pysollib.settings import TOP_SIZE
|
||||
|
@ -535,15 +536,16 @@ class PysolMenubar(PysolMenubarTk):
|
|||
if self.game.canFindCard():
|
||||
create_find_card_dialog(self.game.top, self.game,
|
||||
self.app.getFindCardImagesDir())
|
||||
raise_find_card_dialog()
|
||||
raise_find_card_dialog(self.game)
|
||||
|
||||
def mFullPicture(self, *args):
|
||||
if self.game.canShowFullPicture():
|
||||
create_full_picture_dialog(self.game.top, self.game)
|
||||
raise_full_picture_dialog()
|
||||
raise_full_picture_dialog(self.game)
|
||||
|
||||
def mSolver(self, *args):
|
||||
create_solver_dialog(self.game.top, self.app)
|
||||
raise_solver_dialog(self.game)
|
||||
|
||||
def mEditGameComment(self, *args):
|
||||
if self._cancelDrag(break_pause=False):
|
||||
|
@ -553,7 +555,8 @@ class PysolMenubar(PysolMenubarTk):
|
|||
'id': game.getGameNumber(format=1)}
|
||||
cc = _("Comments for %(game)s %(id)s:\n\n") % kw
|
||||
c = game.gsaveinfo.comment or cc
|
||||
d = EditTextDialog(game.top, _("Comments for %(id)s") % kw, text=c)
|
||||
d = EditTextDialog(game.top, _("Comments for %(id)s") % kw, text=c,
|
||||
resizable=True)
|
||||
if d.status == 0 and d.button == 0:
|
||||
text = d.text
|
||||
if text.strip() == cc.strip():
|
||||
|
@ -642,13 +645,15 @@ class PysolMenubar(PysolMenubarTk):
|
|||
elif mode == 103:
|
||||
header = (_("%(app)s Demo Full log") if demo
|
||||
else _("Full log for %(player)s")) % transkw
|
||||
d = FullLog_StatsDialog(self.top, header, self.app, player)
|
||||
d = FullLog_StatsDialog(self.top, header, self.app, player,
|
||||
resizable=True)
|
||||
gameid = d.selected_game
|
||||
gamenum = d.selected_game_num
|
||||
elif mode == 104:
|
||||
header = (_("%(app)s Demo Session log") if demo
|
||||
else _("Session log for %(player)s")) % transkw
|
||||
d = SessionLog_StatsDialog(self.top, header, self.app, player)
|
||||
d = SessionLog_StatsDialog(self.top, header, self.app, player,
|
||||
resizable=True)
|
||||
gameid = d.selected_game
|
||||
gamenum = d.selected_game_num
|
||||
elif mode == 105:
|
||||
|
|
|
@ -35,7 +35,8 @@ from pysollib.app_stat_result import GameStatResult
|
|||
from pysollib.app_statistics import Statistics
|
||||
from pysollib.cardsetparser import read_cardset_config
|
||||
from pysollib.gamedb import GAME_DB, GI, loadGame
|
||||
from pysollib.help import destroy_help_html, help_about
|
||||
from pysollib.help import (destroy_help_html, help_about, raise_help_html,
|
||||
unraise_help_html)
|
||||
from pysollib.images import Images, SubsampledImages
|
||||
from pysollib.mfxutil import Struct, destruct
|
||||
from pysollib.mfxutil import USE_PIL
|
||||
|
@ -57,6 +58,10 @@ from pysollib.pysoltk import destroy_full_picture_dialog
|
|||
from pysollib.pysoltk import loadImage, wm_withdraw
|
||||
from pysollib.pysoltk import raise_find_card_dialog
|
||||
from pysollib.pysoltk import raise_full_picture_dialog
|
||||
from pysollib.pysoltk import raise_solver_dialog
|
||||
from pysollib.pysoltk import unraise_find_card_dialog
|
||||
from pysollib.pysoltk import unraise_full_picture_dialog
|
||||
from pysollib.pysoltk import unraise_solver_dialog
|
||||
from pysollib.resource import CSI, CardsetManager
|
||||
from pysollib.resource import Music, MusicManager
|
||||
from pysollib.resource import Sample, SampleManager
|
||||
|
@ -338,6 +343,7 @@ class Application:
|
|||
self.nextgame.loadedgame = tmpgame._loadGame(
|
||||
self.commandline.loadgame, self)
|
||||
self.nextgame.loadedgame.gstats.holded = 0
|
||||
self.nextgame.id = self.nextgame.loadedgame.id
|
||||
except Exception:
|
||||
traceback.print_exc()
|
||||
self.nextgame.loadedgame = None
|
||||
|
@ -514,10 +520,21 @@ class Application:
|
|||
self.opt.wm_fullscreen = not self.opt.wm_fullscreen
|
||||
self.top.attributes("-fullscreen", self.opt.wm_fullscreen)
|
||||
# Topmost dialogs need to be reset when toggling fullscreen.
|
||||
raise_find_card_dialog()
|
||||
raise_full_picture_dialog()
|
||||
self.raiseAll()
|
||||
self.top.attributes('-topmost', False)
|
||||
|
||||
def raiseAll(self):
|
||||
raise_find_card_dialog(self.game)
|
||||
raise_full_picture_dialog(self.game)
|
||||
raise_solver_dialog(self.game)
|
||||
raise_help_html(self.game)
|
||||
|
||||
def unraiseAll(self):
|
||||
unraise_find_card_dialog()
|
||||
unraise_full_picture_dialog()
|
||||
unraise_solver_dialog()
|
||||
unraise_help_html()
|
||||
|
||||
def loadImages1(self):
|
||||
# load dialog images
|
||||
dirname = os.path.join("images", "logos")
|
||||
|
|
|
@ -115,11 +115,6 @@ class Statistics:
|
|||
game.GAME_VERSION)
|
||||
# full log
|
||||
if status >= 0:
|
||||
if player is None:
|
||||
# demo
|
||||
ret = self.updateGameStat(player, game, status)
|
||||
else:
|
||||
# player
|
||||
if player not in self.prev_games:
|
||||
self.prev_games[player] = []
|
||||
self.prev_games[player].append(log)
|
||||
|
|
|
@ -589,8 +589,11 @@ class Game(object):
|
|||
if not self.cards:
|
||||
self.cards = self.createCards(progress=self.app.intro.progress)
|
||||
self.initBindings()
|
||||
if TOOLKIT == 'tk':
|
||||
# self.top.bind('<ButtonPress>', self.top._sleepEvent)
|
||||
# self.top.bind('<3>', self.top._sleepEvent)
|
||||
self.top.bind("<FocusOut>", self.top._focusOutEvent)
|
||||
self.top.bind("<FocusIn>", self.top._focusInEvent)
|
||||
# update display properties
|
||||
self.canvas.busy = True
|
||||
# geometry
|
||||
|
@ -3368,7 +3371,7 @@ class Game(object):
|
|||
state = pload()
|
||||
if (game.random is not None and
|
||||
not isinstance(game.random, random.Random) and
|
||||
isinstance(state, int)):
|
||||
isinstance(state, tuple)):
|
||||
game.random.setstate(state)
|
||||
# if not hasattr(game.random, "origin"):
|
||||
# game.random.origin = game.random.ORIGIN_UNKNOWN
|
||||
|
|
|
@ -112,7 +112,7 @@ class GI:
|
|||
|
||||
# extra flags
|
||||
GT_BETA = 1 << 12 # beta version of game driver
|
||||
GT_CHILDREN = 1 << 13 # *not used*
|
||||
GT_CHILDREN = 1 << 13
|
||||
GT_CONTRIB = 1 << 14 # contributed games under the GNU GPL
|
||||
GT_HIDDEN = 1 << 15 # not visible in menus, but games can be loaded
|
||||
GT_OPEN = 1 << 16
|
||||
|
@ -320,7 +320,6 @@ class GI:
|
|||
904: 68, # Lexington Harp
|
||||
237: 22231, # Three Peaks
|
||||
297: 631, # Alternation/Alternations
|
||||
526: 447, # Australian/Outback Patience
|
||||
640: 566, # Hypotenuse/Brazilian Patience
|
||||
|
||||
# Lost Mahjongg Layouts
|
||||
|
@ -346,6 +345,15 @@ class GI:
|
|||
# adding it should be a priority.
|
||||
|
||||
GAMES_BY_COMPATIBILITY = (
|
||||
# Ace of Penguins (We have 6 out of 6 card games)
|
||||
# Non-card games missing:
|
||||
# - Mastermind
|
||||
# - Minesweeper (Needs a new cardset type)
|
||||
# - Pegged layouts (Not all compatible with the PySol engine)
|
||||
# - Mahjongg/Taipei layouts
|
||||
("Ace of Penguins", (2, 8, 11, 36, 105, 181, 210, 492,
|
||||
5401, 22399)),
|
||||
|
||||
# Atari ST Patience game v2.13 (we have 10 out of 10 games)
|
||||
("Atari ST Patience", (1, 3, 4, 7, 12, 14, 15, 16, 17, 39,)),
|
||||
|
||||
|
@ -368,12 +376,12 @@ class GI:
|
|||
# Hamilton, Labyrinth, Treize, Wall
|
||||
("Gnome AisleRiot", (
|
||||
1, 2, 8, 9, 11, 12, 13, 19, 24, 27, 29, 31, 33, 34, 35, 36,
|
||||
38, 40, 41, 42, 43, 45, 48, 58, 65, 67, 89, 91, 92, 93, 94,
|
||||
95, 96, 97, 100, 104, 105, 111, 112, 113, 130, 135, 139, 144,
|
||||
146, 147, 148, 200, 201, 206, 224, 225, 229, 230, 233, 257,
|
||||
258, 277, 280, 281, 282, 283, 284, 334, 384, 479, 495, 551,
|
||||
552, 553, 572, 593, 674, 700, 715, 716, 737, 772, 810, 819,
|
||||
824, 829, 859, 874, 906, 934, 22231,
|
||||
38, 40, 41, 42, 43, 44, 45, 48, 58, 65, 67, 89, 91, 92, 93,
|
||||
94, 95, 96, 97, 100, 104, 105, 111, 112, 113, 130, 135, 139,
|
||||
144, 146, 147, 148, 200, 201, 206, 224, 225, 229, 230, 233,
|
||||
257, 258, 277, 280, 281, 282, 283, 284, 334, 384, 479, 495,
|
||||
551, 552, 553, 572, 593, 674, 700, 715, 716, 737, 772, 810,
|
||||
819, 824, 829, 859, 874, 906, 934, 22231,
|
||||
)),
|
||||
|
||||
# Hoyle Card Games
|
||||
|
@ -575,7 +583,7 @@ class GI:
|
|||
('fc-0.9.0', tuple(range(323, 421))),
|
||||
('fc-0.9.1', tuple(range(421, 441))),
|
||||
('fc-0.9.2', tuple(range(441, 466))),
|
||||
('fc-0.9.3', tuple(range(466, 661))),
|
||||
('fc-0.9.3', tuple(range(466, 526)) + tuple(range(527, 661))),
|
||||
('fc-0.9.4', tuple(range(661, 671))),
|
||||
('fc-1.0', tuple(range(671, 711))),
|
||||
('fc-1.1', tuple(range(711, 759))),
|
||||
|
@ -595,12 +603,14 @@ class GI:
|
|||
tuple(range(19000, 19012)) + tuple(range(22303, 22311)) +
|
||||
tuple(range(22353, 22361))),
|
||||
('fc-3.1', tuple(range(961, 971))),
|
||||
('dev', tuple(range(971, 981)) + tuple(range(5419, 5421)) +
|
||||
tuple(range(16683, 16686)) + tuple(range(18005, 18007)) +
|
||||
(44, 526, 22399,)),
|
||||
)
|
||||
|
||||
# deprecated - the correct way is to or a GI.GT_XXX flag
|
||||
# in the registerGame() call
|
||||
_CHILDREN_GAMES = [16, 33, 55, 90, 91, 96, 97, 176, 328, 329, 862, 865,
|
||||
886, 903, ]
|
||||
_CHILDREN_GAMES = []
|
||||
|
||||
_OPEN_GAMES = []
|
||||
|
||||
|
|
|
@ -504,8 +504,8 @@ class MaineCoon(TabbyCat):
|
|||
|
||||
# register the game
|
||||
registerGame(GameInfo(903, AcesUp, "Aces Up", # was: 52
|
||||
GI.GT_1DECK_TYPE, 1, 0, GI.SL_LUCK,
|
||||
altnames=("Aces High", "Drivel")))
|
||||
GI.GT_1DECK_TYPE | GI.GT_CHILDREN, 1, 0, GI.SL_LUCK,
|
||||
altnames=("Aces High", "Drivel", "Discard")))
|
||||
registerGame(GameInfo(206, Fortunes, "Fortunes",
|
||||
GI.GT_1DECK_TYPE, 1, 0, GI.SL_LUCK))
|
||||
registerGame(GameInfo(213, RussianAces, "Russian Aces",
|
||||
|
@ -514,7 +514,7 @@ registerGame(GameInfo(130, PerpetualMotion, "Perpetual Motion",
|
|||
GI.GT_1DECK_TYPE, 1, -1, GI.SL_MOSTLY_LUCK,
|
||||
altnames=("First Law", "Narcotic")))
|
||||
registerGame(GameInfo(353, AcesUp5, "Aces Up 5",
|
||||
GI.GT_1DECK_TYPE, 1, 0, GI.SL_LUCK))
|
||||
GI.GT_1DECK_TYPE | GI.GT_CHILDREN, 1, 0, GI.SL_LUCK))
|
||||
registerGame(GameInfo(552, Cover, "Cover",
|
||||
GI.GT_1DECK_TYPE, 1, 0, GI.SL_LUCK))
|
||||
registerGame(GameInfo(583, FiringSquad, "Firing Squad",
|
||||
|
|
|
@ -225,6 +225,7 @@ class Vineyard(CastlesInSpain):
|
|||
|
||||
# ************************************************************************
|
||||
# * Cruel
|
||||
# * Relaxed Cruel
|
||||
# * Unusual
|
||||
# ************************************************************************
|
||||
|
||||
|
@ -310,6 +311,10 @@ class Cruel(CastlesInSpain):
|
|||
shallHighlightMatch = Game._shallHighlightMatch_SS
|
||||
|
||||
|
||||
class RelaxedCruel(Cruel):
|
||||
RowStack_Class = StackWrapper(SS_RowStack, base_rank=NO_RANK)
|
||||
|
||||
|
||||
class Unusual(Cruel):
|
||||
|
||||
def createGame(self):
|
||||
|
@ -453,3 +458,6 @@ registerGame(GameInfo(876, Vineyard, "Vineyard",
|
|||
GI.SL_MOSTLY_SKILL))
|
||||
registerGame(GameInfo(907, Martha, "Stewart",
|
||||
GI.GT_BAKERS_DOZEN, 1, 0, GI.SL_BALANCED))
|
||||
registerGame(GameInfo(977, RelaxedCruel, "Relaxed Cruel",
|
||||
GI.GT_BAKERS_DOZEN | GI.GT_OPEN | GI.GT_RELAXED, 1, -1,
|
||||
GI.SL_BALANCED))
|
||||
|
|
|
@ -957,7 +957,7 @@ registerGame(GameInfo(831, Siegecraft, "Siegecraft",
|
|||
GI.SL_MOSTLY_SKILL))
|
||||
registerGame(GameInfo(881, Lasker, "Lasker",
|
||||
GI.GT_BELEAGUERED_CASTLE | GI.GT_OPEN, 1, 0,
|
||||
GI.SL_SKILL))
|
||||
GI.SL_SKILL, altnames=('Xantia',)))
|
||||
registerGame(GameInfo(951, Morphy, "Morphy",
|
||||
GI.GT_BELEAGUERED_CASTLE | GI.GT_OPEN, 1, 0,
|
||||
GI.SL_SKILL))
|
||||
|
|
|
@ -646,7 +646,8 @@ registerGame(GameInfo(376, Backbone, "Backbone",
|
|||
registerGame(GameInfo(377, BackbonePlus, "Backbone +",
|
||||
GI.GT_NAPOLEON, 2, 0, GI.SL_BALANCED))
|
||||
registerGame(GameInfo(510, BigBraid, "Big Braid",
|
||||
GI.GT_NAPOLEON | GI.GT_ORIGINAL, 3, 2, GI.SL_BALANCED))
|
||||
GI.GT_NAPOLEON | GI.GT_ORIGINAL, 3, 2, GI.SL_BALANCED,
|
||||
altnames=("Der grose Zopf",)))
|
||||
registerGame(GameInfo(694, Casket, "Casket",
|
||||
GI.GT_2DECK_TYPE, 2, 0, GI.SL_BALANCED))
|
||||
registerGame(GameInfo(717, Well, "Well",
|
||||
|
|
|
@ -46,6 +46,11 @@ class Crossword_Hint(AbstractHint):
|
|||
r = rows[i]
|
||||
if r.cards:
|
||||
continue
|
||||
if len(game.s.talon.cards) == 0:
|
||||
for s in game.s.reserves:
|
||||
if game.isValidPlay(r.id, s.getCard().rank + 1):
|
||||
self.addHint(5000, 1, s, r)
|
||||
continue
|
||||
if game.isValidPlay(r.id, game.s.talon.getCard().rank + 1):
|
||||
# TODO: Check a few moves ahead to get better hints.
|
||||
self.addHint(5000, 1, game.s.talon, r)
|
||||
|
|
|
@ -105,6 +105,7 @@ class StrictEiffelTower(EiffelTower):
|
|||
|
||||
# register the game
|
||||
registerGame(GameInfo(16, EiffelTower, "Eiffel Tower",
|
||||
GI.GT_PAIRING_TYPE, 2, 0, GI.SL_MOSTLY_LUCK))
|
||||
GI.GT_PAIRING_TYPE | GI.GT_CHILDREN, 2, 0,
|
||||
GI.SL_MOSTLY_LUCK))
|
||||
# registerGame(GameInfo(801, StrictEiffelTower, "Strict Eiffel Tower",
|
||||
# GI.GT_PAIRING_TYPE, 2, 0))
|
||||
|
|
|
@ -776,11 +776,11 @@ registerGame(GameInfo(697, BigBen, "Big Ben",
|
|||
GI.GT_2DECK_TYPE, 2, 0, GI.SL_BALANCED,
|
||||
altnames=("Father Time")))
|
||||
registerGame(GameInfo(737, Clock, "Clock",
|
||||
GI.GT_1DECK_TYPE, 1, 0, GI.SL_LUCK,
|
||||
GI.GT_1DECK_TYPE | GI.GT_CHILDREN, 1, 0, GI.SL_LUCK,
|
||||
altnames=("Travellers", "Sundial")))
|
||||
registerGame(GameInfo(827, GermanClock, "German Clock",
|
||||
GI.GT_1DECK_TYPE, 1, 1, GI.SL_MOSTLY_LUCK,
|
||||
altnames=("Die Uhr",)))
|
||||
registerGame(GameInfo(915, RelaxedClock, "Relaxed Clock",
|
||||
GI.GT_1DECK_TYPE | GI.GT_RELAXED, 1, 0, GI.SL_LUCK,
|
||||
altnames=("Watch")))
|
||||
GI.GT_1DECK_TYPE | GI.GT_RELAXED | GI.GT_CHILDREN, 1, 0,
|
||||
GI.SL_LUCK, altnames=("Watch")))
|
||||
|
|
|
@ -1125,7 +1125,8 @@ registerGame(GameInfo(666, TrapdoorSpider, "Trapdoor Spider",
|
|||
registerGame(GameInfo(712, Leprechaun, "Leprechaun",
|
||||
GI.GT_GYPSY | GI.GT_ORIGINAL, 2, 0, GI.SL_MOSTLY_SKILL))
|
||||
registerGame(GameInfo(718, LockedCards, "Locked Cards",
|
||||
GI.GT_2DECK_TYPE, 2, 2, GI.SL_BALANCED))
|
||||
GI.GT_2DECK_TYPE, 2, 2, GI.SL_BALANCED,
|
||||
altnames=("Prisoners",)))
|
||||
registerGame(GameInfo(721, Thirty, "Thirty",
|
||||
GI.GT_1DECK_TYPE | GI.GT_OPEN | GI.GT_STRIPPED, 1, 0,
|
||||
GI.SL_MOSTLY_SKILL, ranks=(0, 6, 7, 8, 9, 10, 11, 12)))
|
||||
|
@ -1133,7 +1134,7 @@ registerGame(GameInfo(725, TopsyTurvyQueens, "Topsy-Turvy Queens",
|
|||
GI.GT_2DECK_TYPE, 2, 2, GI.SL_BALANCED))
|
||||
registerGame(GameInfo(792, KingsSecrets, "King's Secrets",
|
||||
GI.GT_2DECK_TYPE, 2, 2, GI.SL_BALANCED,
|
||||
altnames=('Royal Secrets',)))
|
||||
altnames=('Royal Secrets', "King's Captives")))
|
||||
registerGame(GameInfo(842, SwissPatience, "Swiss Patience",
|
||||
GI.GT_GYPSY, 1, 0, GI.SL_BALANCED))
|
||||
registerGame(GameInfo(890, YeastDough, "Yeast Dough",
|
||||
|
|
|
@ -170,5 +170,5 @@ registerGame(GameInfo(774, HitOrMiss, "Hit or Miss",
|
|||
GI.GT_1DECK_TYPE, 1, VARIABLE_REDEALS,
|
||||
GI.SL_LUCK, altnames=("Roll Call",)))
|
||||
registerGame(GameInfo(865, HitOrMissUnlimited, "Hit or Miss Unlimited",
|
||||
GI.GT_1DECK_TYPE, 1, UNLIMITED_REDEALS,
|
||||
GI.GT_1DECK_TYPE | GI.GT_CHILDREN, 1, UNLIMITED_REDEALS,
|
||||
GI.SL_LUCK))
|
||||
|
|
|
@ -36,7 +36,7 @@ from pysollib.stack import \
|
|||
WasteTalonStack, \
|
||||
Yukon_AC_RowStack, \
|
||||
getNumberOfFreeStacks
|
||||
from pysollib.util import ANY_RANK, KING
|
||||
from pysollib.util import ANY_RANK, KING, NO_RANK
|
||||
|
||||
|
||||
# ************************************************************************
|
||||
|
@ -301,6 +301,96 @@ class Sarlacc(Interlock):
|
|||
self.s.talon.dealRow(rows=self.s.rows[42:])
|
||||
|
||||
|
||||
# ************************************************************************
|
||||
# * Flamboyant
|
||||
# ************************************************************************
|
||||
|
||||
class Flamboyant_RowStack(Interlock_RowStack):
|
||||
STEP = ((2,), (1,), (), (2,), (1,), (), (2,), (1,), (),
|
||||
(2,), (1,), (), (2,), (1,), (), (2,), (1,), (),
|
||||
(2,), (1,), (), (2,), (1,), (), (2,), (1,), (),
|
||||
(2,), (1,), (), (2,), (1,), (), (2,), (1,), (),
|
||||
(2,), (1,), (), (2,), (1,), (), (2,), (1,), (),
|
||||
(2,), (1,), (), (2,), (1,), ())
|
||||
|
||||
|
||||
class Flamboyant(Interlock):
|
||||
RowStack_Class = Flamboyant_RowStack
|
||||
Talon_Class = InitialDealTalonStack
|
||||
|
||||
PLAYCARDS = 8
|
||||
|
||||
def _createTableauPiece(self, layout, x0, y0):
|
||||
for i in range(2):
|
||||
x = x0 + i * layout.XS // 2
|
||||
y = y0 + i * layout.YS // 4
|
||||
for j in range(2 - i):
|
||||
stack = self.RowStack_Class(x, y, self, base_rank=NO_RANK)
|
||||
self.s.rows.append(stack)
|
||||
x = x + layout.XS
|
||||
|
||||
def createGame(self):
|
||||
lay, s = Layout(self), self.s
|
||||
w = (14.5 * lay.XS) + lay.XM
|
||||
h = (4.2 * lay.YS) + (self.PLAYCARDS * lay.YOFFSET * 3) + lay.YM
|
||||
self.setSize(w, h)
|
||||
|
||||
x, y = lay.XM, lay.YM
|
||||
# create stacks
|
||||
for i in range(2):
|
||||
for i in range(6):
|
||||
self._createTableauPiece(lay, x, y)
|
||||
x += (2.25 * lay.XS)
|
||||
y += (1.4 * lay.YS) + (self.PLAYCARDS * lay.YOFFSET)
|
||||
x = lay.XM
|
||||
for i in range(5):
|
||||
self._createTableauPiece(lay, x, y)
|
||||
x += (2.25 * lay.XS)
|
||||
x += (.5 * lay.XS)
|
||||
self.s.rows.append(AC_RowStack(x, y, self, base_rank=KING))
|
||||
|
||||
x, y = lay.XM + (13.5 * lay.XS), lay.YM
|
||||
for i in range(4):
|
||||
s.foundations.append(SS_FoundationStack(x, y, self, i))
|
||||
y += lay.YS
|
||||
s.talon = InitialDealTalonStack(x, y, self)
|
||||
|
||||
lay.defaultStackGroups()
|
||||
|
||||
def startGame(self):
|
||||
self.startDealSample()
|
||||
backrows = []
|
||||
frontrows = []
|
||||
for i, item in enumerate(self.s.rows):
|
||||
if (i + 1) % 3 == 0 or i >= 51:
|
||||
frontrows.append(item)
|
||||
else:
|
||||
backrows.append(item)
|
||||
self.s.talon.dealRow(rows=backrows, flip=0, frames=0)
|
||||
self.s.talon.dealRow(rows=frontrows)
|
||||
|
||||
def _getClosestStack(self, cx, cy, stacks, dragstack):
|
||||
closest, cdist = None, 999999999
|
||||
# Since we only compare distances,
|
||||
# we don't bother to take the square root.
|
||||
for stack in stacks:
|
||||
# Flamboyant uses different logic to determine back row
|
||||
# stacks.
|
||||
backrows = []
|
||||
frontrows = []
|
||||
for i, item in enumerate(self.s.rows):
|
||||
if (i + 1) % 3 == 0:
|
||||
frontrows.append(item)
|
||||
else:
|
||||
backrows.append(item)
|
||||
if len(stack.cards) == 0 and stack in frontrows:
|
||||
continue
|
||||
dist = (stack.x - cx)**2 + (stack.y - cy)**2
|
||||
if dist < cdist:
|
||||
closest, cdist = stack, dist
|
||||
return closest
|
||||
|
||||
|
||||
# register the game
|
||||
registerGame(GameInfo(852, Guardian, "Guardian",
|
||||
GI.GT_KLONDIKE, 1, -1, GI.SL_BALANCED))
|
||||
|
@ -310,3 +400,5 @@ registerGame(GameInfo(939, LoveADuck, "Love a Duck",
|
|||
GI.GT_YUKON | GI.GT_OPEN, 1, 0, GI.SL_MOSTLY_SKILL))
|
||||
registerGame(GameInfo(946, Sarlacc, "Sarlacc",
|
||||
GI.GT_FREECELL | GI.GT_OPEN, 1, 0, GI.SL_MOSTLY_SKILL))
|
||||
registerGame(GameInfo(979, Flamboyant, "Flamboyant",
|
||||
GI.GT_FAN_TYPE, 1, 0, GI.SL_BALANCED))
|
||||
|
|
|
@ -1640,7 +1640,8 @@ registerGame(GameInfo(66, Eastcliff, "Eastcliff",
|
|||
registerGame(GameInfo(224, Easthaven, "Easthaven",
|
||||
GI.GT_GYPSY, 1, 0, GI.SL_MOSTLY_LUCK))
|
||||
registerGame(GameInfo(33, Westcliff, "Westcliff",
|
||||
GI.GT_KLONDIKE, 1, 0, GI.SL_MOSTLY_LUCK))
|
||||
GI.GT_KLONDIKE | GI.GT_CHILDREN, 1, 0,
|
||||
GI.SL_MOSTLY_LUCK))
|
||||
registerGame(GameInfo(225, Westhaven, "Westhaven",
|
||||
GI.GT_GYPSY, 1, 0, GI.SL_BALANCED))
|
||||
registerGame(GameInfo(107, PasSeul, "Pas Seul",
|
||||
|
|