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

36 commits

Author SHA1 Message Date
Joe R
ef69c03a38 Add section to the cardset customization doc for the required files 2025-01-11 12:08:45 -05:00
Alexandre Detiste
d7c145ac18
remove usage of old Random2 backport (#379) 2024-09-15 12:06:34 -04:00
Joe R
a7f3741eb3 Cardsets package version 3. 2024-03-31 10:00:52 -04:00
Joe R
6d1b81d57b Take away is a golf type game, and other organization fixes. 2024-01-31 20:33:39 -05:00
Joe R
1df1f6a80c Added four additional cardset styles. 2023-12-05 21:26:48 -05:00
Joe R
c4a18d3557 Added Ishido game. 2023-11-05 13:12:02 -05:00
Joe R
c85cdf608b Added Portugal to the list of cardset nationalities. 2023-09-22 21:56:53 -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
13a29b34ea
Version 7 of the cardset format with subtype and joker support. (#330) 2023-08-11 20:30:29 -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
b4d75cb46c A few documentation corrections. 2023-01-26 17:28:07 -05:00
Joe R
b49dd96bc8 Ported cardset customization guide to HTML and added it to the main documentation. 2023-01-14 14:14:04 -05:00
Drew Csillag
525df63f35
Update my email address (#283) 2022-12-01 17:48:05 -05:00
Joe R
92230480fd Corrected capitalization and typo in cardset styles list. 2022-07-09 17:04:02 -04:00
Joe R
79aca30779 Additional updates to game name consistency. 2022-06-26 09:23:29 -04:00
Joe R
bf66e6d819 Made capitalization of game names consistent. 2022-06-13 16:42:45 -04:00
Juhani Numminen
07aac001b7 Clarify where a COPYRIGHT file should exist 2020-10-11 16:47:16 +03:00
Shlomi Fish
cb0ddeeccd use https:// link instead of mailto:
The mailto: link is available there
2020-10-11 13:27:05 +03:00
Shlomi Fish
dda2f3b520 revise some confusing phrasing 2020-10-11 13:23:14 +03:00
Neelix57
0f15613a15 fix cardset tutorial 2020-10-10 21:22:07 +03:00
Neelix57
1b14baf856 modify cardset tutorial 2020-10-10 21:21:52 +03:00
Juhani Numminen
da5b85c064 contrib/install-pysolfc.sh: pip install pygame for sound output (#180) 2020-10-08 15:10:22 +03:00
Shlomi Fish
dfff276fc1 Rework the cardset tutorial formatting and grammar.
I hereby disclaim any implicit or explicit ownership of my changes in this
changeset, and put them under a multiple licence consisting of your choice of
one of more of:

- The CC0 / Public Domain - https://creativecommons.org/choose/zero/ .

- The MIT / Expat license - https://en.wikipedia.org/wiki/MIT_License

- The default licence of your project

Crediting me will be nice, but not mandatory, and you can change the licence
of the project without needing my permission.
2020-10-05 10:14:24 +03:00
Neelix57
55088a81bb add cardset tutorial 2020-10-04 20:46:09 +02:00
Neelix57
f35d7fb9f4 improvements
pysol_po_improvement
2020-09-30 10:59:26 +03:00
Shlomi Fish
05d78d5490 travis fix #1: flake8 formatting 2020-09-26 18:52:15 +03:00
Neelix57
f1baad5347 gen-html.py translation 2020-09-26 12:18:14 +03:00
Shlomi Fish
9708704b87 Remove trailing whitespace.
See:

* http://www.shlomifish.org/lecture/C-and-CPP/bad-elements/#trailing-whitespace

* http://vim.wikia.com/wiki/Highlight_unwanted_spaces
2020-09-20 16:02:26 +03:00
Neelix57
58d43d12fb upload rules 2020-09-20 15:55:00 +03:00
Neelix57
6fb107547a upload rules 2020-09-20 15:55:00 +03:00
Neelix57
bbb4c6c0f1 improvements 2020-09-20 10:49:05 +02:00
Shlomi Fish
3f84e44121 Add French help translation ( by Eric / Neelix57 )
Thanks, Eric!

Translation of the help pages / manual.
2020-09-10 13:03:08 +03:00
Juhani Numminen
468553b3c5 install-pysolfc.sh: Use bash array for holding a program name and arguments
The previous scalar variable with quoted "$PIP" caused a "command not found"
error because that erroneously put prog name and arguments in a single token.
2020-02-03 10:56:59 +02:00
Juhani Numminen
fdebf13171 android: adapt to python3.
android: Install p4a using pip
Add 'set -e' to sh scripts, they must stop upon any error
README.md: kivy does not specifically require python2
android: Overhaul initialization scripts
android: Simplify apk build scripts by using the 'common' file
Merge the scripts cardconv and cardsetsgiftobmp
android: Fix startup script shebang to python3
android: Simplify mkkeystore and ignore the keystore file
android: Fix up debian prerequisites

The package cython (as opposed to cython3) even caused me to produce
an apk that did not start (TypeError: must be str, not bytes).

Android SDK requires java8; install and set as the default.

The build processes complained about lld and libtinfo5; added in.

mercurial (or hg) is seemingly unused.

The pip pcakges were needed by android/initsdk.py which is gone.

android: Ensure that the html files are built
2019-08-08 19:12:44 +03:00
Shlomi Fish
3635ad6188 avoid shell expansion.
See https://shlomif-tech.livejournal.com/14671.html .
2018-10-22 10:55:05 +03:00
Ian Zimmerman
b488cbceef Add a little support for installation into a venv
Add instructions for installing into a venv
2018-10-21 12:49:18 -07:00