Mirror of git://xwords.git.sourceforge.net/gitroot/xwords/xwords
Find a file
Eric House 1181e908dc Add option to choose how rematch-game players will be ordered
When rematching, some users have a convention that e.g. lowest scoring
player in the "parent" game goes first. So allow that, providing the
choice on each rematch until a default has been chosen. Support
changing that default in a new prefs setting.

The place I chose to enforce the order was on the host as invitees are
registering and being assigned slots. But by then there's no longer
any connection to the game that was rematched, e.g. to use its
scores. So during the rematched game creation process I create and
store with the new game the necessary ordering information. For the
3-and-4 device case, it was also necessary to tweak the information
about other guests that the host sends guests (added during earlier
work on rematching.)
2024-01-04 09:50:24 -08:00
config/etc/nginx/conf.d add config file -- no better place for now 2023-11-26 19:58:07 -08:00
fastlane moving metadata to see if weblate picks it up 2021-05-02 19:19:58 -07:00
xwords4 Add option to choose how rematch-game players will be ordered 2024-01-04 09:50:24 -08:00
.gitignore ignore some directories 2022-03-10 11:46:20 -08:00
.projectile fix duplicate permissions 2017-01-19 06:22:12 -08:00
.travis.yml more-or-less revert 2023-10-27 09:55:45 -07:00
id_rsa_uploader.enc try to fix travis for new host 2017-10-11 07:39:09 -07:00
README.md update readme 2023-02-09 11:44:28 -08:00

CrossWords

An open source implementation of the rules of Scrabble(tm) for handhelds

What I'm working on (updated 9 Feb 2023)

Next release: reduce the number of mqtt messages when both sender and receiver are up-to-date.

Status: in testing

After that:

  • Get back on the Google Play Store
  • Finish support of Duplicate-mode play
  • Enable rematch of three- and four-device games

CrossDbg

CrossDbg is a separate Android app built from the same source as CrossWords. Separate in that it can be installed alongside CrossWords. It's rebuilt automatically (on TravisCI, thanks to their support for free software) every time a change is made to android_branch here on GitHub. And if installed, it will notice and offer to install a newer build. Installing CrossDbg is the best way to keep up with development and to test translations done through Weblate.

Get CrossDbg at https://eehouse.org/dbg.apk (Tap the link on your Android phone to install. You may be prompted to enable side-loading, or to confirm that side-loading from eehouse.org is ok.)