Hi, you've found the webpage for a Scrabble® bot written in OCaml.
To run it most easily, you'll need OCaml installed on your system. Try running the compile.sh script that comes in the gzipped tarball. Ignore warnings about escaped backslashes. The script should produce an executable called program.exe on your system, which you can then run.
[relayer@localhost src]$ ll total 208 -rw-r--r-- 1 relayer relayer 211507 Jan 22 10:34 lexy_beta2.tgz [relayer@localhost src]$ md5sum lexy_beta2.tgz 26d8b606ae86e4d2e481fec4bc099339 lexy_beta2.tgz [relayer@localhost src]$ tar -xvzf lexy_beta2.tgz lexy_beta2/compile.sh lexy_beta2/lexy.ml lexy_beta2/LICENSE lexy_beta2/ospd.txt lexy_beta2/README [relayer@localhost src]$ cd lexy_beta2/ [relayer@localhost lexy_beta2]$ ./compile.sh [...snip...] File "lexy.ml", line 751, characters 23-25: Warning: Illegal backslash escape in string File "lexy.ml", line 796, characters 68-70: Warning: Illegal backslash escape in string File "lexy.ml", line 796, characters 73-75: Warning: Illegal backslash escape in string [...snip...] [relayer@localhost lexy_beta2]$ ll -t total 1145 -rwxr-xr-x 1 relayer relayer 392393 Jan 22 13:32 program.exe* -rw-r--r-- 1 relayer relayer 2500 Jan 22 13:32 lexy.cmx -rw-r--r-- 1 relayer relayer 84496 Jan 22 13:32 lexy.o -rw-r--r-- 1 relayer relayer 8319 Jan 22 13:32 lexy.cmi -rw-r--r-- 1 relayer relayer 1100 Jan 22 10:32 LICENSE -rw-r--r-- 1 relayer relayer 469 Jan 22 10:30 README -rw-r--r-- 1 relayer relayer 42546 Jan 26 2002 lexy.ml -rwxr--r-- 1 relayer relayer 63 Jan 19 2002 compile.sh* -rw-r--r-- 1 relayer relayer 614670 Jan 25 2001 ospd.txt [relayer@localhost lexy_beta2]$ ./program.exe [...ENJOY!...]
Should you want a screenshot before investing time getting the program to run, you can look at this (122k).
SourceForge Project Page for Lexy
SCRABBLE® is a registered trademark. All intellectual property rights in and to the game are owned in the U.S.A and Canada by Hasbro Inc., and throughout the rest of the world by J.W. Spear & Sons Limited of Maidenhead, Berkshire, England, a subsidiary of Mattel Inc. Mattel and Spear are not affiliated with Hasbro.