;;;     DOMINOS game     ;;;
;;; by blink (23/1/2006) ;;;

=================
* What is domino?
=================
 It's a four sides game each one on the other where you're suppose to play
 a brick in same order as shown. "put same numbers next each others".
 Every player gets 7 bricks and the first to drop all his bricks wins.
 logon http://en.wikipedia.org/wiki/Dominoes for more information(s).

===========
* Commands?
===========
 !domino <nick1> <nick2> <nick3> <nick4>:
   starts your game. P.S: put 4 nicknames after it to be ready to play.
 !cards:  shows your bricks.
 !left:  shows the left bricks "unplayed ones". also highlights yours.
 !count:  counts how many does each player got bricks.
 !order:  shows the order to play. also highlights the current player's turn.
 !table:  shows the bricks already played. "table of play"
 !play <brick> [<side>]:
   it used to play. duhh
   e.x: !play [6-6] / !play [6-6] l
   P.S.: side is optional. it used when you got a brick supports both table side.

=========
* F.A.Qs:
=========
 Q: What if I don't have a brick to play? can I pass or draw?
 A: You can't pass neither draw. if you don't have a brick you will be passed automaticlly.

 Q: Is it possible to change my nick while playing?
 A: Yes. the options will set your new nick in the options

 Q: Is the option <side> in the !play command necessary?
 A: No. you can just !play <brick> all the time even if your brick supports both sides.

 Q: What will happen if I didn't specified <side> when my brick supports both side?
 A: Your brick will be played on left because the script check left side first.

========
* NOTES:
========
 1) If somebody quit,part or even kicked the game will stops with no winner.
 2) If there were no brick left to play of any side the game will be stops
     with no winner due block.
 3) You are able to play a brick in reverse. e.x: !play [6-2] == !play [2-6]