Home
Name Modified Size InfoDownloads / Week
tws-ascii 2007-05-14
README 2014-12-06 983 Bytes
Totals: 2 Items   983 Bytes 1
PROGRAM:	TWS-ASCII version 0.1.3
LICENSE:	Gnu Public License (GPL)
AUTHOR: 	Charles Cosse, Asymptopia Software
WWW:		http://www.asymptopia.org
EMAIL:		ccosse@gmail.com
DATE:		May 13, 2007
VERSION:	0.1.3

DESCRIPTION:
A text-based implementation of TuxWordSmith for use in terminal.
Main differences from Scrabble are:
	
	1.  letter distribution computed fairly based on frequency of
		occurance of each letter with respect to installed dictionary.
		
	2.	scoring dynamically computed at runtime based on min/max 
		values configured in config, and letter distribution 
		
	3.	

INSTALLATION:
Just unzip the package wherever you like, cd into the TWS-ASCII 
directory, and run the file TWS.py through your python interpreter
from either a DOS terminal (Windows) or a shell terminal (Linux/Mac).

EXAMPLES:
Windows: C:\Python-2.4\python.exe TWS.py   (use full path).
Linux: python TWS.py
Mac: <cmd syntax is secret>

MORE INFO:
Type "help" at the prompt to see the available actions. 
Source: README, updated 2014-12-06