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

95 commits

Author SHA1 Message Date
Joe R
a8c94d1d11 Added many alternate names, inventors, and compatibility programs. 2021-12-15 23:03:00 -05:00
Joe R
a258946d30 Added Moojub game. 2021-12-15 18:51:19 -05:00
Joe R
723d3ff85f Added Archway game. 2021-12-13 17:47:33 -05:00
Joe R
e5833ebe80 Added Memory Sequence game. 2021-12-10 18:00:16 -05:00
Joe R
deebc72ac0 Added Swiss Patience game. 2021-12-04 17:28:01 -05:00
Joe R
7c242bdcd2 Added Flow game. 2021-12-04 10:10: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
940a5d584e Fixed incorrect rules for The Spark type games (old version is renamed Kilowatt). 2021-12-02 16:51:32 -05:00
Joe R
5ed1236ab5 Added Single Spark game. 2021-11-26 20:02:32 -05:00
Joe R
c16921cf9a Added Ladybug game. 2021-11-23 17:15:38 -05:00
Joe R
2d87058ce8 Added Casino Canfield variation. 2021-11-19 19:53:52 -05:00
Joe R
c2bc75caf7 Added Rainbow Fan game. 2021-11-15 21:41:39 -05:00
Joe R
48af00fb7e Added Up and Up game. 2021-11-13 12:57:33 -05:00
Joe R
e54b6cc2d1 Added Display game. 2021-11-07 13:08:32 -05:00
Joe R
6cbf173723 Added Siegecraft game. 2021-10-22 18:05:30 -04:00
Joe R
bdb62f94b7 Added Fire and Ice game. 2021-10-18 22:25:21 -04:00
Joe R
2b8cb6464a Added Block Ten game. 2021-10-10 21:00:29 -04:00
Joe R
2de479320b Added German Clock game. 2021-10-10 10:39:58 -04:00
Joe R
b149b3c301 Added Yukonic Plague game. 2021-09-12 14:45:28 -04:00
Joe R
699ccb00ac Updated games by compatibility data. 2021-09-04 15:01:01 -04:00
Joe R
6eead026cd Added Scorpion Towers game. 2021-09-04 09:13:36 -04:00
Joe R
0ad6143cb8 Added a Backbone variant closer to AisleRiot rules. 2021-09-02 20:58:00 -04:00
Joe R
8909990e89 Added Unusual game. 2021-08-28 15:04:00 -04:00
Joe R
2ed9aa4168 Added Trigon game. 2021-08-23 18:53:53 -04:00
Joe R
bd3e3cd083 Added Racing Aces game. 2021-08-21 19:53:00 -04:00
Joe R
fc240083d6 Added Bear River game. 2021-08-17 21:34:40 -04:00
Joe R
30ec715bb0 Added Triple Rail game. 2021-08-14 12:18:46 -04:00
Joe R
d2283a90d6 Added Maverick game. 2021-08-14 12:07:38 -04:00
Joe R
a011e762df Added Decade game. 2021-08-05 19:20:43 -04:00
Joe R
e64a85ba36 Added Following game. 2021-08-02 18:46:28 -04:00
Joe R
69ddbe2b37 Added missing game types for select game window. 2021-07-29 20:11:59 -04:00
Joe R
541b97b92f Added option to delete custom games. 2021-07-29 17:35:09 -04:00
Joe R
c9275edb26 Acey and Kingsley game. 2021-07-26 18:31:09 -04:00
Joe R
8c41f7be61 A more traditional Double FreeCell variant. 2021-07-24 11:54:54 -04:00
Joe R
cb7c094ad4 Updated game DB categories. 2021-07-24 08:38:23 -04:00
Joe R
50ee8c9158 Added Sticko game. 2021-07-20 18:21:16 -04:00
Joe R
d9c98ae017 Added Accordion's Revenge game. 2021-07-17 09:39:57 -04:00
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
007455af3f Updated GameDB categories. 2021-07-04 18:19:36 -04:00
Joe R
6ab53a4a62 Added Cribbage Square game, and variations. 2021-07-04 14:48:59 -04:00
Joe R
040d546174 Added Aces and Kings game. 2021-06-13 11:35:01 -04:00
Joe R
5e3f55f04e Fixed rules for Exit. 2021-06-08 18:13:09 -04:00
Joe R
6d7073b067 Organized three peaks variations. 2021-05-09 09:58:26 -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
f7c28b5011 Added Uintah game. 2021-04-27 07:43:29 +03:00
Shlomi Fish
7436b7193b Extract a method or a function.
This is Refactoring / code cleanup.

See:

* https://refactoring.com/catalog/extractMethod.html

* https://en.wikipedia.org/wiki/Code_refactoring

* https://www.refactoring.com/

* https://www.joelonsoftware.com/2002/01/23/rub-a-dub-dub/

Some small optimisations may have slipped in as well.
2021-04-25 09:21:28 +03: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