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

748 commits

Author SHA1 Message Date
Joe R
94fc987173 Updates to AisleRiot compatibility list. 2021-07-16 16:45:04 -04:00
Joe R
808382a7a1 Added Quatorze game. 2021-07-09 22:16:00 -04:00
Joe R
1de339fca9 Additional Crossword bugfix. 2021-07-05 21:29:54 -04:00
Joe R
6ab53a4a62 Added Cribbage Square game, and variations. 2021-07-04 14:48:59 -04:00
Joe R
2ccad87c26 Fix for card flipping issue in Crossword. 2021-07-04 13:06:28 -04:00
Joe R
e9b0675884 Added option to enable/disable other sound samples (the clock sound in Grandfather's Clock). 2021-06-26 11:00:39 -04:00
Joe R
0d774623e2 Added a Hex A version of Yukon. 2021-06-20 22:06:39 -04:00
Joe R
dcd12cd66a Added additional multi-deck game variations. 2021-06-20 13:41:31 -04:00
Joe R
25f6818496 Fix for Flake8 validation error. 2021-06-14 22:24:53 -04:00
Joe R
040d546174 Added Aces and Kings game. 2021-06-13 11:35:01 -04:00
Joe R
4ea2c1aa95 Added additional missing game rules. 2021-06-11 13:09:44 -04:00
Joe R
655c293c80 Added additional Poker Square variants. 2021-06-11 09:12:23 -04:00
Joe R
5e3f55f04e Fixed rules for Exit. 2021-06-08 18:13:09 -04:00
Joe R
3d9d074cae Added short deck Montana variants. 2021-06-05 12:31:45 -04:00
Joe R
28c77b8a83 Improved organization of relaxed variants. 2021-06-01 23:55:36 -04:00
Joe R
84617c5083 Added King's Secrets game. 2021-05-28 23:06:08 -04:00
Joe R
98ba9b07dc Added Precedence game. 2021-05-22 11:35:36 -04:00
Joe R
0b27e6fd72 Added Beehive game. 2021-05-09 18:19:16 -04:00
Joe R
6d7073b067 Organized three peaks variations. 2021-05-09 09:58:26 -04:00
Joe R
fe9ad5a64f Fixed bug and added stack labels to Camelot game. 2021-05-05 19:44:46 -04:00
Joe R
09c23f21ad Added Autumn Leaves game. 2021-05-05 17:15:54 -04:00
Joe R
323fd511cb Added four deck terrace variants. 2021-05-02 10:22:16 -04:00
Joe R
86ee7c9767 Added 8 foundation variation of Take Away/Eliminator. 2021-05-01 22:52:19 -04:00
Joe R
9a7bc59c8b Removed a leading space in the "Pyramid's Stones" alternate name that was throwing off the sorting. 2021-04-27 16:54:46 -04:00
Joe R
f7c28b5011 Added Uintah game. 2021-04-27 07:43:29 +03:00
Joe R
0e1ecd1c1e Enhanced higher resolution cardset support. 2021-04-25 13:46:53 -04:00
Joe R
c792b7ff77 Added Greater Wheel, a four-deck variation of Great Wheel. 2021-04-25 08:26:48 +03:00
Joe R
bc8fc2c5b0 Improved organization of the special games category. 2021-04-23 21:33:20 -04:00
Joe R
9fab5f8d1f Added Crossword game. 2021-04-23 18:37:20 +03:00
Joe R
f91817ee51 Added additional multi-deck variations of Golf and Forty Thieves. 2020-12-13 21:36:16 -05:00
Joe R
3b53d94305 Added Hit or Miss game. 2020-12-03 17:39:58 -05:00
Shlomi Fish
7da41a93be Allow to swap the mouse keys using the ini file.
See: https://sourceforge.net/p/pysolfc/discussion/503708/thread/5d77434ff8/

" PySolFC / Discussion / Open Discussion: Any way to remap mouse buttons? "

We may not have covered all the affected calls to bind().
2020-10-19 18:18:13 +03:00
Shlomi Fish
e2c11a7ba0 fix flake8 + tidyall tests 2020-08-27 11:52:59 +03:00
Shlomi Fish
3de9955879 try2fix flake 8 tests [travis/etc.] 2020-06-17 20:53:11 +03:00
Shlomi Fish
d04601ad1c add a test for ScorpionTail_RowStack.
A similar bug was fixed in Scorpion_RowStack.
2020-06-16 10:34:05 +03:00
Shlomi Fish
730ecf775b Fix for ScorpionTail in python3.
It is hacky and there may be many similar bugs.

See https://github.com/shlomif/PySolFC/issues/164 .

It also needs tests.
2020-06-16 10:34:05 +03:00
Shlomi Fish
8e4ed1e157 Tentative fix for Scorpion Tail/etc. play.
See https://github.com/shlomif/PySolFC/issues/164

Thanks to @Arcorann. Needs tests.
2020-06-16 10:34:05 +03:00
Juhani Numminen
97c957d055 Fix whitespace in pyramid.py 2020-02-11 22:10:00 +02:00
lufebe16
81fab2028a Corrections on game 'pyramid'
- For TypeError reported with #147. (clickhandler failed to return a value)
- For index out of range (in pyramid.y)
2020-02-10 18:01:20 +01:00
Shlomi Fish
c2ec2d5195 Add 13 column Bisley - thanks to qunka.
See:

* https://github.com/shlomif/PySolFC/issues/148

* https://gist.github.com/qunka/3adac1878b481eb419ff6f3e1726add5

Thanks to https://github.com/qunka .
2020-01-07 11:38:37 +02:00
Juhani Numminen
65b86f2d1d Improve internationalization
- More strings marked for translation
- Used format strings instead of concatinating fragments
- Removed space before '?' or '!' from sentences in English

Following the GNU gettext guidelines at
https://www.gnu.org/software/gettext/manual/gettext.html#Preparing-Strings
2019-08-31 13:22:21 +03:00
Shlomi Fish
bc93657311 fix flake8 tests 2019-07-28 10:19:56 +03:00
Frédéric Brière
0abb801203 Define canMoveCards() for Hanafuda sequence stacks
Any stack of Hanafuda cards is always deemed movable, even if it is out
of sequence.  The effect can easily be seen a game such as Firecracker,
where:

 - Any stack can be dragged as a whole (but not released)
 - "Highlight piles" will highlight everything
 - Asking for a hint will ignore most valid moves

This is due to Hanafuda_SequenceStack lacking a canMoveCards() method.
2019-07-28 10:15:38 +03:00
Roderik Ploszek
9bf8f475bb Fix Three Peaks scoring
Score is correctly updated after moving a card to the waste stack or
after winning a game. Double counting is prevented by the score_counted
variable.

see https://github.com/shlomif/PySolFC/issues/111
2019-04-22 09:28:18 +02:00
Shlomi Fish
d3b1674a47 Fix spider illegal moves canMove bug.
See https://sourceforge.net/p/pysolfc/bugs/36/ . TODO: add tests.
2019-02-19 19:45:51 +02:00
Shlomi Fish
91e5cdafa3 Fix the indentation.
See http://perl-begin.org/tutorials/bad-elements/#no-indentation .
2019-02-19 17:14:17 +02:00
Shlomi Fish
e4643f71e7 add support for solving three golf variants.
Using the BlackHoleSolverWrapper .

See https://github.com/shlomif/PySolFC/issues/98 issue98.
2019-01-26 19:09:31 +02:00
Shlomi Fish
ed18fd8156 Order imports based on flake8-import-order.
Tested on ci. See https://github.com/PyCQA/flake8-import-order . In the
process did some other cleanups and
https://en.wikipedia.org/wiki/Code_refactoring .
2019-01-11 23:55:06 +02:00
Shlomi Fish
c0076b5b36 Better fix for SourceForge bug #31.
See https://sourceforge.net/p/pysolfc/bugs/31/ . Thanks to Caelia Renee
Chapin for the fix and to Kevin Knerr for the report. Test case by
@shlomif.
2018-12-06 19:26:20 +02:00
Shlomi Fish
908de63d9f Fix flake8 tests.
For the new flake8.
2018-11-11 22:43:36 +02:00