Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a variation of the Scrabble called 'Elliptical Scrabble' #314

Open
cristian-po opened this issue Nov 5, 2023 · 3 comments
Open

Comments

@cristian-po
Copy link

Definition of elliptical version:
All the rules are the same like in Scrabble except one rule: Instead of having 7 letters on the rack on every play, there will be instead 8 letters. However, all valid solutions on every play can utilize a maximum of 7 letters ( out of the 8 letters on the rack ).

Requirements in the front-end:
The rack will expand to accommodate 8 letters.

@kamilmielnik
Copy link
Owner

This partially(?) duplicates #117.

Definition of elliptical version:

@cristian-po is this variation played somewhere? I'd love to learn more about it (links to non-English sources as fine too).

Requirements in the front-end:
The rack will expand to accommodate 8 letters.

I had a (long-term) plan to add a config editor where user would be able to define the letter set (letters, points and count of letters), the board (size, bonuses), etc.

However, all valid solutions on every play can utilize a maximum of 7 letters ( out of the 8 letters on the rack ).

I have not foreseen this rule and the app is not ready for it at this stage.
Config['maximumCharactersCount'] would have to be refactored into 2 parameters: the size of the rack, and the maximum number of utilizable letters.

@cristian-po
Copy link
Author

Yes, it is.

This partially(?) duplicates #117.

Definition of elliptical version:

Yes, in romanian language its an official tournament variation

@cristian-po is this variation played somewhere? I'd love to learn more about it (links to non-English sources as fine too).

Requirements in the front-end:
The rack will expand to accommodate 8 letters.

Understood. It will remain as a wish. :)

I have not foreseen this rule and the app is not ready for it at this stage. Config['maximumCharactersCount'] would have to be refactored into 2 parameters: the size of the rack, and the maximum number of utilizable letters.

@cristian-po
Copy link
Author

cristian-po commented Nov 5, 2023

Here is a link to romanian official game rules. There are even more variations presented there.
All scrabble links : https://frsc1.fortunecity.ws/reg0.htm
Scrabble duplicate variations: https://frsc1.fortunecity.ws/reg7cald-p.htm#dupli

@cristian-po is this variation played somewhere? I'd love to learn more about it (links to non-English sources as fine too).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants