- install
- dictionary
- compile
- licence
- links
Install isn't required. Just click at scrabble.exe, or write to terminal: mono scrabble.exe
. Required is Mono 2.10 + Gtk sharp 2+.
In dictionary scripts is download-dictionary.sh
, you can use it for download dictionary in required format.
You need some dictionary file, for Czech I recommend blex-klasik Use it is realy simple:
- download dictionary to text file
- delete header and footer (in text file is permitted only words separate by comma and space)
- rename to:
dic-cs.txt
- put in same folder as Scrabble.exe , or to
/.scrabble/
Directories structures etc. is Monodevelop project (*.sln). You can open it in Monodevelop 2.6+ and compile. C# 4 (Mono 2.10) is required.
Is GPL, see LICENCE file.