@CommanderABab
It has to do with binary counting. We have 16 road tiles and every road tile can point into 4 directions at max.
Now we assign a bit position in a binary number of length four to every of the four directions. The most right bit is direction south-east, the next bit is north-east and so on (counter clockwise). Then we say a bit is only 1, if the tile points into the corresponding direction. The binary number then represents the position of this tile.
Some examples:
A road tile without connection to other tiles has only bits of 0. So the position is 0000 (binary) which is 0.
A road tile that is connected into directions north-east, north-west and south-west has the binary number 1110. That is the 14th position (we start counting with zero).
Lobby wrote:@CommanderABab
It has to do with binary counting. We have 16 road tiles and every road tile can point into 4 directions at max.
Now we assign a bit position in a binary number of length four to every of the four directions. The most right bit is direction south-east, the next bit is north-east and so on (counter clockwise). Then we say a bit is only 1, if the tile points into the corresponding direction. The binary number then represents the position of this tile.
Some examples:
A road tile without connection to other tiles has only bits of 0. So the position is 0000 (binary) which is 0.
A road tile that is connected into directions north-east, north-west and south-west has the binary number 1110. That is the 14th position (we start counting with zero).
Ok, thanks! That will save a bit of time experimenting.
Lobby wrote:@CommanderABab
It has to do with binary counting. We have 16 road tiles and every road tile can point into 4 directions at max.
Now we assign a bit position in a binary number of length four to every of the four directions. The most right bit is direction south-east, the next bit is north-east and so on (counter clockwise). Then we say a bit is only 1, if the tile points into the corresponding direction. The binary number then represents the position of this tile.
Some examples:
A road tile without connection to other tiles has only bits of 0. So the position is 0000 (binary) which is 0.
A road tile that is connected into directions north-east, north-west and south-west has the binary number 1110. That is the 14th position (we start counting with zero).
Ok, thanks! That will save a bit of time experimenting. :)
Ahmad you said that "I earned 60 diamonds for playing TT for half an hour"
Why did I still didnt get even 20 diamonds then? I had been playing TT for 2 hours for non stop now...
former member & Danevich Co. wrote:Don't call him Ahmad
He doesn't like that
My name "Ahmad" is allowed for girls only. Why? If guys called me that, it will become "Amad" or "Mad", which means end in Arabic. I don't wanna die early tho ;-;
Anyways, did you see any gift-like icon under the diamonds?