1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00
Commit graph

778 commits

Author SHA1 Message Date
Joe R
477fc8202c Added Klondike Territory game. 2023-11-16 19:11:56 -05:00
Joe R
9d3bae687d Added Eight Cards game. 2023-11-14 19:33:39 -05:00
Joe R
3483bd16a8 Restored lost Mahjongg layouts (see issue #301). 2023-11-11 12:27:33 -05:00
lufebe16
5c51f927eb Kivy Version card placement revised, fixes:
- Mahjongg tile overlapping (3d simulation) implemented
- Animation is now synchronised (so as the tk version does)-
  This prevents some stacking order corruptions reported
  earlier.
2023-11-09 16:08:57 +01:00
Joe R
48f8a70989 Three and four deck Picture Gallery variants. 2023-11-05 14:56:22 -05:00
Joe R
c4a18d3557 Added Ishido game. 2023-11-05 13:12:02 -05:00
Joe R
05fc7a8baa Added Alexander the Great game. 2023-10-14 12:58:48 -04:00
Joe R
be1929a33e Redeal stack for Archway (discussed in issue #332). 2023-10-09 19:24:52 -04:00
Joe R
e858b38de1 Added Yukon Cells game. 2023-10-02 17:24:51 -04:00
Joe R
55d5111fb4 Added Ricochet game. 2023-09-24 20:11:24 -04:00
Joe R
7dd94e551c Added Crispy game. 2023-09-24 19:34:58 -04:00
Joe R
b455e386f1 Added quad deck game variants. 2023-09-22 19:04:06 -04:00
Joe R
187bae25cb Added Dnieper game. 2023-09-17 22:32:09 -04:00
Joe R
27e11a6a4f Added Seven Up game. 2023-09-14 19:14:15 -04:00
Joe R
c4e87a1294 Added Astrocyte game. 2023-09-12 18:22:39 -04:00
Joe R
f947fe084f Made sure numbers in game names are correctly hyphenated. 2023-09-08 22:55:14 -04:00
Joe R
efcfba4922 Russian Patience fits with the Klondike type. 2023-09-05 20:38:23 -04:00
Joe R
8a1940b3d3 Added Tens game. 2023-09-05 18:32:34 -04:00
Joe R
f10379af00 Added Relaxed Clock game. 2023-09-03 09:55:26 -04:00
Joe R
8c6310c0b1 Formic is more of a golf-type game, more commonly known as Ants. 2023-09-01 22:23:37 -04:00
Joe R
fc84e712b3 Added Canberra game. 2023-08-30 21:24:50 -04:00
Joe R
96351ef518 More alternate names. 2023-08-29 19:52:45 -04:00
Joe R
3e132dcb94 Added Nine Across game. 2023-08-29 17:24:28 -04:00
Joe R
4674831507 Disabled (useless) hint in Matrix. 2023-08-27 12:55:28 -04:00
Joe R
3ef949d461 Added support for Picture Puzzle games, based on a concept from UltraSol. 2023-08-27 12:20:04 -04:00
Joe R
f9024e563a Refactoring of Hypotenuse and related games to remove unused parameters. 2023-08-25 20:38:11 -04:00
Joe R
d6b6eb6b98 Added Deuces and Queens game. 2023-08-23 19:16:54 -04:00
Joe R
d00762b352 Grand Duchess is in the Numerica game family. 2023-08-23 18:28:51 -04:00
Joe R
d93ad0dbfe Refactoring/cleanup of Aces and Kings game file. 2023-08-23 17:40:57 -04:00
Joe R
29f737c633 Added Napoleon's Shoulder game. 2023-08-20 21:32:26 -04:00
Joe R
54178a10e5 Added Clear the Dungeon game. 2023-08-20 12:24:46 -04:00
Joe R
867029e24b Option to play Four Rivers without gravity. 2023-08-16 18:42:02 -04:00
Joe R
a01090df65 Added Open Proils game. 2023-08-14 18:56:19 -04:00
Joe R
a8c34cd380 Added Stewart game. 2023-08-12 20:08:29 -04:00
Joe R
fb25046868 Spacing updates for flake8. 2023-08-11 20:56:29 -04:00
Joe R
13a29b34ea
Version 7 of the cardset format with subtype and joker support. (#330) 2023-08-11 20:30:29 -04:00
Joe R
a23a3deee2 More alt names. 2023-06-29 18:02:12 -04:00
Joe R
b7edf01752 Added Four Rivers game. 2023-06-08 17:55:04 -04:00
Joe R
9d7df9f3a9 Disabled (useless) hints in Hanoi-type games. Fixes stuck-checking. 2023-06-03 09:46:26 -04:00
Joe R
633974782f More alternate names. 2023-05-25 20:45:38 -04:00
Joe R
4dcf1f2da6 Added Housefly game. 2023-05-25 17:33:13 -04:00
Joe R
47c51f454c Noted original German name for German Clock. 2023-05-16 20:24:21 -04:00
Joe R
d0c000f797 Added Magic Montana game. 2023-05-13 18:10:50 -04:00
Joe R
e55deecd99 Added more alternate names. 2023-05-09 21:08:09 -04:00
Joe R
ac06c9157d Added Aces Square game. 2023-05-09 20:44:39 -04:00
Joe R
d98278b373 Added new tarock deck variations of Klondike and Yukon. 2023-05-01 18:50:45 -04:00
Alexey Radkov
5adaa7747d Restore mistakenly removed shebang
(cherry picked from commit 8c9a3aebec)
2023-04-29 11:30:06 -04:00
Alexey Radkov
5402486d1c Well: show the height of stacks of the rows
Without this hint, tracking the height of the rows stacks gets very hard and
uncomfortable. Note that this information doesn't expose any undesirable
secrets because the player knows the base card of each row right after the
dealing the cards. This change will let the player track all the 4 rows base
cards easily during the game.

(cherry picked from commit a04f60833c)
2023-04-29 11:29:51 -04:00
Joe R
df4b97ba2b Fixed error in Beehive demo and other enhancements to the Beehive game. 2023-04-25 20:17:13 -04:00
Joe R
8b46d12433 Fixed error in Beehive demo and other enhancements to the Beehive game. 2023-04-25 20:17:01 -04:00