Skip to content

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

License

Notifications You must be signed in to change notification settings

andav51/scrabble

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 93.7%
  • Shell 6.3%