/scrabble

Classic desk game Scrabble with suport for AI (GADDAG + greedy algorithm) and multiplayer. Graphic toolkit is GTK#, language is C# (Mono).

Primary LanguageC#GNU General Public License v3.0GPL-3.0

CONTENT

  1. install
  2. dictionary
  3. compile
  4. licence
  5. links

INSTALL

Install isn't required. Just click at scrabble.exe, or write to terminal: mono scrabble.exe. Required is Mono 2.10 + Gtk sharp 2+.

DICTIONARY

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:

  1. download dictionary to text file
  2. delete header and footer (in text file is permitted only words separate by comma and space)
  3. rename to: dic-cs.txt
  4. put in same folder as Scrabble.exe , or to /.scrabble/

COMPILE

Directories structures etc. is Monodevelop project (*.sln). You can open it in Monodevelop 2.6+ and compile. C# 4 (Mono 2.10) is required.

LICENCE

Is GPL, see LICENCE file.

LINKS