diff options
Diffstat (limited to 'games/xscrabble/README')
-rw-r--r-- | games/xscrabble/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/xscrabble/README b/games/xscrabble/README new file mode 100644 index 0000000000..67b012bbb4 --- /dev/null +++ b/games/xscrabble/README @@ -0,0 +1,10 @@ +Xscrabble project is an internationalized version of the Xscrabble +program. It is an enhancement of Matt Chapman's original Xscrabble +which is a networked scrabble implementation for the X Window System. + +Among other things, version 2 adds internationalization features. English +and French are currently supported (the dictionary files should be downloaded +separately from the main package). You must have at least one of the +dictionary files present when building the package; obtain them here: + ftp://ftp.ac-grenoble.fr/ge/educational_games/xscrabble_en.tar.bz2 + ftp://ftp.ac-grenoble.fr/ge/educational_games/xscrabble_fr.tar.bz2 |