| re: Scribble: scoring |
| [279] by "Tom 7" (dentu.res.cmu.edu)
on Sat 19 Feb 2000 01:47:24
[ reply ] [ up ]
|
Feel free but...
if (!isnew) {
EXN("You do have to actually <i>use</i> some of "
"<i>your</i> tiles, you know.");
} else if (isnew >= 7) {
wordscore += ((isnew-6)*25);
}
|
|
|
|