[Abstract] [Copyright Notice] [Contents]

The cardwords game - Footnotes


1

1 <= i <= n

2

It is in fact not the server program cardwords_server that makes this distinction, but cardwords_dicbot, which is started by the server and handles all dictionary related tasks like checking the validity of words and finding the best moves for the robots.

3

O(N)

4

You might wonder what the sense of the middle space is. cardwords uses exactly this card description format when client and server communicate. Sometimes the meaning of wildcards needs to be specified. This is done by replacing this space with a character with that meaning.

5

All cells have a points value in fact. The default points value is 0.

6

All cells have a letter factor in fact. The default letter factor is 1.

7

All cells have a word factor. The default word factor is 1.

8

Wildcards do not move immediately, the program expects that you type the desired meaning in the keyboard (one character, without return) before it moves the wildcard to the line above your hand.

9

The restriction is even tighter: There must not be free cells between the cards that you lay on the board in a single move.

10

I avoid speeking of horizontal and vertical here, like "for a horizontal move, type the character coordinate first", because it is (not yet, but very soon) costomizable if you want to use the characters for the columns and the numbers for the rows or vice versa. I think only a dialog field and a value setting is missing now, but I first want to get the program out.


[Abstract] [Copyright Notice] [Contents]
The cardwords game
0.0.7
Tobias Peters cardwords@crosswinds.net