| snoot.org message board: posting |
| re: Scribble: scoring |
| [281] by "Tom 7"
(dentu.res.cmu.edu) on Sat 19 Feb 2000 18:51:09
[
reply ]
|
Yup, look:
else if (isnew >= 7) {
wordscore += ((isnew-6)*25);
}
.. if the number of tiles used is greater than or equal to 7, then you get 25 points bonus for each letter above 6. |
: post your reply here :
|