TODO
====

 - Improve error handling (use exceptions more)
 - getopt support for all the interfaces (only ncurses is done)?
 - detection of blocked positions?
 - distinguish misplaced and incorrect words?

Requested by users
==================

 - Drag & drop? (03/02/09)
 - Continue a real game on Eliot (03/02/09)
 - In duplicate mode, display the rack in the External board (19/02/09)
 - Tiles on the rack more similar to the ones on the board (http://www.prise2tete.fr/forum/viewtopic.php?id=4956)

Implementation details
======================

 - game.h included in board.cpp!
 - board.h included in coord.cpp!
 - use Boost.Format?
 - compile with -ansi -pedantic by default?

Not so urgent
=============

 - add timers
 - network support
 - implement the dictionary as a GADDAG:
   http://www.cs.ubc.ca/local/reading/proceedings/spe91-95/spe/vol24/issue2/spe880.pdf