Joe R
|
4231e96668
|
Game categorization updates.
|
2024-03-28 23:32:56 -04:00 |
|
Joe R
|
be31314271
|
Added Trumps Row game.
|
2024-03-26 22:30:30 -04:00 |
|
Joe R
|
c1421fc92f
|
Some cleanup of Tarock game file.
|
2024-03-19 21:44:29 -04:00 |
|
Joe R
|
96a071fca0
|
Added Fool's Up game.
|
2024-03-19 21:37:33 -04:00 |
|
Joe R
|
572103b2c4
|
Klondike with jokers.
|
2024-03-15 19:35:03 -04:00 |
|
Joe R
|
b31ea75798
|
Added Cribbage Patience game.
|
2024-03-13 19:16:43 -04:00 |
|
Joe R
|
351abaf907
|
Added Samegame game.
|
2024-03-03 11:38:13 -05:00 |
|
Joe R
|
c50cfdd566
|
Fixed import order.
|
2024-01-26 22:31:57 -05:00 |
|
Joe R
|
fa63e28f0b
|
Consolidated special games.
|
2024-01-26 21:51:13 -05:00 |
|
Joe R
|
725ee0dcaa
|
Added hexagonal pegged layout.
|
2024-01-06 21:55:47 -05:00 |
|
Joe R
|
10af041972
|
Scoring option for Ishido.
|
2023-12-02 17:56:17 -05:00 |
|
Joe R
|
9db799f330
|
Ishido initial deals should include every color/symbol.
|
2023-12-02 16:42:04 -05:00 |
|
Joe R
|
c4a18d3557
|
Added Ishido game.
|
2023-11-05 13:12:02 -05:00 |
|
Joe R
|
9d7df9f3a9
|
Disabled (useless) hints in Hanoi-type games. Fixes stuck-checking.
|
2023-06-03 09:46:26 -04:00 |
|
Joe R
|
d98278b373
|
Added new tarock deck variations of Klondike and Yukon.
|
2023-05-01 18:50:45 -04:00 |
|
Joe R
|
03de3e84a6
|
Matching type cardset support for allowing Memory games to use any cardset.
|
2023-01-28 10:44:57 -05:00 |
|
Joe R
|
02e62afb16
|
Stuck notification option.
|
2022-07-28 18:56:41 -04:00 |
|
Joe R
|
bf66e6d819
|
Made capitalization of game names consistent.
|
2022-06-13 16:42:45 -04:00 |
|
Joe R
|
ff458a7058
|
Added Lights Out game.
|
2022-01-02 11:42:37 -05:00 |
|
Joe R
|
a8c94d1d11
|
Added many alternate names, inventors, and compatibility programs.
|
2021-12-15 23:03:00 -05:00 |
|
Joe R
|
e5833ebe80
|
Added Memory Sequence game.
|
2021-12-10 18:00:16 -05:00 |
|
Joe R
|
7af8fde4c0
|
Revamped Pegged game and added manual first card removal option.
|
2021-12-02 20:40:44 -05:00 |
|
Joe R
|
f0df3b0f58
|
Added additional open game tags to special games.
|
2021-10-19 22:00:31 -04:00 |
|
Joe R
|
441c6718fb
|
A couple game organization corrections.
|
2021-08-28 21:31:59 -04:00 |
|
Joe R
|
b23c2d724e
|
Added option to return to the game after winning, and enabled winning of Cribbage/Poker Shuffle.
|
2021-08-23 19:18:21 -04:00 |
|
Joe R
|
d2283a90d6
|
Added Maverick game.
|
2021-08-14 12:07:38 -04:00 |
|
Joe R
|
6ab53a4a62
|
Added Cribbage Square game, and variations.
|
2021-07-04 14:48:59 -04:00 |
|
Joe R
|
655c293c80
|
Added additional Poker Square variants.
|
2021-06-11 09:12:23 -04:00 |
|
Joe R
|
0e1ecd1c1e
|
Enhanced higher resolution cardset support.
|
2021-04-25 13:46:53 -04:00 |
|
Joe R
|
bc8fc2c5b0
|
Improved organization of the special games category.
|
2021-04-23 21:33:20 -04: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
|
85eedc6186
|
flake8 - empty whitelist.
|
2018-03-21 10:45:12 +02:00 |
|
Shlomi Fish
|
184d4e32db
|
Extract method.
|
2017-11-09 21:24:35 +02:00 |
|
Shlomi Fish
|
4fc37276aa
|
Extract _startDealNumRows(). Refactoring.
|
2017-11-09 19:06:59 +02:00 |
|
Shlomi Fish
|
aa72842042
|
Refactoring more into _dealNumRows.
|
2017-11-09 18:48:59 +02:00 |
|
Shlomi Fish
|
e0efb8a02c
|
flake8
|
2017-09-18 15:57:16 +03:00 |
|
Shlomi Fish
|
b887d6042b
|
Made flake8 happier.
Removed __all__ and stuff - we use explicit imports now.
|
2017-09-18 13:04:53 +03:00 |
|
Shlomi Fish
|
dbdd0f392c
|
division sanity
|
2017-08-25 18:25:58 +03:00 |
|
Shlomi Fish
|
5ac5039687
|
Convert the Layout_Method to staticmethod()
This way it can be called as before in both python2 and python3.
|
2017-08-25 18:25:58 +03:00 |
|
Shlomi Fish
|
54946fabca
|
2to3 on pysollib/games/special/*.py
|
2017-05-22 00:15:22 +03:00 |
|
Shlomi Fish
|
0d63e5d559
|
flake8 - games/special
|
2017-04-19 12:03:45 +03:00 |
|
Shlomi Fish
|
99ef711af1
|
Change the licenses headers to please flake8.
|
2017-04-19 12:03:44 +03:00 |
|
Shlomi Fish
|
70982a1355
|
flake8 - up to m.
|
2017-04-19 12:03:44 +03:00 |
|
Shlomi Fish
|
5dc2edda91
|
Get rid of gettext in init.
|
2012-11-25 19:43:46 +02:00 |
|
skomoroh
|
3505a28bfe
|
* fixed memory-type games
git-svn-id: file:///home/shlomif/Backup/svn-dumps/PySolFC/svnsync-repos/pysolfc/PySolFC/trunk@275 efabe8c0-fbe8-4139-b769-b5e6d273206e
|
2011-03-08 06:10:10 +00:00 |
|
skomoroh
|
4f66f1bff4
|
+ game "Hanoi Sequence"
git-svn-id: file:///home/shlomif/Backup/svn-dumps/PySolFC/svnsync-repos/pysolfc/PySolFC/trunk@268 efabe8c0-fbe8-4139-b769-b5e6d273206e
|
2011-03-06 07:55:32 +00:00 |
|
skomoroh
|
24c0b00c0d
|
* scalable cards (req: PIL >= 1.1.7)
git-svn-id: file:///home/shlomif/Backup/svn-dumps/PySolFC/svnsync-repos/pysolfc/PySolFC/trunk@263 efabe8c0-fbe8-4139-b769-b5e6d273206e
|
2011-03-06 06:33:38 +00:00 |
|
skomoroh
|
2744887cd4
|
* changed comments style
git-svn-id: file:///home/shlomif/Backup/svn-dumps/PySolFC/svnsync-repos/pysolfc/PySolFC/trunk@243 efabe8c0-fbe8-4139-b769-b5e6d273206e
|
2009-07-22 21:36:22 +00:00 |
|
skomoroh
|
dfe790a101
|
* changed GPL version to 3
* added config-file option sound_sample_buffer_size
* bugfixes
git-svn-id: file:///home/shlomif/Backup/svn-dumps/PySolFC/svnsync-repos/pysolfc/PySolFC/trunk@234 efabe8c0-fbe8-4139-b769-b5e6d273206e
|
2009-06-12 09:32:43 +00:00 |
|
skomoroh
|
f86de9b176
|
* refactoring: replaced map(lambda...), filter(lambda...) to list comprehension (thanks to 2to3)
git-svn-id: file:///home/shlomif/Backup/svn-dumps/PySolFC/svnsync-repos/pysolfc/PySolFC/trunk@199 efabe8c0-fbe8-4139-b769-b5e6d273206e
|
2007-08-25 21:19:40 +00:00 |
|