Description: Eliot is a free, open-source Scrabble game. It offers 5 different game modes (standard game, duplicate mode, training mode, arbitration mode and topping mode). Main features: support of different dictionaries (French, English, Spanish, Catalan, Czech, ...). You can even create your own! various dictionary tools (7+1, search by regular expressions, ...) configurable artificial intelligence game variants (joker games, explosice games, 7 among ability to navigate in the game history saving/loading games (with auto-saving) cross-platform program (Windows, Linux/Unix, Mac OS X)
New topping mode mode: the goal is to find the top move as fast as possible New "visual" rack under the main board Ability to reorder tiles using drag & drop in the visual rack New reports system (in Python), easily extensible. See more details here: https://github.com/ipkiss42/eliot/blob/master/extras/reports/README.txt New "master game" feature: allows replaying a game with the same racks and words as in the reference game (be it in the same mode or in another one) New option to detect if new versions of Eliot are available In arbitration mode, new option to handle solos automatically In arbitration mode, new search filter, to filter by points Statistics: print and print preview, ability to flip the table Ergonomy improvements: automatic preview (on the board) of the word being played, possibility to use the timer as a chronometer, ... Many bug fixes
You have an example of letters file (for French) on your website, i.e for the Letter E:
E 1 15 1 0
with this explanation:
Letter, Frequency, Number of points, ...
But I think you mean:
Letter, Number of points, Frequency, ...
Isn't it?
Ratings & Comments
1 Comment
You have an example of letters file (for French) on your website, i.e for the Letter E: E 1 15 1 0 with this explanation: Letter, Frequency, Number of points, ... But I think you mean: Letter, Number of points, Frequency, ... Isn't it?